Uses of Interface
org.apache.hadoop.hbase.client.NonceGenerator
Packages that use org.apache.hadoop.hbase.client.NonceGenerator
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.NonceGenerator in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.client.NonceGenerator in inModifier and TypeClassDescriptionfinal class
org.apache.hadoop.hbase.client.PerClientRandomNonceGenerator
NonceGenerator implementation that uses client ID hash + random int as nonce group, and random numbers as nonces.Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.NonceGenerator in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.NonceGenerator
AsyncClusterConnection.getNonceGenerator()
Get the nonce generator for this connection. -
Uses of org.apache.hadoop.hbase.client.NonceGenerator in org.apache.hadoop.hbase.client.locking
Constructors in org.apache.hadoop.hbase.client.locking with parameters of type org.apache.hadoop.hbase.client.NonceGenerator in inModifierConstructorDescriptionLockServiceClient
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.shaded.protobuf.generated.LockServiceProtos.LockService.BlockingInterface stub, org.apache.hadoop.hbase.client.NonceGenerator ng)