Package | Description |
---|---|
com.google.cloud.bigtable.config | |
com.google.cloud.bigtable.grpc |
Modifier and Type | Method and Description |
---|---|
BigtableOptions |
BigtableOptions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
BigtableOptions |
BigtableSession.getOptions()
Getter for the field
options . |
Modifier and Type | Method and Description |
---|---|
static ChannelPool |
BigtableSession.createChannelPool(String host,
BigtableOptions options)
Create a new
ChannelPool , with auth headers. |
static ChannelPool |
BigtableSession.createChannelPool(String host,
BigtableOptions options,
int count)
Create a new
ChannelPool , with auth headers. |
static io.grpc.ManagedChannel |
BigtableSession.createNettyChannel(String host,
BigtableOptions options,
io.grpc.ClientInterceptor... interceptors)
createNettyChannel.
|
Constructor and Description |
---|
BigtableClusterUtilities(BigtableOptions options)
Constructor for the utility.
|
BigtableDataGrpcClient(io.grpc.Channel channel,
ScheduledExecutorService retryExecutorService,
BigtableOptions bigtableOptions)
Constructor for BigtableDataGrpcClient.
|
BigtableSession(BigtableOptions opts)
Constructor for BigtableSession.
|
BigtableTableAdminGrpcClient(io.grpc.Channel channel,
ScheduledExecutorService retryExecutorService,
BigtableOptions bigtableOptions)
Constructor for BigtableTableAdminGrpcClient.
|