public interface Health
| Modifier and Type | Method and Description |
|---|---|
List<CacheHealth> |
getCacheHealth()
Returns per cache health.
|
List<CacheHealth> |
getCacheHealth(Set<String> cacheNames)
Returns per cache health for the provided cache names.
|
ClusterHealth |
getClusterHealth()
Returns Cluster health.
|
HostInfo |
getHostInfo()
Gets basic information about the host.
|
ClusterHealth getClusterHealth()
List<CacheHealth> getCacheHealth()
List<CacheHealth> getCacheHealth(Set<String> cacheNames)
cacheNames - HostInfo getHostInfo()
Copyright © 2022 JBoss by Red Hat. All rights reserved.