Uses of Interface
org.apache.hadoop.hbase.client.NonceGenerator
Packages that use NonceGenerator
Package
Description
Provides HBase Client
-
Uses of NonceGenerator in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement NonceGeneratorModifier and TypeClassDescriptionfinal class
NonceGenerator implementation that uses client ID hash + random int as nonce group, and random numbers as nonces.Fields in org.apache.hadoop.hbase.client declared as NonceGeneratorModifier 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.Methods in org.apache.hadoop.hbase.client that return NonceGeneratorModifier 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.Methods in org.apache.hadoop.hbase.client with parameters of type NonceGeneratorModifier 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
Fields in org.apache.hadoop.hbase.client.locking declared as NonceGeneratorConstructors in org.apache.hadoop.hbase.client.locking with parameters of type NonceGeneratorModifierConstructorDescriptionLockServiceClient
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.shaded.protobuf.generated.LockServiceProtos.LockService.BlockingInterface stub, NonceGenerator ng)