OperationExecutorImpl
code.See: Description
Interface | Description |
---|---|
OperationQueue |
The OperationQueue is the queue used to schedule operations/tasks on an
OperationThread.
|
Class | Description |
---|---|
GenericOperationThread |
An
OperationThread for non partition specific operations. |
OperationExecutorImpl |
A
OperationExecutor that schedules:
partition specific operations to a specific partition-operation-thread (using a mod on the partition ID)
non specific operations to generic-operation-threads
The OperationExecutorImpl.execute(Object, int, boolean) accepts an Object instead of a runnable to prevent needing to
create wrapper runnables around tasks. |
OperationQueueImpl | |
OperationThread |
The OperationThread is responsible for processing operations, packets
containing operations and runnable's.
|
PartitionOperationThread |
An
OperationThread that executes Operations for a particular partition,
e.g. |
TaskBatch |
A 'batch' of tasks to be executed on a partition thread.
|
OperationExecutorImpl
code.Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.