Uses of Record Class
org.mockserver.state.ClusterInfo
Packages that use ClusterInfo
-
Uses of ClusterInfo in org.mockserver.state
Methods in org.mockserver.state that return ClusterInfoModifier and TypeMethodDescriptiondefault ClusterInfoStateBackend.clusterInfo()Returns a snapshot of cluster membership and health for theGET /mockserver/clusteroperability endpoint.static ClusterInfoClusterInfo.singleNode(String nodeId) Builds the degenerate single-node snapshot used by all non-clustered backends: one local member that is also the coordinator. -
Uses of ClusterInfo in org.mockserver.state.infinispan
Methods in org.mockserver.state.infinispan that return ClusterInfoModifier and TypeMethodDescriptionInfinispanStateBackend.clusterInfo()Reports real cluster membership and health from the Infinispan cache manager's JGroups transport.