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

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

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


Method Summary
 com.google.protobuf.ByteString getValue()
          optional bytes value = 1;
 boolean hasValue()
          optional bytes value = 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

hasValue

boolean hasValue()
optional bytes value = 1;


getValue

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



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.