Uses of Class
storm.trident.topology.state.TransactionalState

Packages that use TransactionalState
storm.trident.topology.state   
 

Uses of TransactionalState in storm.trident.topology.state
 

Methods in storm.trident.topology.state that return TransactionalState
static TransactionalState TransactionalState.newCoordinatorState(Map conf, String id)
           
static TransactionalState TransactionalState.newUserState(Map conf, String id)
           
 

Constructors in storm.trident.topology.state with parameters of type TransactionalState
RotatingTransactionalState(TransactionalState state, String subdir)
           
 



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