OperationExecutorImpl
code.See: Description
Interface | Description |
---|---|
OperationQueue |
The OperationQueue is the queue used to schedule operations/tasks on an OperationThread.
|
Class | Description |
---|---|
DefaultOperationQueue | |
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. |
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. |
OperationExecutorImpl
code.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.