Uses of Class
org.elasticsoftware.elasticactors.PhysicalNode
-
Packages that use PhysicalNode Package Description org.elasticsoftware.elasticactors org.elasticsoftware.elasticactors.cluster org.elasticsoftware.elasticactors.messaging -
-
Uses of PhysicalNode in org.elasticsoftware.elasticactors
Methods in org.elasticsoftware.elasticactors that return PhysicalNode Modifier and Type Method Description PhysicalNodeActorShard. getOwningNode() -
Uses of PhysicalNode in org.elasticsoftware.elasticactors.cluster
Methods in org.elasticsoftware.elasticactors.cluster that return PhysicalNode Modifier and Type Method Description PhysicalNodeNodeSelector. getPrimary(String shardKey)Methods in org.elasticsoftware.elasticactors.cluster that return types with arguments of type PhysicalNode Modifier and Type Method Description List<PhysicalNode>NodeSelector. getAll()Methods in org.elasticsoftware.elasticactors.cluster with parameters of type PhysicalNode Modifier and Type Method Description default voidClusterEventListener. onMasterElected(PhysicalNode masterNode)voidShardDistributionStrategy. registerWaitForRelease(ActorShard localShard, PhysicalNode currentOwner)Wait for signal from the current shard owner, when the signal comes inActorContainer.init()should be called within the implementationvoidShardDistributionStrategy. signalRelease(ActorShard localShard, PhysicalNode nextOwner)Signal to the cluster that a Local ActorShard has been given upMethod parameters in org.elasticsoftware.elasticactors.cluster with type arguments of type PhysicalNode Modifier and Type Method Description NodeSelectorNodeSelectorFactory. create(Hasher hasher, List<PhysicalNode> nodes)voidShardDistributor. distributeShards(List<PhysicalNode> nodes, ShardDistributionStrategy strategy)voidClusterEventListener. onTopologyChanged(List<PhysicalNode> topology)voidShardDistributor. updateNodes(List<PhysicalNode> nodes) -
Uses of PhysicalNode in org.elasticsoftware.elasticactors.messaging
Methods in org.elasticsoftware.elasticactors.messaging that return PhysicalNode Modifier and Type Method Description PhysicalNodeMessageHandler. getPhysicalNode()Methods in org.elasticsoftware.elasticactors.messaging with parameters of type PhysicalNode Modifier and Type Method Description voidMessagingService. sendWireMessage(String queueName, byte[] serializedMessage, PhysicalNode receiver)
-