Uses of Interface
com.google.bigtable.v2.RowSetOrBuilder
-
Packages that use RowSetOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of RowSetOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement RowSetOrBuilder Modifier and Type Class Description class
RowSet
Specifies a non-contiguous set of rows.static class
RowSet.Builder
Specifies a non-contiguous set of rows.Methods in com.google.bigtable.v2 that return RowSetOrBuilder Modifier and Type Method Description RowSetOrBuilder
ReadRowsRequest.Builder. getRowsOrBuilder()
The row keys and/or ranges to read sequentially.RowSetOrBuilder
ReadRowsRequest. getRowsOrBuilder()
The row keys and/or ranges to read sequentially.RowSetOrBuilder
ReadRowsRequestOrBuilder. getRowsOrBuilder()
The row keys and/or ranges to read sequentially.
-