Uses of Class
com.google.cloud.bigtable.config.BigtableOptions
-
-
Uses of BigtableOptions in com.google.cloud.bigtable.config
Methods in com.google.cloud.bigtable.config that return BigtableOptions Modifier and Type Method and Description BigtableOptions
BigtableOptions.Builder. build()
protected BigtableOptions
BigtableOptions. clone()
static BigtableOptions
BigtableOptions. getDefaultOptions()
Methods in com.google.cloud.bigtable.config with parameters of type BigtableOptions Modifier and Type Method and Description static com.google.cloud.bigtable.data.v2.BigtableDataSettings
BigtableVeneerSettingsFactory. createBigtableDataSettings(BigtableOptions options)
To create an instance ofBigtableDataSettings
fromBigtableOptions
.static com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings
BigtableVeneerSettingsFactory. createTableAdminSettings(BigtableOptions options)
To create an instance ofBigtableTableAdminSettings
fromBigtableOptions
. -
Uses of BigtableOptions in com.google.cloud.bigtable.grpc
Methods in com.google.cloud.bigtable.grpc that return BigtableOptions Modifier and Type Method and Description BigtableOptions
BigtableSession. getOptions()
Getter for the fieldoptions
.Methods in com.google.cloud.bigtable.grpc with parameters of type BigtableOptions Modifier and Type Method and Description static io.grpc.ManagedChannel
BigtableSession. createChannelPool(String host, BigtableOptions options)
Create a newChannelPool
, with auth headers.static io.grpc.ManagedChannel
BigtableSession. createChannelPool(String host, BigtableOptions options, int count)
Create a newChannelPool
, with auth headers.static BigtableInstanceClient
BigtableSession. createInstanceClient(BigtableOptions options)
Create aBigtableInstanceClient
.static io.grpc.ManagedChannel
BigtableSession. createNettyChannel(String host, BigtableOptions options, io.grpc.ClientInterceptor... interceptors)
createNettyChannel.Constructors in com.google.cloud.bigtable.grpc with parameters of type BigtableOptions 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.BigtableTableAdminClientWrapper(BigtableTableAdminClient adminClient, BigtableOptions options)
BigtableTableAdminGrpcClient(io.grpc.Channel channel, ScheduledExecutorService retryExecutorService, BigtableOptions bigtableOptions)
Constructor for BigtableTableAdminGrpcClient. -
Uses of BigtableOptions in com.google.cloud.bigtable.hbase
Fields in com.google.cloud.bigtable.hbase declared as BigtableOptions Modifier and Type Field and Description protected BigtableOptions
AbstractBigtableTable. options
protected BigtableOptions
BatchExecutor. options
Methods in com.google.cloud.bigtable.hbase that return BigtableOptions Modifier and Type Method and Description static BigtableOptions
BigtableOptionsFactory. fromConfiguration(org.apache.hadoop.conf.Configuration configuration)
fromConfiguration.Constructors in com.google.cloud.bigtable.hbase with parameters of type BigtableOptions Constructor and Description AbstractBigtableRegionLocator(TableName tableName, BigtableOptions options, IBigtableDataClient client)
BigtableRegionLocator(TableName tableName, BigtableOptions options, IBigtableDataClient client)
Constructor for BigtableRegionLocator. -
Uses of BigtableOptions in com.google.cloud.bigtable.hbase.adapters
Methods in com.google.cloud.bigtable.hbase.adapters with parameters of type BigtableOptions Modifier and Type Method and Description static PutAdapter
Adapters. createPutAdapter(org.apache.hadoop.conf.Configuration config, BigtableOptions options)
createPutAdapter.Constructors in com.google.cloud.bigtable.hbase.adapters with parameters of type BigtableOptions Constructor and Description HBaseRequestAdapter(BigtableOptions options, TableName tableName, org.apache.hadoop.conf.Configuration config)
Constructor for HBaseRequestAdapter.HBaseRequestAdapter(BigtableOptions options, TableName tableName, HBaseRequestAdapter.MutationAdapters mutationAdapters)
Constructor for HBaseRequestAdapter.MutationAdapters(BigtableOptions options, org.apache.hadoop.conf.Configuration config)
-
Uses of BigtableOptions in com.google.cloud.bigtable.hbase2_x
Constructors in com.google.cloud.bigtable.hbase2_x with parameters of type BigtableOptions Constructor and Description BigtableAsyncTableRegionLocator(TableName tableName, BigtableOptions options, IBigtableDataClient client)
-
Uses of BigtableOptions in com.google.cloud.bigtable.hbase2_x.adapters.admin
Constructors in com.google.cloud.bigtable.hbase2_x.adapters.admin with parameters of type BigtableOptions Constructor and Description TableAdapter2x(BigtableOptions options)
-
Uses of BigtableOptions in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return BigtableOptions Modifier and Type Method and Description BigtableOptions
BigtableAsyncConnection. getOptions()
BigtableOptions
AbstractBigtableConnection. getOptions()
Getter for the fieldoptions
.BigtableOptions
CommonConnection. getOptions()
Getter for the fieldoptions
.
-