public static interface FilterPB.RowRangeOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getStartRow()
optional bytes start_row = 1; |
boolean |
getStartRowInclusive()
optional bool start_row_inclusive = 2; |
com.google.protobuf.ByteString |
getStopRow()
optional bytes stop_row = 3; |
boolean |
getStopRowInclusive()
optional bool stop_row_inclusive = 4; |
boolean |
hasStartRow()
optional bytes start_row = 1; |
boolean |
hasStartRowInclusive()
optional bool start_row_inclusive = 2; |
boolean |
hasStopRow()
optional bytes stop_row = 3; |
boolean |
hasStopRowInclusive()
optional bool stop_row_inclusive = 4; |
boolean hasStartRow()
optional bytes start_row = 1;
com.google.protobuf.ByteString getStartRow()
optional bytes start_row = 1;
boolean hasStartRowInclusive()
optional bool start_row_inclusive = 2;
boolean getStartRowInclusive()
optional bool start_row_inclusive = 2;
boolean hasStopRow()
optional bytes stop_row = 3;
com.google.protobuf.ByteString getStopRow()
optional bytes stop_row = 3;
boolean hasStopRowInclusive()
optional bool stop_row_inclusive = 4;
boolean getStopRowInclusive()
optional bool stop_row_inclusive = 4;
Copyright © 2010-2017, The Async HBase Authors