|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface DataUpdater<T>
Updates the data of a znode. This is used together with ZkClient.updateDataSerialized(String, DataUpdater)
.
Method Summary | |
---|---|
T |
update(T currentData)
Updates the current data of a znode. |
Method Detail |
---|
T update(T currentData)
currentData
- The current contents.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |