Package com.amazon.carbonado.repo.replicated

Repository implementation that supports replication between two repositories.

See: Description

Package com.amazon.carbonado.repo.replicated Description

Repository implementation that supports replication between two repositories. One repository is the replica, and the other is the master. Read operations are served by the replica, and the master is consulted when writing. Changes to the master are copied to the replica.
See Also:
ReplicatedRepositoryBuilder

Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.