storm.trident.topology.state
Class TransactionalState
java.lang.Object
storm.trident.topology.state.TransactionalState
public class TransactionalState
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionalState
protected TransactionalState(Map conf,
String id,
String subroot)
newUserState
public static TransactionalState newUserState(Map conf,
String id)
newCoordinatorState
public static TransactionalState newCoordinatorState(Map conf,
String id)
setData
public void setData(String path,
Object obj)
delete
public void delete(String path)
list
public List<String> list(String path)
mkdir
public void mkdir(String path)
getData
public Object getData(String path)
close
public void close()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.