Package | Description |
---|---|
io.fabric8.groups | |
io.fabric8.groups.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
Group<T extends NodeState> |
interface |
GroupListener<T extends NodeState>
Callback interface used to get notifications of changes
to a cluster group.
|
interface |
MultiGroup<T extends NodeState> |
Modifier and Type | Method and Description |
---|---|
<T extends NodeState> |
GroupFactory.createGroup(java.lang.String path,
java.lang.Class<T> clazz) |
<T extends NodeState> |
GroupFactory.createMultiGroup(java.lang.String path,
java.lang.Class<T> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
DelegateZooKeeperGroup<T extends NodeState> |
class |
DelegateZooKeeperMultiGroup<T extends NodeState> |
class |
TrackingZooKeeperGroup<T extends NodeState> |
class |
ZooKeeperGroup<T extends NodeState>
A utility that attempts to keep all data from all children of a ZK path locally cached.
|
class |
ZooKeeperMultiGroup<T extends NodeState> |
Modifier and Type | Method and Description |
---|---|
<T extends NodeState> |
OsgiManagedGroupFactory.createGroup(java.lang.String path,
java.lang.Class<T> clazz) |
<T extends NodeState> |
StaticManagedGroupFactory.createGroup(java.lang.String path,
java.lang.Class<T> clazz) |
<T extends NodeState> |
ZooKeeperGroupFactory.createGroup(java.lang.String path,
java.lang.Class<T> clazz) |
<T extends NodeState> |
OsgiManagedGroupFactory.createMultiGroup(java.lang.String path,
java.lang.Class<T> clazz) |
<T extends NodeState> |
StaticManagedGroupFactory.createMultiGroup(java.lang.String path,
java.lang.Class<T> clazz) |
<T extends NodeState> |
ZooKeeperGroupFactory.createMultiGroup(java.lang.String path,
java.lang.Class<T> clazz) |
Copyright © 2011-2014 Red Hat. All Rights Reserved.