Uses of Class
com.bigdata.journal.AbstractTask.DelegateTask

Packages that use AbstractTask.DelegateTask
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
 

Uses of AbstractTask.DelegateTask in com.bigdata.journal
 

Subclasses of AbstractTask.DelegateTask in com.bigdata.journal
protected static class AbstractTask.InnerReadWriteTxServiceCallable
          Inner class used to wrap up the call to AbstractTask.doTask() for read-write transactions.
protected static class AbstractTask.InnerWriteServiceCallable<T>
          An instance of this class is used as the delegate for a LockManagerTask in order to coordinate the acquisition of locks with the LockManager before the task can execute and to release locks after the task has completed (whether it succeeds or fails).
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.