@InternalApi(value="For internal usage only") public class BigtableHBaseVeneerSettings extends BigtableHBaseSettings
LOG| Modifier and Type | Method and Description |
|---|---|
static BigtableHBaseVeneerSettings |
create(org.apache.hadoop.conf.Configuration configuration) |
String |
getAdminHost() |
long |
getBatchingMaxRequestSize() |
int |
getBulkMaxRowCount() |
com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings.ClientOperationTimeouts |
getClientTimeouts() |
String |
getDataHost() |
com.google.cloud.bigtable.data.v2.BigtableDataSettings |
getDataSettings()
Utility to convert
Configuration to BigtableDataSettings. |
com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings |
getInstanceAdminSettings()
Utility to convert
Configuration to BigtableInstanceAdminSettings. |
int |
getPort() |
com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings |
getTableAdminSettings()
Utility to convert
Configuration to BigtableTableAdminSettings. |
boolean |
isChannelPoolCachingEnabled() |
boolean |
isRetriesWithoutTimestampAllowed() |
String |
toDebugString() |
getConfiguration, getInstanceId, getProjectId, getRequiredValue, getTtlSecondsForBackuppublic static BigtableHBaseVeneerSettings create(org.apache.hadoop.conf.Configuration configuration) throws IOException
IOExceptionpublic String getDataHost()
getDataHost in class BigtableHBaseSettingspublic String getAdminHost()
getAdminHost in class BigtableHBaseSettingspublic int getPort()
getPort in class BigtableHBaseSettingspublic int getBulkMaxRowCount()
getBulkMaxRowCount in class BigtableHBaseSettingspublic long getBatchingMaxRequestSize()
getBatchingMaxRequestSize in class BigtableHBaseSettingspublic boolean isRetriesWithoutTimestampAllowed()
isRetriesWithoutTimestampAllowed in class BigtableHBaseSettingspublic com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings.ClientOperationTimeouts getClientTimeouts()
public boolean isChannelPoolCachingEnabled()
public com.google.cloud.bigtable.data.v2.BigtableDataSettings getDataSettings()
Configuration to BigtableDataSettings.public com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings getTableAdminSettings()
Configuration to BigtableTableAdminSettings.public com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings getInstanceAdminSettings()
Configuration to BigtableInstanceAdminSettings.public String toDebugString()
toDebugString in class BigtableHBaseSettings