Package | Description |
---|---|
org.apache.curator.framework.api | |
org.apache.curator.framework.imps |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoveWatchesLocal
Builder to allow the specification of whether it is acceptable to remove client side watch information
in the case where ZK cannot be contacted.
|
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 |
---|---|
BackgroundPathableQuietlyable<Void> |
RemoveWatchesLocal.locally()
Specify if the client should just remove client side watches if a connection to ZK
is not available.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveWatchesBuilderImpl |
class |
WatchesBuilderImpl |
Modifier and Type | Method and Description |
---|---|
BackgroundPathableQuietlyable<Void> |
RemoveWatchesBuilderImpl.locally() |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.