In addition, the je.rep.quote example package provides three example replication applications.The Introduction covers terminology, the replication group lifecycle, and the concepts of durability and consistency. Much of the javadoc refers to the topics covered there.
Replication API First Steps explains how to configure and start a replication group.
Transaction Management highlights the tradeoffs that must be considered in a replicated application and provides some use cases.
ReplicatedEnvironment is the main access point to
replication.ReplicationConfig and
ReplicationMutableConfig specify attributes of the
replication system.ReplicationNode and ReplicationGroup supply
administrative views of the replication system.
StateChangeListener and StateChangeEvent
implement a Listener pattern for tracking changes in the replication system.
CommitPointConsistencyPolicy,
TimeConsistencyPolicy and
NoConsistencyPolicy let the user control the read only
replica's view of the the replicated data.
ReplicatedEnviromentStats provide feedback on system execution.