org.hbase.async.generated
Interface FilterPB.PrefixFilterOrBuilder

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

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


Method Summary
 com.google.protobuf.ByteString getPrefix()
          optional bytes prefix = 1;
 boolean hasPrefix()
          optional bytes prefix = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasPrefix

boolean hasPrefix()
optional bytes prefix = 1;


getPrefix

com.google.protobuf.ByteString getPrefix()
optional bytes prefix = 1;



Copyright © 2010-2015, The Async HBase Authors