Package | Description |
---|---|
org.apache.curator.framework.api | |
org.apache.curator.framework.imps |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoveWatchesType
Builder to allow the specification of whether it is acceptable to remove client side watch information
in the case where ZK cannot be contacted.
|
Modifier and Type | Method and Description |
---|---|
RemoveWatchesLocal |
RemoveWatchesType.ofType(org.apache.zookeeper.Watcher.WatcherType watcherType)
Specify the type of watcher to be removed.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveWatchesBuilderImpl |
class |
WatchesBuilderImpl |
Modifier and Type | Method and Description |
---|---|
RemoveWatchesLocal |
RemoveWatchesBuilderImpl.guaranteed() |
RemoveWatchesLocal |
RemoveWatchesBuilderImpl.ofType(org.apache.zookeeper.Watcher.WatcherType watcherType) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.