org.apache.hadoop.hbase.protobuf.generated
Interface FilterProtos.ColumnRangeFilterOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- FilterProtos.ColumnRangeFilter, FilterProtos.ColumnRangeFilter.Builder
- Enclosing class:
- FilterProtos
public static interface FilterProtos.ColumnRangeFilterOrBuilder
- extends com.google.protobuf.MessageOrBuilder
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasMinColumn
boolean hasMinColumn()
getMinColumn
com.google.protobuf.ByteString getMinColumn()
hasMinColumnInclusive
boolean hasMinColumnInclusive()
getMinColumnInclusive
boolean getMinColumnInclusive()
hasMaxColumn
boolean hasMaxColumn()
getMaxColumn
com.google.protobuf.ByteString getMaxColumn()
hasMaxColumnInclusive
boolean hasMaxColumnInclusive()
getMaxColumnInclusive
boolean getMaxColumnInclusive()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.