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()
          optional .CellType cell_type = 5;
 com.google.protobuf.ByteString getFamily()
          optional bytes family = 2;
 com.google.protobuf.ByteString getQualifier()
          optional bytes qualifier = 3;
 com.google.protobuf.ByteString getRow()
          optional bytes row = 1;
 com.google.protobuf.ByteString getTags()
          optional bytes tags = 7;
 long getTimestamp()
          optional uint64 timestamp = 4;
 com.google.protobuf.ByteString getValue()
          optional bytes value = 6;
 boolean hasCellType()
          optional .CellType cell_type = 5;
 boolean hasFamily()
          optional bytes family = 2;
 boolean hasQualifier()
          optional bytes qualifier = 3;
 boolean hasRow()
          optional bytes row = 1;
 boolean hasTags()
          optional bytes tags = 7;
 boolean hasTimestamp()
          optional uint64 timestamp = 4;
 boolean hasValue()
          optional bytes value = 6;
 
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

hasRow

boolean hasRow()
optional bytes row = 1;


getRow

com.google.protobuf.ByteString getRow()
optional bytes row = 1;


hasFamily

boolean hasFamily()
optional bytes family = 2;


getFamily

com.google.protobuf.ByteString getFamily()
optional bytes family = 2;


hasQualifier

boolean hasQualifier()
optional bytes qualifier = 3;


getQualifier

com.google.protobuf.ByteString getQualifier()
optional bytes qualifier = 3;


hasTimestamp

boolean hasTimestamp()
optional uint64 timestamp = 4;


getTimestamp

long getTimestamp()
optional uint64 timestamp = 4;


hasCellType

boolean hasCellType()
optional .CellType cell_type = 5;


getCellType

CellProtos.CellType getCellType()
optional .CellType cell_type = 5;


hasValue

boolean hasValue()
optional bytes value = 6;


getValue

com.google.protobuf.ByteString getValue()
optional bytes value = 6;


hasTags

boolean hasTags()
optional bytes tags = 7;


getTags

com.google.protobuf.ByteString getTags()
optional bytes tags = 7;



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