org.hbase.async.generated
Interface ComparatorPB.BinaryComparatorOrBuilder

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

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


Method Summary
 ComparatorPB.ByteArrayComparable getComparable()
          required .ByteArrayComparable comparable = 1;
 boolean hasComparable()
          required .ByteArrayComparable comparable = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasComparable

boolean hasComparable()
required .ByteArrayComparable comparable = 1;


getComparable

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



Copyright © 2010-2015, The Async HBase Authors