org.apache.hadoop.hbase.protobuf.generated
Interface ComparatorProtos.SubstringComparatorOrBuilder

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

public static interface ComparatorProtos.SubstringComparatorOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getSubstr()
          required string substr = 1;
 com.google.protobuf.ByteString getSubstrBytes()
          required string substr = 1;
 boolean hasSubstr()
          required string substr = 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

hasSubstr

boolean hasSubstr()
required string substr = 1;


getSubstr

String getSubstr()
required string substr = 1;


getSubstrBytes

com.google.protobuf.ByteString getSubstrBytes()
required string substr = 1;



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.