Uses of Class
com.bigdata.journal.RunState

Packages that use RunState
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
 

Uses of RunState in com.bigdata.journal
 

Methods in com.bigdata.journal that return RunState
static RunState RunState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RunState[] RunState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.bigdata.journal with parameters of type RunState
 boolean RunState.isTransitionAllowed(RunState newval)
          Return true iff a transition is allowable from the current RunState to the proposed RunState.
 void Tx.setRunState(RunState newval)
          Change the RunState.
 

Uses of RunState in com.bigdata.service
 

Methods in com.bigdata.service with parameters of type RunState
 void AbstractTransactionService.TxState.setRunState(RunState newval)
          Change the RunState.
 



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