Class ReplicaSystemHelper
- java.lang.Object
-
- org.apache.accumulo.server.replication.ReplicaSystemHelper
-
public class ReplicaSystemHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ReplicaSystemHelper(ClientContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrecordNewStatus(org.apache.hadoop.fs.Path filePath, Replication.Status status, ReplicationTarget target)Record the updated Status for this file and target
-
-
-
Constructor Detail
-
ReplicaSystemHelper
public ReplicaSystemHelper(ClientContext context)
-
-
Method Detail
-
recordNewStatus
public void recordNewStatus(org.apache.hadoop.fs.Path filePath, Replication.Status status, ReplicationTarget target) throws AccumuloException, TableNotFoundExceptionRecord the updated Status for this file and target- Parameters:
filePath- Path to file being replicatedstatus- Updated Status after replicationtarget- Peer that was replicated to- Throws:
AccumuloExceptionTableNotFoundException
-
-