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
 com.google.protobuf.ByteString getColumnOffset()
          optional bytes column_offset = 3;
 int getLimit()
          required int32 limit = 1;
 int getOffset()
          optional int32 offset = 2;
 boolean hasColumnOffset()
          optional bytes column_offset = 3;
 boolean hasLimit()
          required int32 limit = 1;
 boolean hasOffset()
          optional int32 offset = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasLimit

boolean hasLimit()
required int32 limit = 1;


getLimit

int getLimit()
required int32 limit = 1;


hasOffset

boolean hasOffset()
optional int32 offset = 2;


getOffset

int getOffset()
optional int32 offset = 2;


hasColumnOffset

boolean hasColumnOffset()
optional bytes column_offset = 3;


getColumnOffset

com.google.protobuf.ByteString getColumnOffset()
optional bytes column_offset = 3;



Copyright © 2015 The Apache Software Foundation. All rights reserved.