public class ZookeeperInstance extends Object
It's compatible with Spring Cloud
| Constructor and Description |
|---|
ZookeeperInstance(String id,
String name,
Map<String,String> metadata) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Map<String,String> |
getMetadata() |
String |
getName() |
void |
setId(String id) |
void |
setMetadata(Map<String,String> metadata) |
void |
setName(String name) |
String |
toString() |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.