public class UnshardedClusterServiceRegistry extends AbstractZookeeperServiceRegistry<UnshardedClusterInfo>
| Constructor and Description |
|---|
UnshardedClusterServiceRegistry(Service service,
Deserializer<UnshardedClusterInfo> deserializer,
int refreshInterval,
boolean disableWatchers) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceNode<UnshardedClusterInfo>> |
nodes() |
void |
nodes(List<ServiceNode<UnshardedClusterInfo>> serviceNodes) |
start, stopgetDeserializer, getServicepublic UnshardedClusterServiceRegistry(Service service, Deserializer<UnshardedClusterInfo> deserializer, int refreshInterval, boolean disableWatchers)
public List<ServiceNode<UnshardedClusterInfo>> nodes()
public void nodes(List<ServiceNode<UnshardedClusterInfo>> serviceNodes)
nodes in class ServiceRegistry<UnshardedClusterInfo>Copyright © 2021. All rights reserved.