org.hbase.async.generated
Interface ComparatorPB.BitComparatorOrBuilder

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

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


Method Summary
 ComparatorPB.BitComparator.BitwiseOp getBitwiseOp()
          required .BitComparator.BitwiseOp bitwise_op = 2;
 ComparatorPB.ByteArrayComparable getComparable()
          required .ByteArrayComparable comparable = 1;
 boolean hasBitwiseOp()
          required .BitComparator.BitwiseOp bitwise_op = 2;
 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;


hasBitwiseOp

boolean hasBitwiseOp()
required .BitComparator.BitwiseOp bitwise_op = 2;


getBitwiseOp

ComparatorPB.BitComparator.BitwiseOp getBitwiseOp()
required .BitComparator.BitwiseOp bitwise_op = 2;



Copyright © 2010-2015, The Async HBase Authors