public class

CountTask

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

Summary

[Expand]
Inherited Fields
From class org.apache.helix.taskexecution.Task
Public Constructors
CountTask(String id, Set<String> parentIds, HelixManager helixManager, TaskResultStore resultStore, String eventSource, String groupByCol)
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 CountTask (String id, Set<String> parentIds, HelixManager helixManager, TaskResultStore resultStore, String eventSource, String groupByCol)

Protected Methods

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

Throws
Exception