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 classNonceGenerator 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 final NonceGeneratorRawAsyncHBaseAdmin.ng(package private) static final NonceGeneratorConnectionUtils.NO_NONCE_GENERATORDummy nonce generator for disabled nonces.private final NonceGeneratorAsyncConnectionImpl.nonceGeneratorMethods in org.apache.hadoop.hbase.client that return NonceGeneratorModifier and TypeMethodDescriptionAsyncClusterConnection.getNonceGenerator()Get the nonce generator for this connection.AsyncClusterConnectionImpl.getNonceGenerator()(package private) NonceGeneratorAsyncConnectionImpl.getNonceGenerator() - 
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)