public static class ScheduledExecutorCancelFromAddressCodec.RequestParameters extends Object
Modifier and Type | Field and Description |
---|---|
Address |
address
The address of the member where the task will get scheduled.
|
boolean |
mayInterruptIfRunning
A boolean flag to indicate whether the task should be interrupted.
|
String |
schedulerName
The name of the scheduler.
|
String |
taskName
The name of the task
|
Constructor and Description |
---|
RequestParameters() |
public String schedulerName
public String taskName
public Address address
public boolean mayInterruptIfRunning
Copyright © 2019 Hazelcast, Inc.. All rights reserved.