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

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

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


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


hasBitwiseOp

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


getBitwiseOp

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



Copyright © 2015 The Apache Software Foundation. All rights reserved.