public class

SchedulerTasksResource

extends ServerResource
java.lang.Object
   ↳ org.restlet.resource.Resource
     ↳ org.restlet.resource.UniformResource
       ↳ org.restlet.resource.ServerResource
         ↳ org.apache.helix.webapp.resources.SchedulerTasksResource

Class Overview

This resource can be used to send scheduler tasks to the controller.

Summary

Fields
public static String CRITERIA
public static String MESSAGETEMPLATE
public static String TASKQUEUENAME
Public Constructors
SchedulerTasksResource()
Public Methods
Representation get()
Representation post(Representation entity)
[Expand]
Inherited Methods
From class org.restlet.resource.ServerResource
From class org.restlet.resource.Resource
From class java.lang.Object

Fields

public static String CRITERIA

public static String MESSAGETEMPLATE

public static String TASKQUEUENAME

Public Constructors

public SchedulerTasksResource ()

Public Methods

public Representation get ()

public Representation post (Representation entity)