|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder>
org.hbase.async.generated.CellPB.Cell.Builder
public static final class CellPB.Cell.Builder
Protobuf type Cell
Protocol buffer version of Cell.
| Method Summary | |
|---|---|
CellPB.Cell |
build()
|
CellPB.Cell |
buildPartial()
|
CellPB.Cell.Builder |
clear()
|
CellPB.Cell.Builder |
clearCellType()
optional .CellType cell_type = 5; |
CellPB.Cell.Builder |
clearFamily()
optional bytes family = 2; |
CellPB.Cell.Builder |
clearQualifier()
optional bytes qualifier = 3; |
CellPB.Cell.Builder |
clearRow()
optional bytes row = 1; |
CellPB.Cell.Builder |
clearTimestamp()
optional uint64 timestamp = 4; |
CellPB.Cell.Builder |
clearValue()
optional bytes value = 6; |
CellPB.Cell.Builder |
clone()
|
CellPB.CellType |
getCellType()
optional .CellType cell_type = 5; |
CellPB.Cell |
getDefaultInstanceForType()
|
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; |
boolean |
isInitialized()
|
CellPB.Cell.Builder |
mergeFrom(CellPB.Cell other)
|
CellPB.Cell.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
CellPB.Cell.Builder |
setCellType(CellPB.CellType value)
optional .CellType cell_type = 5; |
CellPB.Cell.Builder |
setFamily(com.google.protobuf.ByteString value)
optional bytes family = 2; |
CellPB.Cell.Builder |
setQualifier(com.google.protobuf.ByteString value)
optional bytes qualifier = 3; |
CellPB.Cell.Builder |
setRow(com.google.protobuf.ByteString value)
optional bytes row = 1; |
CellPB.Cell.Builder |
setTimestamp(long value)
optional uint64 timestamp = 4; |
CellPB.Cell.Builder |
setValue(com.google.protobuf.ByteString value)
optional bytes value = 6; |
| Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder |
|---|
parseUnknownField |
| Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
|---|
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CellPB.Cell.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder>public CellPB.Cell.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder>public CellPB.Cell getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder>public CellPB.Cell build()
build in interface com.google.protobuf.MessageLite.Builderpublic CellPB.Cell buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic CellPB.Cell.Builder mergeFrom(CellPB.Cell other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
public CellPB.Cell.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<CellPB.Cell.Builder>IOExceptionpublic boolean hasRow()
optional bytes row = 1;
hasRow in interface CellPB.CellOrBuilderpublic com.google.protobuf.ByteString getRow()
optional bytes row = 1;
getRow in interface CellPB.CellOrBuilderpublic CellPB.Cell.Builder setRow(com.google.protobuf.ByteString value)
optional bytes row = 1;
public CellPB.Cell.Builder clearRow()
optional bytes row = 1;
public boolean hasFamily()
optional bytes family = 2;
hasFamily in interface CellPB.CellOrBuilderpublic com.google.protobuf.ByteString getFamily()
optional bytes family = 2;
getFamily in interface CellPB.CellOrBuilderpublic CellPB.Cell.Builder setFamily(com.google.protobuf.ByteString value)
optional bytes family = 2;
public CellPB.Cell.Builder clearFamily()
optional bytes family = 2;
public boolean hasQualifier()
optional bytes qualifier = 3;
hasQualifier in interface CellPB.CellOrBuilderpublic com.google.protobuf.ByteString getQualifier()
optional bytes qualifier = 3;
getQualifier in interface CellPB.CellOrBuilderpublic CellPB.Cell.Builder setQualifier(com.google.protobuf.ByteString value)
optional bytes qualifier = 3;
public CellPB.Cell.Builder clearQualifier()
optional bytes qualifier = 3;
public boolean hasTimestamp()
optional uint64 timestamp = 4;
hasTimestamp in interface CellPB.CellOrBuilderpublic long getTimestamp()
optional uint64 timestamp = 4;
getTimestamp in interface CellPB.CellOrBuilderpublic CellPB.Cell.Builder setTimestamp(long value)
optional uint64 timestamp = 4;
public CellPB.Cell.Builder clearTimestamp()
optional uint64 timestamp = 4;
public boolean hasCellType()
optional .CellType cell_type = 5;
hasCellType in interface CellPB.CellOrBuilderpublic CellPB.CellType getCellType()
optional .CellType cell_type = 5;
getCellType in interface CellPB.CellOrBuilderpublic CellPB.Cell.Builder setCellType(CellPB.CellType value)
optional .CellType cell_type = 5;
public CellPB.Cell.Builder clearCellType()
optional .CellType cell_type = 5;
public boolean hasValue()
optional bytes value = 6;
hasValue in interface CellPB.CellOrBuilderpublic com.google.protobuf.ByteString getValue()
optional bytes value = 6;
getValue in interface CellPB.CellOrBuilderpublic CellPB.Cell.Builder setValue(com.google.protobuf.ByteString value)
optional bytes value = 6;
public CellPB.Cell.Builder clearValue()
optional bytes value = 6;
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||