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 |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
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 null if not.
|
String |
toString() |