Uses of Interface
org.apache.accumulo.server.zookeeper.TransactionWatcher.Arbitrator
-
Packages that use TransactionWatcher.Arbitrator Package Description org.apache.accumulo.server.constraints org.apache.accumulo.server.iterators org.apache.accumulo.server.zookeeper -
-
Uses of TransactionWatcher.Arbitrator in org.apache.accumulo.server.constraints
Methods in org.apache.accumulo.server.constraints that return TransactionWatcher.Arbitrator Modifier and Type Method Description protected TransactionWatcher.ArbitratorMetadataConstraints. getArbitrator(ServerContext context) -
Uses of TransactionWatcher.Arbitrator in org.apache.accumulo.server.iterators
Methods in org.apache.accumulo.server.iterators that return TransactionWatcher.Arbitrator Modifier and Type Method Description protected TransactionWatcher.ArbitratorMetadataBulkLoadFilter. getArbitrator(ServerContext context) -
Uses of TransactionWatcher.Arbitrator in org.apache.accumulo.server.zookeeper
Classes in org.apache.accumulo.server.zookeeper that implement TransactionWatcher.Arbitrator Modifier and Type Class Description static classTransactionWatcher.ZooArbitratorConstructors in org.apache.accumulo.server.zookeeper with parameters of type TransactionWatcher.Arbitrator Constructor Description TransactionWatcher(TransactionWatcher.Arbitrator arbitrator)
-