org.apache.hadoop.hbase.protobuf.generated
Interface FilterProtos.ColumnPaginationFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FilterProtos.ColumnPaginationFilter, FilterProtos.ColumnPaginationFilter.Builder
Enclosing class:
FilterProtos

public static interface FilterProtos.ColumnPaginationFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getLimit()
           
 int getOffset()
           
 boolean hasLimit()
           
 boolean hasOffset()
           
 
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

hasLimit

boolean hasLimit()

getLimit

int getLimit()

hasOffset

boolean hasOffset()

getOffset

int getOffset()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.