Package | Description |
---|---|
com.hazelcast.scheduledexecutor.impl | |
com.hazelcast.scheduledexecutor.impl.operations | |
com.hazelcast.spi.impl.merge |
This package contains split-brain related classes.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,ScheduledTaskDescriptor> |
ScheduledExecutorContainer.tasks |
Modifier and Type | Method and Description |
---|---|
ScheduledTaskDescriptor |
ScheduledExecutorContainer.merge(MergingEntry<String,ScheduledTaskDescriptor> mergingEntry,
SplitBrainMergePolicy mergePolicy)
Merges the given
MergingEntry via the given SplitBrainMergePolicy . |
Modifier and Type | Method and Description |
---|---|
Collection<ScheduledTaskDescriptor> |
ScheduledExecutorContainer.getTasks() |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledExecutorContainer.enqueueSuspended(ScheduledTaskDescriptor descriptor,
boolean force) |
Modifier and Type | Method and Description |
---|---|
ScheduledTaskDescriptor |
ScheduledExecutorContainer.merge(MergingEntry<String,ScheduledTaskDescriptor> mergingEntry,
SplitBrainMergePolicy mergePolicy)
Merges the given
MergingEntry via the given SplitBrainMergePolicy . |
Constructor and Description |
---|
MergeOperation(String name,
SplitBrainMergePolicy mergePolicy,
List<MergingEntry<String,ScheduledTaskDescriptor>> mergingEntries) |
ReplicationOperation(Map<String,Map<String,ScheduledTaskDescriptor>> map) |
Modifier and Type | Method and Description |
---|---|
static MergingEntry<String,ScheduledTaskDescriptor> |
MergingValueFactory.createMergingEntry(SerializationService serializationService,
ScheduledTaskDescriptor task) |
Modifier and Type | Method and Description |
---|---|
static MergingEntry<String,ScheduledTaskDescriptor> |
MergingValueFactory.createMergingEntry(SerializationService serializationService,
ScheduledTaskDescriptor task) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.