Uses of Interface
com.google.bigtable.v2.CellOrBuilder
-
Packages that use CellOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of CellOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement CellOrBuilder Modifier and Type Class Description class
Cell
Specifies (some of) the contents of a single row/column/timestamp of a table.static class
Cell.Builder
Specifies (some of) the contents of a single row/column/timestamp of a table.Methods in com.google.bigtable.v2 that return CellOrBuilder Modifier and Type Method Description CellOrBuilder
Column.Builder. getCellsOrBuilder(int index)
Must not be empty.CellOrBuilder
Column. getCellsOrBuilder(int index)
Must not be empty.CellOrBuilder
ColumnOrBuilder. getCellsOrBuilder(int index)
Must not be empty.Methods in com.google.bigtable.v2 that return types with arguments of type CellOrBuilder Modifier and Type Method Description List<? extends CellOrBuilder>
Column.Builder. getCellsOrBuilderList()
Must not be empty.List<? extends CellOrBuilder>
Column. getCellsOrBuilderList()
Must not be empty.List<? extends CellOrBuilder>
ColumnOrBuilder. getCellsOrBuilderList()
Must not be empty.
-