|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellPB.KeyValue.Builder | |
---|---|
org.hbase.async.generated |
Uses of CellPB.KeyValue.Builder in org.hbase.async.generated |
---|
Methods in org.hbase.async.generated that return CellPB.KeyValue.Builder | |
---|---|
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.clear()
|
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.clearFamily()
required bytes family = 2; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.clearKeyType()
optional .CellType key_type = 5; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.clearQualifier()
required bytes qualifier = 3; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.clearRow()
required bytes row = 1; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.clearTimestamp()
optional uint64 timestamp = 4; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.clearValue()
optional bytes value = 6; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.clone()
|
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.mergeFrom(CellPB.KeyValue other)
|
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static CellPB.KeyValue.Builder |
CellPB.KeyValue.newBuilder()
|
static CellPB.KeyValue.Builder |
CellPB.KeyValue.newBuilder(CellPB.KeyValue prototype)
|
CellPB.KeyValue.Builder |
CellPB.KeyValue.newBuilderForType()
|
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.setFamily(com.google.protobuf.ByteString value)
required bytes family = 2; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.setKeyType(CellPB.CellType value)
optional .CellType key_type = 5; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.setQualifier(com.google.protobuf.ByteString value)
required bytes qualifier = 3; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.setRow(com.google.protobuf.ByteString value)
required bytes row = 1; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.setTimestamp(long value)
optional uint64 timestamp = 4; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.setValue(com.google.protobuf.ByteString value)
optional bytes value = 6; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.toBuilder()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |