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

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

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


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

hasCellType

boolean hasCellType()

getCellType

CellProtos.CellType getCellType()

hasValue

boolean hasValue()

getValue

com.google.protobuf.ByteString getValue()


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