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

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

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


Method Summary
 ComparatorProtos.ByteArrayComparable getComparable()
          required .ByteArrayComparable comparable = 1;
 ComparatorProtos.ByteArrayComparableOrBuilder getComparableOrBuilder()
          required .ByteArrayComparable comparable = 1;
 boolean hasComparable()
          required .ByteArrayComparable comparable = 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

hasComparable

boolean hasComparable()
required .ByteArrayComparable comparable = 1;


getComparable

ComparatorProtos.ByteArrayComparable getComparable()
required .ByteArrayComparable comparable = 1;


getComparableOrBuilder

ComparatorProtos.ByteArrayComparableOrBuilder getComparableOrBuilder()
required .ByteArrayComparable comparable = 1;



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