Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
PerClientRandomNonceGenerator
NonceGenerator implementation that uses client ID hash + random int as nonce group, and random
numbers as nonces.
|
Modifier and Type | Method and Description |
---|---|
NonceGenerator |
AsyncConnectionImpl.getNonceGenerator() |
NonceGenerator |
ConnectionImplementation.getNonceGenerator() |
NonceGenerator |
ClusterConnection.getNonceGenerator()
Returns Nonce generator for this ClusterConnection; may be null if disabled in configuration.
|
static NonceGenerator |
ConnectionUtils.injectNonceGeneratorForTesting(ClusterConnection conn,
NonceGenerator cnm)
Inject a nonce generator for testing.
|
Modifier and Type | Method and Description |
---|---|
static NonceGenerator |
ConnectionUtils.injectNonceGeneratorForTesting(ClusterConnection conn,
NonceGenerator cnm)
Inject a nonce generator for testing.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.