Interface ReplicaSystem


@Deprecated public interface ReplicaSystem
Deprecated.
Encapsulation of a remote system which Accumulo can replicate data to
  • Method Details

    • replicate

      Replication.Status replicate(org.apache.hadoop.fs.Path p, Replication.Status status, ReplicationTarget target, ReplicaSystemHelper helper)
      Deprecated.
      Replicate the given status to the target peer
      Parameters:
      p - Path to the resource we're reading from
      status - Information to replicate
      target - The peer
      helper - Instance of ReplicaSystemHelper
      Returns:
      A new Status for the progress that was made
    • configure

      void configure(ServerContext context, String configuration)
      Deprecated.
      Configure the implementation with necessary information from the system configuration

      For example, we only need one implementation for Accumulo, but, for each peer, we have a ZK quorum and instance name