|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CellProtos.CellOrBuilder
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; |
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 |
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 |
---|
boolean hasRow()
optional bytes row = 1;
com.google.protobuf.ByteString getRow()
optional bytes row = 1;
boolean hasFamily()
optional bytes family = 2;
com.google.protobuf.ByteString getFamily()
optional bytes family = 2;
boolean hasQualifier()
optional bytes qualifier = 3;
com.google.protobuf.ByteString getQualifier()
optional bytes qualifier = 3;
boolean hasTimestamp()
optional uint64 timestamp = 4;
long getTimestamp()
optional uint64 timestamp = 4;
boolean hasCellType()
optional .CellType cell_type = 5;
CellProtos.CellType getCellType()
optional .CellType cell_type = 5;
boolean hasValue()
optional bytes value = 6;
com.google.protobuf.ByteString getValue()
optional bytes value = 6;
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |