org.apache.hadoop.hbase.protobuf.generated
Interface FilterProtos.InclusiveStopFilterOrBuilder

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

public static interface FilterProtos.InclusiveStopFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder


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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
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 © 2007–2015 The Apache Software Foundation. All rights reserved.