public class

ReportTask

extends Task
java.lang.Object
   ↳ org.apache.helix.taskexecution.Task
     ↳ org.apache.helix.taskexecution.ReportTask

Summary

[Expand]
Inherited Fields
From class org.apache.helix.taskexecution.Task
Public Constructors
ReportTask(String id, Set<String> parentIds, HelixManager helixManager, TaskResultStore resultStore)
Protected Methods
void executeImpl(String resourceName, int numPartitions, int partitionNum)
[Expand]
Inherited Methods
From class org.apache.helix.taskexecution.Task
From class java.lang.Object
From interface org.apache.helix.ExternalViewChangeListener

Public Constructors

public ReportTask (String id, Set<String> parentIds, HelixManager helixManager, TaskResultStore resultStore)

Protected Methods

protected void executeImpl (String resourceName, int numPartitions, int partitionNum)

Throws
Exception