public interface CuratorEvent
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<org.apache.zookeeper.data.ACL> |
getACLList() |
|
java.util.List<java.lang.String> |
getChildren() |
|
java.lang.Object |
getContext() |
|
byte[] |
getData() |
|
java.lang.String |
getName() |
|
java.util.List<CuratorTransactionResult> |
getOpResults() |
|
java.lang.String |
getPath() |
|
int |
getResultCode() |
|
org.apache.zookeeper.data.Stat |
getStat() |
|
CuratorEventType |
getType() |
check here first - this value determines the type of event and which methods will have
valid values
|
org.apache.zookeeper.WatchedEvent |
getWatchedEvent() |
If
getType() returns CuratorEventType.WATCHED this will
return the WatchedEvent |
CuratorEventType getType()
int getResultCode()
java.lang.String getPath()
java.lang.Object getContext()
Backgroundable.inBackground(Object)org.apache.zookeeper.data.Stat getStat()
byte[] getData()
java.lang.String getName()
java.util.List<java.lang.String> getChildren()
java.util.List<org.apache.zookeeper.data.ACL> getACLList()
java.util.List<CuratorTransactionResult> getOpResults()
org.apache.zookeeper.WatchedEvent getWatchedEvent()
getType() returns CuratorEventType.WATCHED this will
return the WatchedEventCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.