コード例 #1
0
 public static List<NodeDiagnostics> getNodeDiagnotics(ViPRSystemClient client) {
   return client.health().getDiagnostics(null, null).getNodeDiagnosticsList();
 }
コード例 #2
0
 public static List<NodeHealth> getNodeHealth(ViPRSystemClient client) {
   return client.health().getHealth().getNodeHealthList();
 }
コード例 #3
0
 public static StorageStats getStorageStats(ViPRSystemClient client) {
   return client.health().getStorageStats();
 }
コード例 #4
0
 public static List<NodeStats> getNodeStats(ViPRSystemClient client) {
   return client.health().getStats().getNodeStatsList();
 }