Uses of Class
eu.cloudnetservice.driver.cluster.NetworkClusterNode
Packages that use NetworkClusterNode
Package
Description
-
Uses of NetworkClusterNode in eu.cloudnetservice.driver.channel
Methods in eu.cloudnetservice.driver.channel with parameters of type NetworkClusterNodeModifier and TypeMethodDescriptionbooleanChannelMessageSender.is(@NonNull NetworkClusterNode node) Checks if this sender represents the given node. -
Uses of NetworkClusterNode in eu.cloudnetservice.driver.cluster
Fields in eu.cloudnetservice.driver.cluster declared as NetworkClusterNodeFields in eu.cloudnetservice.driver.cluster with type parameters of type NetworkClusterNodeModifier and TypeFieldDescriptionprivate final @NonNull Collection<NetworkClusterNode> NetworkCluster.nodesThe field for thenodesrecord component.Methods in eu.cloudnetservice.driver.cluster that return NetworkClusterNodeModifier and TypeMethodDescriptionNodeInfoSnapshot.node()Get the offline node information associated with this node.Methods in eu.cloudnetservice.driver.cluster that return types with arguments of type NetworkClusterNodeModifier and TypeMethodDescriptionNetworkCluster.nodes()Returns the value of thenodesrecord component.Constructors in eu.cloudnetservice.driver.cluster with parameters of type NetworkClusterNodeModifierConstructorDescriptionNodeInfoSnapshot(long creationTime, long startupMillis, int maxMemory, int usedMemory, int reservedMemory, int currentServicesCount, boolean drain, @NonNull NetworkClusterNode node, @NonNull CloudNetVersion version, @NonNull ProcessSnapshot processSnapshot, double maxCPUUsageToStartServices, @NonNull Collection<ModuleConfiguration> modules, @NonNull Document properties) Constructs a new network cluster node info snapshot instance.Constructor parameters in eu.cloudnetservice.driver.cluster with type arguments of type NetworkClusterNodeModifierConstructorDescriptionNetworkCluster(@NonNull UUID clusterId, @NonNull Collection<NetworkClusterNode> nodes) Creates an instance of aNetworkClusterrecord class. -
Uses of NetworkClusterNode in eu.cloudnetservice.driver.provider
Methods in eu.cloudnetservice.driver.provider that return NetworkClusterNodeModifier and TypeMethodDescriptionGet the network cluster node object association from the given node unique id registered on the current node.Methods in eu.cloudnetservice.driver.provider that return types with arguments of type NetworkClusterNodeModifier and TypeMethodDescriptionGet the network cluster node object association from the given node unique id registered on the current node.ClusterNodeProvider.nodes()Gets all nodes which are currently registered on the current node.ClusterNodeProvider.nodesAsync()Gets all nodes which are currently registered on the current node.Methods in eu.cloudnetservice.driver.provider with parameters of type NetworkClusterNodeModifier and TypeMethodDescriptionbooleanClusterNodeProvider.addNode(@NonNull NetworkClusterNode node) Adds a new node on the current node and synchronizes the change into the cluster.ClusterNodeProvider.addNodeAsync(@NonNull NetworkClusterNode node) Adds a new node on the current node and synchronizes the change into the cluster.