pekko/akka-docs/rst/java
Patrik Nordwall cbe5dd2cf5 +cdd #16799 Add Distributed Data module
Previously know as [patriknw/akka-data-replication](https://github.com/patriknw/akka-data-replication),
which was originally inspired by [jboner/akka-crdt](https://github.com/jboner/akka-crdt).

The functionality is very similar to akka-data-replication 0.11.

Here is a list of the most important changes:

* The package name changed to `akka.cluster.ddata`
* The extension was renamed to `DistributedData`
* The keys changed from strings to classes with unique identifiers and type information of the data values,
  e.g. `ORSetKey[Int]("set2")`
* The optional read consistency parameter was removed from the `Update` message. If you need to read from
  other replicas before performing the update you have to first send a `Get` message and then continue with
  the ``Update`` when the ``GetSuccess`` is received.
* `BigInt` is used in `GCounter` and `PNCounter` instead of `Long`
* Improvements of java api
* Better documentation
2015-06-18 15:58:22 +02:00
..
code/docs +cdd #16799 Add Distributed Data module 2015-06-18 15:58:22 +02:00
agents.rst add links to reference.conf to docs 2014-03-24 12:02:47 +01:00
camel.rst =doc Fixed links in camel docs 2015-03-05 10:44:13 +01:00
cluster-metrics.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
cluster-usage.rst clu #17565 Invoke OnMemberRemoved callback when 2015-05-27 15:42:53 +02:00
dispatchers.rst +act #2075 Added possibility to pass an ExecutionContext to an ActorSystem 2014-01-16 23:24:06 +01:00
distributed-data.rst +cdd #16799 Add Distributed Data module 2015-06-18 15:58:22 +02:00
event-bus.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
extending-akka.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
fault-tolerance-sample.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fault-tolerance.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
fsm.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
futures.rst =doc Fix wrong rst format 2014-11-10 17:28:16 +01:00
hello-world.rst =doc clean up what-is-akka.rst and switch to www.typesafe.com 2014-03-13 12:42:47 +01:00
howto.rst Merge branch 'master' into wip-2605-java-pattern-ricklatrine 2012-12-08 11:49:06 +01:00
index-actors.rst +act #3911 Adding Java Lambda compatibility for Supervisor Strategy 2014-03-17 15:04:29 +01:00
index-futures.rst =tra #3668 Deprecate transactors 2013-12-13 11:00:06 +01:00
index-network.rst +cdd #16799 Add Distributed Data module 2015-06-18 15:58:22 +02:00
index-utilities.rst =ker #15677 Deprecate Microkernel 2015-04-01 12:01:07 +02:00
io-tcp.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
io-udp.rst !pro #17380 Build with Java 8 2015-05-18 12:51:34 +02:00
io.rst !act #3812: Remove Pipelines 2014-01-17 15:52:24 +01:00
lambda-actors.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
lambda-fault-tolerance-sample.rst !pro #17380 Build with Java 8 2015-05-18 12:51:34 +02:00
lambda-fault-tolerance.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
lambda-fsm.rst !pro #17380 Build with Java 8 2015-05-18 12:51:34 +02:00
lambda-index-actors.rst +act #3911 Adding Java Lambda compatibility for Supervisor Strategy 2014-03-17 15:04:29 +01:00
lambda-persistence.rst !per Make persistent failures fatal 2015-06-17 15:49:47 +02:00
logging.rst =pro #16695 Update dependencies 2015-05-19 08:37:54 +02:00
mailboxes.rst Introduce stable priority mailboxes. 2015-01-28 11:20:59 +00:00
persistence.rst !per Make persistent failures fatal 2015-06-17 15:49:47 +02:00
remoting.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
routing.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
scheduler.rst = doc: Added warning about closing over in scheduled tasks #3263 2013-07-04 14:05:29 +02:00
serialization.rst +act #17576 Support serializer with string manifest 2015-06-01 13:45:31 +02:00
testing.rst +tes #16431 support for TestProbe with user-defined name 2014-12-04 22:42:40 +01:00
typed-actors.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
untyped-actors.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00