Serialized Form
-
Package com.google.cloud.bigtable.config
-
Class com.google.cloud.bigtable.config.BigtableOptions extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
adminHost
String adminHost
-
dataHost
String dataHost
-
port
int port
-
projectId
String projectId
-
instanceId
String instanceId
-
appProfileId
String appProfileId
-
userAgent
String userAgent
-
dataChannelCount
int dataChannelCount
-
usePlaintextNegotiation
boolean usePlaintextNegotiation
-
useCachedDataPool
boolean useCachedDataPool
-
useGCJClient
boolean useGCJClient
-
instanceName
BigtableInstanceName instanceName
-
bulkOptions
BulkOptions bulkOptions
-
callOptionsConfig
CallOptionsConfig callOptionsConfig
-
credentialOptions
CredentialOptions credentialOptions
-
retryOptions
RetryOptions retryOptions
-
useBatch
boolean useBatch
-
-
Class com.google.cloud.bigtable.config.BulkOptions extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
asyncMutatorCount
int asyncMutatorCount
-
useBulkApi
boolean useBulkApi
-
bulkMaxRowKeyCount
int bulkMaxRowKeyCount
-
bulkMaxRequestSize
long bulkMaxRequestSize
-
autoflushMs
long autoflushMs
-
maxInflightRpcs
int maxInflightRpcs
-
maxMemory
long maxMemory
-
enableBulkMutationThrottling
boolean enableBulkMutationThrottling
-
bulkMutationRpcTargetMs
int bulkMutationRpcTargetMs
-
-
Class com.google.cloud.bigtable.config.CallOptionsConfig extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
useTimeout
boolean useTimeout
-
shortRpcTimeoutMs
int shortRpcTimeoutMs
-
longRpcTimeoutMs
int longRpcTimeoutMs
-
mutateRpcTimeoutMs
int mutateRpcTimeoutMs
-
readStreamRpcTimeoutMs
int readStreamRpcTimeoutMs
-
-
Class com.google.cloud.bigtable.config.CredentialOptions extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
credentialType
CredentialOptions.CredentialType credentialType
-
-
Class com.google.cloud.bigtable.config.CredentialOptions.JsonCredentialsOptions extends CredentialOptions implements Serializable
- serialVersionUID:
- -7868808741264867962L
-
Serialized Fields
-
inputStream
InputStream inputStream
-
cachedCredentials
com.google.auth.Credentials cachedCredentials
-
-
Class com.google.cloud.bigtable.config.CredentialOptions.P12CredentialOptions extends CredentialOptions implements Serializable
- serialVersionUID:
- 596647835888116163L
-
Class com.google.cloud.bigtable.config.CredentialOptions.UserSuppliedCredentialOptions extends CredentialOptions implements Serializable
- serialVersionUID:
- -7167146778823641468L
-
Serialized Fields
-
credential
com.google.auth.Credentials credential
-
-
Class com.google.cloud.bigtable.config.RetryOptions extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
retriesEnabled
boolean retriesEnabled
-
allowRetriesWithoutTimestamp
boolean allowRetriesWithoutTimestamp
-
initialBackoffMillis
int initialBackoffMillis
-
maxElapsedBackoffMillis
int maxElapsedBackoffMillis
-
backoffMultiplier
double backoffMultiplier
-
streamingBufferSize
int streamingBufferSize
-
readPartialRowTimeoutMillis
int readPartialRowTimeoutMillis
-
maxScanTimeoutRetries
int maxScanTimeoutRetries
-
statusToRetryOn
Set<E> statusToRetryOn
-
-
-
Package com.google.cloud.bigtable.grpc
-
Class com.google.cloud.bigtable.grpc.BigtableInstanceName extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.google.cloud.bigtable.grpc.io
-
Class com.google.cloud.bigtable.grpc.io.IOExceptionWithStatus extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
status
io.grpc.Status status
-
-
Class com.google.cloud.bigtable.grpc.io.Watchdog.StreamWaitTimeoutException extends RuntimeException implements Serializable
-
Serialized Fields
-
state
Watchdog.State state
-
waitTimeMs
long waitTimeMs
-
-
-
-
Package com.google.cloud.bigtable.grpc.scanner
-
Class com.google.cloud.bigtable.grpc.scanner.BigtableRetriesExhaustedException extends IOException implements Serializable
- serialVersionUID:
- 6905598607595217072L
-
Class com.google.cloud.bigtable.grpc.scanner.FlatRow extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
rowKey
ByteString rowKey
-
cells
ImmutableList<E> cells
-
-
Class com.google.cloud.bigtable.grpc.scanner.FlatRow.Cell extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
family
String family
-
qualifier
ByteString qualifier
-
timestamp
long timestamp
-
value
ByteString value
-
labels
List<E> labels
-
-
Class com.google.cloud.bigtable.grpc.scanner.ScanTimeoutException extends IOException implements Serializable
- serialVersionUID:
- 4115316291347038875L
-
-
Package com.google.cloud.bigtable.hbase.adapters.filters
-
Class com.google.cloud.bigtable.hbase.adapters.filters.UnsupportedFilterException extends UnsupportedOperationException implements Serializable
- serialVersionUID:
- -8737704632500918999L
-
-
Package com.google.cloud.bigtable.hbase.filter
-
Class com.google.cloud.bigtable.hbase.filter.BigtableFilter extends FilterBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
filter
com.google.cloud.bigtable.data.v2.models.Filters.Filter filter
-
-
Class com.google.cloud.bigtable.hbase.filter.TimestampRangeFilter extends FilterBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
startTimestampInclusive
long startTimestampInclusive
-
endTimestampExclusive
long endTimestampExclusive
-
-
-
Package org.apache.hadoop.hbase.client
-
Class org.apache.hadoop.hbase.client.DoNotRetryRegionException extends DoNotRetryIOException implements Serializable
- serialVersionUID:
- 6907047686199321701L
-
Class org.apache.hadoop.hbase.client.NoServerForRegionException extends DoNotRetryRegionException implements Serializable
- serialVersionUID:
- 2047L
-
Class org.apache.hadoop.hbase.client.RegionOfflineException extends RegionException implements Serializable
- serialVersionUID:
- 466008402L
-
Class org.apache.hadoop.hbase.client.RetriesExhaustedException extends IOException implements Serializable
- serialVersionUID:
- 1876775844L
-
Class org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException extends RetriesExhaustedException implements Serializable
-
Class org.apache.hadoop.hbase.client.RowTooBigException extends DoNotRetryRegionException implements Serializable
-
Class org.apache.hadoop.hbase.client.WrongRowIOException extends HBaseIOException implements Serializable
- serialVersionUID:
- -5849522209440123059L
-