org.apache.hadoop.hbase.protobuf.generated
Interface CellProtos.KeyValueOrBuilder

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

public static interface CellProtos.KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getFamily()
           
 CellProtos.CellType getKeyType()
           
 com.google.protobuf.ByteString getQualifier()
           
 com.google.protobuf.ByteString getRow()
           
 long getTimestamp()
           
 com.google.protobuf.ByteString getValue()
           
 boolean hasFamily()
           
 boolean hasKeyType()
           
 boolean hasQualifier()
           
 boolean hasRow()
           
 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

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()

hasTimestamp

boolean hasTimestamp()

getTimestamp

long getTimestamp()

hasKeyType

boolean hasKeyType()

getKeyType

CellProtos.CellType getKeyType()

hasValue

boolean hasValue()

getValue

com.google.protobuf.ByteString getValue()


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