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 classCellSpecifies (some of) the contents of a single row/column/timestamp of a table.static classCell.BuilderSpecifies (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 CellOrBuilderColumn.Builder. getCellsOrBuilder(int index)Must not be empty.CellOrBuilderColumn. getCellsOrBuilder(int index)Must not be empty.CellOrBuilderColumnOrBuilder. 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.
-