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


Method Summary
 com.google.protobuf.ByteString getMaxColumn()
           
 boolean getMaxColumnInclusive()
           
 com.google.protobuf.ByteString getMinColumn()
           
 boolean getMinColumnInclusive()
           
 boolean hasMaxColumn()
           
 boolean hasMaxColumnInclusive()
           
 boolean hasMinColumn()
           
 boolean hasMinColumnInclusive()
           
 
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
 

Method Detail

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.