public class ClusterNodeInfo extends Object
| Constructor and Description |
|---|
ClusterNodeInfo(int id,
String name) |
ClusterNodeInfo(int id,
String name,
long createdTS) |
ClusterNodeInfo(int id,
String name,
long createdTS,
long lastPingTS) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedTS() |
int |
getId() |
long |
getLastPingTS() |
String |
getName() |
String |
toString() |
Copyright © 2017 SAP SE. All Rights Reserved.