org.hbase.async.generated
Interface FilterPB.ColumnPrefixFilterOrBuilder

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

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


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

Method Detail

hasPrefix

boolean hasPrefix()
required bytes prefix = 1;


getPrefix

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



Copyright © 2010-2015, The Async HBase Authors