public class ConfluentNode extends Node
| Constructor and Description |
|---|
ConfluentNode(int id, String host, int port, String rack, Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> | tags()The tags of this node |
static Map<String,String> | tags(Node node)Returns the tags if the node is a ConfluentNode or an empty map if not. |
String | toString() |