Package com.amazon.carbonado.repo.replicated

Repository implementation that supports replication between two repositories.

See:
          Description

Class Summary
ReplicatedRepositoryBuilder Repository builder for the replicated repository.
 

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-2009 Amazon Technologies, Inc.. All Rights Reserved.