org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.ConditionOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ClientProtos.Condition, ClientProtos.Condition.Builder
- Enclosing class:
- ClientProtos
public static interface ClientProtos.ConditionOrBuilder
- extends com.google.protobuf.MessageOrBuilder
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasRow
boolean hasRow()
getRow
com.google.protobuf.ByteString getRow()
hasFamily
boolean hasFamily()
getFamily
com.google.protobuf.ByteString getFamily()
hasQualifier
boolean hasQualifier()
getQualifier
com.google.protobuf.ByteString getQualifier()
hasCompareType
boolean hasCompareType()
getCompareType
HBaseProtos.CompareType getCompareType()
hasComparator
boolean hasComparator()
getComparator
ComparatorProtos.Comparator getComparator()
getComparatorOrBuilder
ComparatorProtos.ComparatorOrBuilder getComparatorOrBuilder()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.