public interface ServerPingInfo
DominoClient.pingServer(java.lang.String, boolean, boolean)
.Modifier and Type | Method and Description |
---|---|
Optional<Integer> |
getAvailabilityIndex()
Retrieves the server's availability index, if requested in the ping.
|
Optional<List<String>> |
getClusterMembers()
Retrieves the server's cluster members, if requested in the ping.
|
Optional<String> |
getClusterName()
Retrieves the server's cluster name, if requested in the ping.
|
Optional<Integer> getAvailabilityIndex()
Optional
describing the availability index, or an empty one
if this was not requestedOptional<String> getClusterName()
If cluster information is requested but the server is not a member of a cluster, then
this will be an Optional
describing an empty string.
Optional
describing the server's cluster name, or an empty one
if this was not requestedCopyright © 2019–2021 HCL. All rights reserved.