| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.cache |
| Modifier and Type | Method and Description |
|---|---|
static CuratorCacheListener.Type |
CuratorCacheListener.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CuratorCacheListener.Type[] |
CuratorCacheListener.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CuratorCacheListener.event(CuratorCacheListener.Type type,
ChildData oldData,
ChildData data)
Called when a data is created, changed or deleted.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.