|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.curator.framework.recipes.cache.PathChildrenCacheEvent
public class PathChildrenCacheEvent
POJO that abstracts a change to a path
| Nested Class Summary | |
|---|---|
static class |
PathChildrenCacheEvent.Type
Type of change |
| Constructor Summary | |
|---|---|
PathChildrenCacheEvent(PathChildrenCacheEvent.Type type,
ChildData data)
|
|
| Method Summary | |
|---|---|
ChildData |
getData()
|
PathChildrenCacheEvent.Type |
getType()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PathChildrenCacheEvent(PathChildrenCacheEvent.Type type,
ChildData data)
type - event typedata - event data or null| Method Detail |
|---|
public PathChildrenCacheEvent.Type getType()
public ChildData getData()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||