public class Node extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Node.Type
Node type.
|
| Constructor and Description |
|---|
Node(String id,
Node.Type type,
String ipAddress,
long createTime,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCreateTime() |
String |
getId() |
String |
getIpAddress() |
Map<String,String> |
getProperties() |
Node.Type |
getType() |
int |
hashCode() |
String |
toString() |
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.