| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
CellProtos.Cell.Builder |
ClientProtos.Result.Builder.addCellBuilder()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
CellProtos.Cell.Builder |
ClientProtos.Result.Builder.addCellBuilder(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.clear() |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.clearCellType()
optional .hbase.pb.CellType cell_type = 5; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.clearFamily()
optional bytes family = 2; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.clearQualifier()
optional bytes qualifier = 3; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.clearRow()
optional bytes row = 1; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.clearTags()
optional bytes tags = 7; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.clearTimestamp()
optional uint64 timestamp = 4; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.clearValue()
optional bytes value = 6; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.clone() |
CellProtos.Cell.Builder |
ClientProtos.Result.Builder.getCellBuilder(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.mergeFrom(CellProtos.Cell other) |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
static CellProtos.Cell.Builder |
CellProtos.Cell.newBuilder() |
static CellProtos.Cell.Builder |
CellProtos.Cell.newBuilder(CellProtos.Cell prototype) |
CellProtos.Cell.Builder |
CellProtos.Cell.newBuilderForType() |
protected CellProtos.Cell.Builder |
CellProtos.Cell.newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.setCellType(CellProtos.CellType value)
optional .hbase.pb.CellType cell_type = 5; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.setFamily(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes family = 2; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.setQualifier(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes qualifier = 3; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.setRow(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes row = 1; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.setTags(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes tags = 7; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.setTimestamp(long value)
optional uint64 timestamp = 4; |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.setValue(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes value = 6; |
CellProtos.Cell.Builder |
CellProtos.Cell.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<CellProtos.Cell.Builder> |
ClientProtos.Result.Builder.getCellBuilderList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.Result.Builder |
ClientProtos.Result.Builder.addCell(CellProtos.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientProtos.Result.Builder |
ClientProtos.Result.Builder.addCell(int index,
CellProtos.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientProtos.Result.Builder |
ClientProtos.Result.Builder.setCell(int index,
CellProtos.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
Copyright © 2007–2019 Cloudera. All rights reserved.