Uses of Record Class
me.internalizable.numdrassl.api.cluster.ProxyInfo
Packages that use ProxyInfo
Package
Description
Cluster management API for distributed Numdrassl deployments.
Events related to cluster state changes.
-
Uses of ProxyInfo in me.internalizable.numdrassl.api.cluster
Methods in me.internalizable.numdrassl.api.cluster that return ProxyInfoModifier and TypeMethodDescriptionClusterManager.getLocalProxyInfo()Get information about this proxy instance.Methods in me.internalizable.numdrassl.api.cluster that return types with arguments of type ProxyInfoModifier and TypeMethodDescriptionClusterManager.getLeastLoadedProxy()Get the proxy with the lowest load across all regions.ClusterManager.getLeastLoadedProxy(String region) Get the proxy with the lowest load in a specific region.ClusterManager.getOnlineProxies()Get all online proxies in the cluster, including this one.ClusterManager.getProxiesInRegion(String region) Get all proxies in a specific region.Get a specific proxy by its ID. -
Uses of ProxyInfo in me.internalizable.numdrassl.api.event.cluster
Methods in me.internalizable.numdrassl.api.event.cluster that return ProxyInfoModifier and TypeMethodDescriptionProxyJoinClusterEvent.getProxyInfo()Get information about the proxy that joined.ProxyLeaveClusterEvent.getProxyInfo()Get information about the proxy that left.Constructors in me.internalizable.numdrassl.api.event.cluster with parameters of type ProxyInfoModifierConstructorDescriptionProxyJoinClusterEvent(ProxyInfo proxyInfo) ProxyLeaveClusterEvent(ProxyInfo proxyInfo, ProxyLeaveClusterEvent.LeaveReason reason)