Uses of Class
com.google.bigtable.v2.Cell
-
Packages that use Cell Package Description com.google.bigtable.v2 -
-
Uses of Cell in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Cell Modifier and Type Method Description CellCell.Builder. build()CellCell.Builder. buildPartial()CellColumn.Builder. getCells(int index)Must not be empty.CellColumn. getCells(int index)Must not be empty.CellColumnOrBuilder. getCells(int index)Must not be empty.static CellCell. getDefaultInstance()CellCell.Builder. getDefaultInstanceForType()CellCell. getDefaultInstanceForType()static CellCell. parseDelimitedFrom(InputStream input)static CellCell. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CellCell. parseFrom(byte[] data)static CellCell. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CellCell. parseFrom(com.google.protobuf.ByteString data)static CellCell. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CellCell. parseFrom(com.google.protobuf.CodedInputStream input)static CellCell. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CellCell. parseFrom(InputStream input)static CellCell. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CellCell. parseFrom(ByteBuffer data)static CellCell. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.v2 that return types with arguments of type Cell Modifier and Type Method Description List<Cell>Column.Builder. getCellsList()Must not be empty.List<Cell>Column. getCellsList()Must not be empty.List<Cell>ColumnOrBuilder. getCellsList()Must not be empty.com.google.protobuf.Parser<Cell>Cell. getParserForType()static com.google.protobuf.Parser<Cell>Cell. parser()Methods in com.google.bigtable.v2 with parameters of type Cell Modifier and Type Method Description Column.BuilderColumn.Builder. addCells(int index, Cell value)Must not be empty.Column.BuilderColumn.Builder. addCells(Cell value)Must not be empty.Cell.BuilderCell.Builder. mergeFrom(Cell other)static Cell.BuilderCell. newBuilder(Cell prototype)Column.BuilderColumn.Builder. setCells(int index, Cell value)Must not be empty.Method parameters in com.google.bigtable.v2 with type arguments of type Cell Modifier and Type Method Description Column.BuilderColumn.Builder. addAllCells(Iterable<? extends Cell> values)Must not be empty.
-