Class HealthNodeRequest

All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest
Direct Known Subclasses:
FetchHealthInfoCacheAction.Request, UpdateHealthInfoCacheAction.Request

public abstract class HealthNodeRequest extends ActionRequest
This is a base class for all the requests that will be sent to the health node.
  • Constructor Details

  • Method Details

    • createTask

      public Task createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers)
      Description copied from interface: TaskAwareRequest
      Returns the task object that should be used to keep track of the processing of the request.