Uses of Class
com.google.cloud.bigtable.grpc.scanner.FlatRow.Cell
-
Packages that use FlatRow.Cell Package Description com.google.cloud.bigtable.grpc.scanner -
-
Uses of FlatRow.Cell in com.google.cloud.bigtable.grpc.scanner
Methods in com.google.cloud.bigtable.grpc.scanner that return FlatRow.Cell Modifier and Type Method and Description FlatRow.Cell
FlatRow.Cell.Builder. build()
Methods in com.google.cloud.bigtable.grpc.scanner that return types with arguments of type FlatRow.Cell Modifier and Type Method and Description List<FlatRow.Cell>
FlatRow. getCells()
Methods in com.google.cloud.bigtable.grpc.scanner with parameters of type FlatRow.Cell Modifier and Type Method and Description FlatRow.Builder
FlatRow.Builder. addCell(FlatRow.Cell cell)
Constructor parameters in com.google.cloud.bigtable.grpc.scanner with type arguments of type FlatRow.Cell Constructor and Description FlatRow(ByteString rowKey, ImmutableList<FlatRow.Cell> cells)
-