org.hbase.async.generated
Interface FilterPB.MultipleColumnPrefixFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
FilterPB.MultipleColumnPrefixFilter, FilterPB.MultipleColumnPrefixFilter.Builder
Enclosing class:
FilterPB

public static interface FilterPB.MultipleColumnPrefixFilterOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 com.google.protobuf.ByteString getSortedPrefixes(int index)
          repeated bytes sorted_prefixes = 1;
 int getSortedPrefixesCount()
          repeated bytes sorted_prefixes = 1;
 List<com.google.protobuf.ByteString> getSortedPrefixesList()
          repeated bytes sorted_prefixes = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

getSortedPrefixesList

List<com.google.protobuf.ByteString> getSortedPrefixesList()
repeated bytes sorted_prefixes = 1;


getSortedPrefixesCount

int getSortedPrefixesCount()
repeated bytes sorted_prefixes = 1;


getSortedPrefixes

com.google.protobuf.ByteString getSortedPrefixes(int index)
repeated bytes sorted_prefixes = 1;



Copyright © 2010-2015, The Async HBase Authors