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 final NonceGenerator
RawAsyncHBaseAdmin.ng
(package private) static final NonceGenerator
ConnectionUtils.NO_NONCE_GENERATOR
Dummy nonce generator for disabled nonces.private final NonceGenerator
AsyncConnectionImpl.nonceGenerator
Modifier and TypeMethodDescriptionAsyncClusterConnection.getNonceGenerator()
Get the nonce generator for this connection.AsyncClusterConnectionImpl.getNonceGenerator()
(package private) NonceGenerator
AsyncConnectionImpl.getNonceGenerator()
-
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)