Class ReplicaSystemHelper
java.lang.Object
org.apache.accumulo.server.replication.ReplicaSystemHelper
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
recordNewStatus
(org.apache.hadoop.fs.Path filePath, Replication.Status status, ReplicationTarget target) Deprecated.Record the updated Status for this file and target
-
Constructor Details
-
ReplicaSystemHelper
Deprecated.
-
-
Method Details
-
recordNewStatus
public void recordNewStatus(org.apache.hadoop.fs.Path filePath, Replication.Status status, ReplicationTarget target) throws AccumuloException, TableNotFoundException Deprecated.Record 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:
AccumuloException
TableNotFoundException
-