Index
All Classes and Interfaces|All Packages
A
- actorFor(String) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- actorOf(String, Class<T>) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- actorOf(String, Class<T>, ActorState) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- actorOf(String, String) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- actorOf(String, String, ActorState) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- actorOf(String, String, ActorState, ActorRef) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
-
A specialization of
ActorSystem.actorOf(String, String, ActorState, ActorRef)for a RemoteActorSystem. - ActorSystemMessage - Interface in org.elasticsoftware.elasticactors.client.messaging
-
This interface aims to provide the same information
Messagedoes. - ActorSystemMessageSerializer - Class in org.elasticsoftware.elasticactors.client.serialization
- ActorSystemMessageSerializer() - Constructor for class org.elasticsoftware.elasticactors.client.serialization.ActorSystemMessageSerializer
C
- ClientConfiguration - Class in org.elasticsoftware.elasticactors.client.configuration
-
The base configuration for a write-only client.
- ClientConfiguration() - Constructor for class org.elasticsoftware.elasticactors.client.configuration.ClientConfiguration
- clientSerializationFrameworks(RemoteActorShardRefFactory, List<SerializationFramework>) - Method in class org.elasticsoftware.elasticactors.client.configuration.ClientConfiguration
- ClientSerializationFrameworks - Class in org.elasticsoftware.elasticactors.client.serialization
- ClientSerializationFrameworks(ActorRefFactory, List<SerializationFramework>) - Constructor for class org.elasticsoftware.elasticactors.client.serialization.ClientSerializationFrameworks
- ClientSystemDeserializers - Class in org.elasticsoftware.elasticactors.client.serialization
- ClientSystemDeserializers(SerializationFrameworks, ActorRefFactory) - Constructor for class org.elasticsoftware.elasticactors.client.serialization.ClientSystemDeserializers
- ClientSystemSerializers - Class in org.elasticsoftware.elasticactors.client.serialization
- ClientSystemSerializers(SerializationFrameworks) - Constructor for class org.elasticsoftware.elasticactors.client.serialization.ClientSystemSerializers
- create(String) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorShardRefFactory
D
- destroy() - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- destroy() - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystems
G
- get() - Static method in class org.elasticsoftware.elasticactors.client.serialization.ActorSystemMessageSerializer
- get(Class<T>) - Method in class org.elasticsoftware.elasticactors.client.serialization.ClientSystemDeserializers
- get(Class<T>) - Method in class org.elasticsoftware.elasticactors.client.serialization.ClientSystemSerializers
- get(String) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystems
- get(String, String) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystems
- getActorStateDeserializer(Class<? extends ElasticActor>) - Method in class org.elasticsoftware.elasticactors.client.serialization.SerializedActorStateSerializationFramework
- getActorStateSerializer(Class<? extends ElasticActor>) - Method in class org.elasticsoftware.elasticactors.client.serialization.SerializedActorStateSerializationFramework
- getActorStateSerializer(ActorState) - Method in class org.elasticsoftware.elasticactors.client.serialization.SerializedActorStateSerializationFramework
- getConfiguration() - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- getDeserializer(Class<T>) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- getDeserializer(Class<T>) - Method in class org.elasticsoftware.elasticactors.client.serialization.SerializedActorStateSerializationFramework
- getEventListenerRegistry() - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- getName() - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- getNumberOfShards() - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- getParent() - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- getPayload() - Method in interface org.elasticsoftware.elasticactors.client.messaging.ActorSystemMessage
-
The serialized payload data.
- getPayloadClass() - Method in interface org.elasticsoftware.elasticactors.client.messaging.ActorSystemMessage
-
Since Elastic Actors currently deserializes messages based on their class, this method should return the name of the class which the payload represents on the receiving end.
- getScheduler() - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- getSerializationFramework() - Method in class org.elasticsoftware.elasticactors.client.state.SerializedActorState
- getSerializationFramework(Class<? extends SerializationFramework>) - Method in class org.elasticsoftware.elasticactors.client.serialization.ClientSerializationFrameworks
- getSerializer(Class<T>) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- getSerializer(Class<T>) - Method in class org.elasticsoftware.elasticactors.client.serialization.SerializedActorStateSerializationFramework
- getShard(int) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- getShard(String) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- getSystemMessageDeserializer(Class<T>) - Method in class org.elasticsoftware.elasticactors.client.serialization.ClientSerializationFrameworks
- getSystemMessageSerializer(Class<T>) - Method in class org.elasticsoftware.elasticactors.client.serialization.ClientSerializationFrameworks
- getTimeout() - Method in interface org.elasticsoftware.elasticactors.client.messaging.ActorSystemMessage
-
Equivalent to
Message.timeout() - getToStringConverter() - Method in class org.elasticsoftware.elasticactors.client.serialization.SerializedActorStateSerializationFramework
- groupOf(Collection<ActorRef>) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
I
- init() - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- init() - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystems
- isDurable() - Method in interface org.elasticsoftware.elasticactors.client.messaging.ActorSystemMessage
-
Equivalent to
Message.durable()
O
- org.elasticsoftware.elasticactors.client.cluster - package org.elasticsoftware.elasticactors.client.cluster
- org.elasticsoftware.elasticactors.client.configuration - package org.elasticsoftware.elasticactors.client.configuration
- org.elasticsoftware.elasticactors.client.messaging - package org.elasticsoftware.elasticactors.client.messaging
- org.elasticsoftware.elasticactors.client.serialization - package org.elasticsoftware.elasticactors.client.serialization
- org.elasticsoftware.elasticactors.client.state - package org.elasticsoftware.elasticactors.client.state
P
- parse(String) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorShardRefFactory
R
- register(Class<?>) - Method in class org.elasticsoftware.elasticactors.client.serialization.SerializedActorStateSerializationFramework
- remoteActorShardRefFactory(ApplicationContext, Integer) - Method in class org.elasticsoftware.elasticactors.client.configuration.ClientConfiguration
- RemoteActorShardRefFactory - Class in org.elasticsoftware.elasticactors.client.cluster
- RemoteActorShardRefFactory(ApplicationContext, Cache<String, ActorRef>) - Constructor for class org.elasticsoftware.elasticactors.client.cluster.RemoteActorShardRefFactory
- RemoteActorSystemInstance - Class in org.elasticsoftware.elasticactors.client.cluster
- remoteActorSystems(List<RemoteActorSystemConfiguration>, SerializationFrameworks, MessageQueueFactoryFactory) - Method in class org.elasticsoftware.elasticactors.client.configuration.ClientConfiguration
- RemoteActorSystems - Class in org.elasticsoftware.elasticactors.client.cluster
- RemoteActorSystems(List<RemoteActorSystemConfiguration>, SerializationFrameworks, MessageQueueFactoryFactory) - Constructor for class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystems
S
- serialize(ActorState) - Method in class org.elasticsoftware.elasticactors.client.serialization.SerializedActorStateSerializer
- serialize(ActorSystemMessage) - Method in class org.elasticsoftware.elasticactors.client.serialization.ActorSystemMessageSerializer
- SerializedActorState - Class in org.elasticsoftware.elasticactors.client.state
-
This abstract class should allow for thinner clients that do not need to create a new implementation of
ActorStatefor every new actor type they need to create, providing a properly-constructed serialized representation of the intended actor state. - SerializedActorState() - Constructor for class org.elasticsoftware.elasticactors.client.state.SerializedActorState
- serializedActorStateSerializationFramework() - Method in class org.elasticsoftware.elasticactors.client.configuration.ClientConfiguration
- SerializedActorStateSerializationFramework - Class in org.elasticsoftware.elasticactors.client.serialization
-
This framework acts as a proxy for getting a
SerializedActorState's byte array and passing it to theCreateActorMessage - SerializedActorStateSerializationFramework() - Constructor for class org.elasticsoftware.elasticactors.client.serialization.SerializedActorStateSerializationFramework
- SerializedActorStateSerializer - Class in org.elasticsoftware.elasticactors.client.serialization
-
A serializer for
SerializedActorStatethat simply returns its internal byte array - SerializedActorStateSerializer() - Constructor for class org.elasticsoftware.elasticactors.client.serialization.SerializedActorStateSerializer
- serviceActorFor(String) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- serviceActorFor(String, String) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
- stop(ActorRef) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
T
- tempActorOf(Class<T>, ActorState) - Method in class org.elasticsoftware.elasticactors.client.cluster.RemoteActorSystemInstance
All Classes and Interfaces|All Packages