Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearCellType()
optional .CellType cell_type = 5; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearFamily()
optional bytes family = 2; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearQualifier()
optional bytes qualifier = 3; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearRow()
optional bytes row = 1; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearTags()
optional bytes tags = 7; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearTimestamp()
optional uint64 timestamp = 4; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearValue()
optional bytes value = 6; |
static CellPB.Cell.Builder |
CellPB.Cell.newBuilder() |
static CellPB.Cell.Builder |
CellPB.Cell.newBuilder(CellPB.Cell prototype) |
CellPB.Cell.Builder |
CellPB.Cell.Builder.setCellType(CellPB.CellType value)
optional .CellType cell_type = 5; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.setFamily(com.google.protobuf.ByteString value)
optional bytes family = 2; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.setQualifier(com.google.protobuf.ByteString value)
optional bytes qualifier = 3; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.setRow(com.google.protobuf.ByteString value)
optional bytes row = 1; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.setTags(com.google.protobuf.ByteString value)
optional bytes tags = 7; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.setTimestamp(long value)
optional uint64 timestamp = 4; |
CellPB.Cell.Builder |
CellPB.Cell.Builder.setValue(com.google.protobuf.ByteString value)
optional bytes value = 6; |
Modifier and Type | Method and Description |
---|---|
ClientPB.Result.Builder |
ClientPB.Result.Builder.addCell(CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.addCell(int index,
CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.setCell(int index,
CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.