org.hbase.async.generated
Interface ComparatorPB.SubstringComparatorOrBuilder

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

public static interface ComparatorPB.SubstringComparatorOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


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.MessageLiteOrBuilder
getDefaultInstanceForType, 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 © 2010-2015, The Async HBase Authors