|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbacktype.storm.transactional.state.TransactionalState
public class TransactionalState
| Constructor Summary | |
|---|---|
protected |
TransactionalState(Map conf,
String id,
Map componentConf,
String subroot)
|
| Method Summary | |
|---|---|
void |
close()
|
void |
delete(String path)
|
Object |
getData(String path)
|
List<String> |
list(String path)
|
void |
mkdir(String path)
|
static TransactionalState |
newCoordinatorState(Map conf,
String id,
Map componentConf)
|
static TransactionalState |
newUserState(Map conf,
String id,
Map componentConf)
|
void |
setData(String path,
Object obj)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TransactionalState(Map conf,
String id,
Map componentConf,
String subroot)
| Method Detail |
|---|
public static TransactionalState newUserState(Map conf,
String id,
Map componentConf)
public static TransactionalState newCoordinatorState(Map conf,
String id,
Map componentConf)
public void setData(String path,
Object obj)
public void delete(String path)
public List<String> list(String path)
public void mkdir(String path)
public Object getData(String path)
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||