Uses of Interface
com.google.cloud.bigtable.core.IBigtableDataClient
-
Packages that use IBigtableDataClient Package Description com.google.cloud.bigtable.grpc com.google.cloud.bigtable.grpc.async com.google.cloud.bigtable.hbase com.google.cloud.bigtable.hbase2_x -
-
Uses of IBigtableDataClient in com.google.cloud.bigtable.grpc
Classes in com.google.cloud.bigtable.grpc that implement IBigtableDataClient Modifier and Type Class and Description class
BigtableDataClientWrapper
This class implements theIBigtableDataClient
interface and wrapsBigtableDataClient
with Google-cloud-java's models.class
BigtableDataGCJClient
This class implements existingIBigtableDataClient
operations with Google-cloud-java'sBigtableDataClient
.Methods in com.google.cloud.bigtable.grpc that return IBigtableDataClient Modifier and Type Method and Description IBigtableDataClient
BigtableSession. getDataClientWrapper()
Getter for the fieldclientWrapper
. -
Uses of IBigtableDataClient in com.google.cloud.bigtable.grpc.async
Constructors in com.google.cloud.bigtable.grpc.async with parameters of type IBigtableDataClient Constructor and Description BulkRead(IBigtableDataClient client, BigtableTableName tableName, int batchSizes, ExecutorService threadPool)
Constructor for BulkRead. -
Uses of IBigtableDataClient in com.google.cloud.bigtable.hbase
Fields in com.google.cloud.bigtable.hbase declared as IBigtableDataClient Modifier and Type Field and Description protected IBigtableDataClient
AbstractBigtableTable. clientWrapper
Constructors in com.google.cloud.bigtable.hbase with parameters of type IBigtableDataClient Constructor and Description AbstractBigtableRegionLocator(TableName tableName, BigtableOptions options, IBigtableDataClient client)
BigtableRegionLocator(TableName tableName, BigtableOptions options, IBigtableDataClient client)
Constructor for BigtableRegionLocator. -
Uses of IBigtableDataClient in com.google.cloud.bigtable.hbase2_x
Constructors in com.google.cloud.bigtable.hbase2_x with parameters of type IBigtableDataClient Constructor and Description BigtableAsyncTableRegionLocator(TableName tableName, BigtableOptions options, IBigtableDataClient client)
-