Uses of Class
com.scivicslab.pojoactor.core.distributed.NodeInfo
Packages that use NodeInfo
Package
Description
-
Uses of NodeInfo in com.scivicslab.pojoactor.core.distributed
Methods in com.scivicslab.pojoactor.core.distributed that return NodeInfoModifier and TypeMethodDescriptionRemoteActorRef.getNodeInfo()Returns information about the node hosting this actor.Constructors in com.scivicslab.pojoactor.core.distributed with parameters of type NodeInfoModifierConstructorDescriptionRemoteActorRef(String actorName, NodeInfo nodeInfo) Constructs a new RemoteActorRef. -
Uses of NodeInfo in com.scivicslab.pojoactor.core.distributed.discovery
Methods in com.scivicslab.pojoactor.core.distributed.discovery that return types with arguments of type NodeInfoModifier and TypeMethodDescriptionGridEngineNodeDiscovery.getAllNodes()K8sNodeDiscovery.getAllNodes()NodeDiscovery.getAllNodes()Returns information about all nodes in the cluster.SlurmNodeDiscovery.getAllNodes()