public static interface FilterProtos.RowRangeOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStartRow()
optional bytes start_row = 1; |
boolean |
getStartRowInclusive()
optional bool start_row_inclusive = 2; |
org.apache.hbase.thirdparty.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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartRow()
optional bytes start_row = 1;org.apache.hbase.thirdparty.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;org.apache.hbase.thirdparty.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 © 2007–2019 Cloudera. All rights reserved.