Package | Description |
---|---|
com.hazelcast.scheduledexecutor.impl | |
com.hazelcast.scheduledexecutor.impl.operations |
Modifier and Type | Method and Description |
---|---|
protected void |
ScheduledExecutorContainer.publishTaskState(String taskName,
Map stateSnapshot,
ScheduledTaskStatisticsImpl statsSnapshot,
ScheduledTaskResult result)
State is published after every run.
|
void |
ScheduledExecutorContainer.syncState(String taskName,
Map newState,
ScheduledTaskStatisticsImpl stats,
ScheduledTaskResult resolution) |
Constructor and Description |
---|
ScheduledTaskDescriptor(TaskDefinition definition,
Map<?,?> state,
ScheduledTaskStatisticsImpl stats,
ScheduledTaskResult result) |
Modifier and Type | Field and Description |
---|---|
protected ScheduledTaskResult |
SyncStateOperation.result |
Constructor and Description |
---|
SyncBackupStateOperation(String schedulerName,
String taskName,
Map state,
ScheduledTaskStatisticsImpl stats,
ScheduledTaskResult result) |
SyncStateOperation(String schedulerName,
String taskName,
Map state,
ScheduledTaskStatisticsImpl stats,
ScheduledTaskResult result) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.