org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.MutationProto.ColumnValue.QualifierValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientProtos.MutationProto.ColumnValue.QualifierValue, ClientProtos.MutationProto.ColumnValue.QualifierValue.Builder
Enclosing class:
ClientProtos.MutationProto.ColumnValue

public static interface ClientProtos.MutationProto.ColumnValue.QualifierValueOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ClientProtos.MutationProto.DeleteType getDeleteType()
           
 com.google.protobuf.ByteString getQualifier()
           
 long getTimestamp()
           
 com.google.protobuf.ByteString getValue()
           
 boolean hasDeleteType()
           
 boolean hasQualifier()
           
 boolean hasTimestamp()
           
 boolean hasValue()
           
 
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
 

Method Detail

hasQualifier

boolean hasQualifier()

getQualifier

com.google.protobuf.ByteString getQualifier()

hasValue

boolean hasValue()

getValue

com.google.protobuf.ByteString getValue()

hasTimestamp

boolean hasTimestamp()

getTimestamp

long getTimestamp()

hasDeleteType

boolean hasDeleteType()

getDeleteType

ClientProtos.MutationProto.DeleteType getDeleteType()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.