Uses of Class
eu.cloudnetservice.driver.cluster.NodeInfoSnapshot
Packages that use NodeInfoSnapshot
-
Uses of NodeInfoSnapshot in eu.cloudnetservice.driver.provider
Methods in eu.cloudnetservice.driver.provider that return NodeInfoSnapshotModifier and TypeMethodDescriptionClusterNodeProvider.nodeInfoSnapshot(@NonNull String uniqueId) Get the network cluster node snapshot of the node with the given unique id.Methods in eu.cloudnetservice.driver.provider that return types with arguments of type NodeInfoSnapshotModifier and TypeMethodDescriptionClusterNodeProvider.nodeInfoSnapshotAsync(@NonNull String uniqueId) Get the network cluster node snapshot of the node with the given unique id.ClusterNodeProvider.nodeInfoSnapshots()Get the network cluster node snapshots of all nodes which are currently connected to the current node.ClusterNodeProvider.nodeInfoSnapshotsAsync()Get the network cluster node snapshots of all nodes which are currently connected to the current node.