public class

JoinTask

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

Summary

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

Constants

public static final String JOINED_CLICKS

Constant Value: "joined_clicks_demo"

Public Constructors

public JoinTask (String id, Set<String> parentIds, HelixManager helixManager, TaskResultStore resultStore, String impressionList, String clickList)

Protected Methods

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

Throws
Exception