Uses of Class
backtype.storm.transactional.state.TransactionalState

Packages that use TransactionalState
backtype.storm.transactional.state   
 

Uses of TransactionalState in backtype.storm.transactional.state
 

Methods in backtype.storm.transactional.state that return TransactionalState
static TransactionalState TransactionalState.newCoordinatorState(Map conf, String id, Map componentConf)
           
static TransactionalState TransactionalState.newUserState(Map conf, String id, Map componentConf)
           
 

Constructors in backtype.storm.transactional.state with parameters of type TransactionalState
RotatingTransactionalState(TransactionalState state, String subdir)
           
RotatingTransactionalState(TransactionalState state, String subdir, boolean strictOrder)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.