Package | Description |
---|---|
com.hazelcast.spi.impl.operationexecutor |
Contains the
OperationRunner code. |
com.hazelcast.spi.impl.operationexecutor.impl |
Contains the
OperationExecutorImpl code. |
com.hazelcast.spi.impl.operationservice |
Contains the
InternalOperationService API. |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
Modifier and Type | Method and Description |
---|---|
void |
OperationExecutor.executeOnPartitions(PartitionTaskFactory taskFactory,
BitSet partitions)
Executes a task from the taskFactory for each of the given partitions.
|
Modifier and Type | Method and Description |
---|---|
PartitionTaskFactory |
TaskBatch.taskFactory() |
Modifier and Type | Method and Description |
---|---|
void |
OperationExecutorImpl.executeOnPartitions(PartitionTaskFactory taskFactory,
BitSet partitions) |
Constructor and Description |
---|
TaskBatch(PartitionTaskFactory taskFactory,
BitSet partitions,
int threadId,
int partitionThreadCount) |
Modifier and Type | Method and Description |
---|---|
void |
InternalOperationService.executeOnPartitions(PartitionTaskFactory taskFactory,
BitSet partitions)
Executes for each of the partitions, a task created by the
taskFactory.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationServiceImpl.executeOnPartitions(PartitionTaskFactory taskFactory,
BitSet partitions) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.