pekko/akka-docs/java
Jonas Bonér f2dd6bddb3 1. Added configuration option for 'preferred-nodes' for a clustered actor. The replica set is now tried to be satisfied by the nodes in the list of preferred nodes, if that is not possible, it is randomly selected among the rest.
2. Added test for it.
3. Fixed wrong Java fault-tolerance docs
4. Fixed race condition in maintenance of connections to new nodes

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-07-05 13:28:02 +02:00
..
actor-registry.rst Docs: Various improvements 2011-05-08 17:03:23 +02:00
dataflow.rst Renaming CompletableFuture to Promise, Renaming AlreadyCompletedFuture to KeptPromise, closing ticket #854 2011-05-23 11:31:01 +02:00
dispatchers.rst Fixing ticket #908 2011-06-15 18:37:36 +02:00
fault-tolerance.rst 1. Added configuration option for 'preferred-nodes' for a clustered actor. The replica set is now tried to be satisfied by the nodes in the list of preferred nodes, if that is not possible, it is randomly selected among the rest. 2011-07-05 13:28:02 +02:00
futures.rst Adding 'ask' to replace 'sendRequestReplyFuture' and removing sendRequestReply 2011-06-13 13:28:29 +02:00
guice-integration.rst Removing logging.rst and servlet.rst and moving the guice-integration.rst into the Java section 2011-05-09 17:52:30 +02:00
index.rst Some updates to docs 2011-05-11 09:58:25 +12:00
remote-actors.rst Fixed what-is-akka 2011-05-03 16:41:02 +02:00
routing.rst Renaming akka.routing.Dispatcher to Router, as per ticket #729 2011-05-20 12:29:48 +02:00
serialization.rst Reviewed and improved serialization docs, still error with in/out, waiting for answer from Debasish 2011-05-02 12:45:54 +02:00
stm.rst Docs: Removed JTA 2011-05-09 07:57:40 +02:00
transactors.rst Cross linking 2011-04-28 22:45:48 +02:00
typed-actors.rst Fixing spelling errors in docs 2011-06-13 16:47:18 +02:00
untyped-actors.rst document channel and !!/!!! changes 2011-06-19 17:05:16 +02:00