Uses of Class
org.apache.hadoop.ozone.container.replication.AbstractReplicationTask
Packages that use AbstractReplicationTask
Package
Description
This package contains classes handling container level checksums.
Erasure codding related classes.
Classes to replicate container data between datanodes.
-
Uses of AbstractReplicationTask in org.apache.hadoop.ozone.container.checksum
Subclasses of AbstractReplicationTask in org.apache.hadoop.ozone.container.checksumModifier and TypeClassDescriptionclassUsed to execute a container reconciliation task that has been queued from the ReplicationSupervisor. -
Uses of AbstractReplicationTask in org.apache.hadoop.ozone.container.ec.reconstruction
Modifier and TypeClassDescriptionclassThis is the actual EC reconstruction coordination task. -
Uses of AbstractReplicationTask in org.apache.hadoop.ozone.container.replication
Subclasses of AbstractReplicationTask in org.apache.hadoop.ozone.container.replicationModifier and TypeClassDescriptionclassThe task to download a container from the sources.Methods in org.apache.hadoop.ozone.container.replication with parameters of type AbstractReplicationTaskModifier and TypeMethodDescriptionvoidReplicationSupervisor.addTask(AbstractReplicationTask task) Queue an asynchronous download of the given container.voidReplicationSupervisor.initCounters(AbstractReplicationTask task) Method parameters in org.apache.hadoop.ozone.container.replication with type arguments of type AbstractReplicationTaskModifier and TypeMethodDescriptionintReplicationSupervisor.getInFlightReplications(Class<? extends AbstractReplicationTask> taskClass) Given the Class of a AbstractReplicationTask, return the count of tasks currently inflight (queued or running) for that type of task.Constructors in org.apache.hadoop.ozone.container.replication with parameters of type AbstractReplicationTask