org.hbase.async.generated
Interface CellPB.KeyValueOrBuilder

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

public static interface CellPB.KeyValueOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 com.google.protobuf.ByteString getFamily()
          required bytes family = 2;
 CellPB.CellType getKeyType()
          optional .CellType key_type = 5;
 com.google.protobuf.ByteString getQualifier()
          required bytes qualifier = 3;
 com.google.protobuf.ByteString getRow()
          required bytes row = 1;
 long getTimestamp()
          optional uint64 timestamp = 4;
 com.google.protobuf.ByteString getValue()
          optional bytes value = 6;
 boolean hasFamily()
          required bytes family = 2;
 boolean hasKeyType()
          optional .CellType key_type = 5;
 boolean hasQualifier()
          required bytes qualifier = 3;
 boolean hasRow()
          required bytes row = 1;
 boolean hasTimestamp()
          optional uint64 timestamp = 4;
 boolean hasValue()
          optional bytes value = 6;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasRow

boolean hasRow()
required bytes row = 1;


getRow

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


hasFamily

boolean hasFamily()
required bytes family = 2;


getFamily

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


hasQualifier

boolean hasQualifier()
required bytes qualifier = 3;


getQualifier

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


hasTimestamp

boolean hasTimestamp()
optional uint64 timestamp = 4;


getTimestamp

long getTimestamp()
optional uint64 timestamp = 4;


hasKeyType

boolean hasKeyType()
optional .CellType key_type = 5;


getKeyType

CellPB.CellType getKeyType()
optional .CellType key_type = 5;


hasValue

boolean hasValue()
optional bytes value = 6;


getValue

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



Copyright © 2010-2015, The Async HBase Authors