Modifier and Type | Method and Description |
---|---|
Listenable<ConnectionStateListener> |
CuratorFramework.getConnectionStateListenable()
Returns the listenable interface for the Connect State
|
Listenable<CuratorListener> |
CuratorFramework.getCuratorListenable()
Returns the listenable interface for events
|
Listenable<UnhandledErrorListener> |
CuratorFramework.getUnhandledErrorListenable()
Returns the listenable interface for unhandled errors
|
Modifier and Type | Method and Description |
---|---|
Listenable<ConnectionStateListener> |
CuratorFrameworkImpl.getConnectionStateListenable() |
Listenable<CuratorListener> |
CuratorFrameworkImpl.getCuratorListenable() |
Listenable<UnhandledErrorListener> |
CuratorFrameworkImpl.getUnhandledErrorListenable() |
Modifier and Type | Class and Description |
---|---|
class |
ListenerContainer<T>
Abstracts an object that has listeners
|
Modifier and Type | Method and Description |
---|---|
Listenable<TreeCacheListener> |
TreeCache.getListenable()
Return the cache listenable
|
Modifier and Type | Interface and Description |
---|---|
interface |
SharedCountReader
Abstracts a shared integer and allows listening for changes to its value
|
Modifier and Type | Class and Description |
---|---|
class |
SharedCount
Manages a shared integer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceCache<T> |
Modifier and Type | Class and Description |
---|---|
class |
ServiceCacheImpl<T> |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.