org.hbase.async.generated
Interface ComparatorPB.ByteArrayComparableOrBuilder

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

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


Method Summary
 com.google.protobuf.ByteString getValue()
          optional bytes value = 1;
 boolean hasValue()
          optional bytes value = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasValue

boolean hasValue()
optional bytes value = 1;


getValue

com.google.protobuf.ByteString getValue()
optional bytes value = 1;



Copyright © 2010-2015, The Async HBase Authors