org.apache.accumulo.fate.zookeeper
Interface TransactionWatcher.Arbitrator

All Known Implementing Classes:
TransactionWatcher.ZooArbitrator
Enclosing class:
TransactionWatcher

public static interface TransactionWatcher.Arbitrator


Method Summary
 boolean transactionAlive(String type, long tid)
           
 boolean transactionComplete(String type, long tid)
           
 

Method Detail

transactionAlive

boolean transactionAlive(String type,
                         long tid)
                         throws Exception
Throws:
Exception

transactionComplete

boolean transactionComplete(String type,
                            long tid)
                            throws Exception
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.