Uses of Interface
org.apache.hadoop.hbase.client.NonceGenerator
Package
Description
Provides HBase Client
-
Uses of NonceGenerator in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionfinal class
NonceGenerator implementation that uses client ID hash + random int as nonce group, and random numbers as nonces.Modifier and TypeFieldDescriptionprivate NonceGenerator
HBaseAdmin.ng
private final NonceGenerator
RawAsyncHBaseAdmin.ng
(package private) static final NonceGenerator
ConnectionUtils.NO_NONCE_GENERATOR
Dummy nonce generator for disabled nonces.private final NonceGenerator
AsyncConnectionImpl.nonceGenerator
private static NonceGenerator
ConnectionImplementation.nonceGenerator
Global nonceGenerator shared per client.Modifier and TypeMethodDescriptionAsyncConnectionImpl.getNonceGenerator()
ClusterConnection.getNonceGenerator()
Returns Nonce generator for this ClusterConnection; may be null if disabled in configuration.ConnectionImplementation.getNonceGenerator()
(package private) static NonceGenerator
ConnectionImplementation.injectNonceGeneratorForTesting
(ClusterConnection conn, NonceGenerator cnm) static NonceGenerator
ConnectionUtils.injectNonceGeneratorForTesting
(ClusterConnection conn, NonceGenerator cnm) Inject a nonce generator for testing.Modifier and TypeMethodDescription(package private) static NonceGenerator
ConnectionImplementation.injectNonceGeneratorForTesting
(ClusterConnection conn, NonceGenerator cnm) static NonceGenerator
ConnectionUtils.injectNonceGeneratorForTesting
(ClusterConnection conn, NonceGenerator cnm) Inject a nonce generator for testing.private void
AsyncProcess.setNonce
(NonceGenerator ng, Row r, Action action) -
Uses of NonceGenerator in org.apache.hadoop.hbase.client.locking
ModifierConstructorDescriptionLockServiceClient
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.shaded.protobuf.generated.LockServiceProtos.LockService.BlockingInterface stub, NonceGenerator ng)