org.hbase.async.generated
Interface FilterPB.InclusiveStopFilterOrBuilder

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

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


Method Summary
 com.google.protobuf.ByteString getStopRowKey()
          optional bytes stop_row_key = 1;
 boolean hasStopRowKey()
          optional bytes stop_row_key = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasStopRowKey

boolean hasStopRowKey()
optional bytes stop_row_key = 1;


getStopRowKey

com.google.protobuf.ByteString getStopRowKey()
optional bytes stop_row_key = 1;



Copyright © 2010-2015, The Async HBase Authors