|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationExecutor | |
---|---|
com.hazelcast.spi.impl.operationexecutor.classic | Contains the ClassicOperationExecutor code. |
com.hazelcast.spi.impl.operationservice | Contains the InternalOperationService API. |
com.hazelcast.spi.impl.operationservice.impl | Contains the code for the InternalOperationService implementation. |
Uses of OperationExecutor in com.hazelcast.spi.impl.operationexecutor.classic |
---|
Classes in com.hazelcast.spi.impl.operationexecutor.classic that implement OperationExecutor | |
---|---|
class |
ClassicOperationExecutor
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 ClassicOperationExecutor.execute(Object, int, boolean) accepts an Object instead of a runnable to prevent needing to
create wrapper runnables around tasks. |
Uses of OperationExecutor in com.hazelcast.spi.impl.operationservice |
---|
Methods in com.hazelcast.spi.impl.operationservice that return OperationExecutor | |
---|---|
OperationExecutor |
InternalOperationService.getOperationExecutor()
Gets the OperationExecutor that is executing operations for this InternalOperationService . |
Uses of OperationExecutor in com.hazelcast.spi.impl.operationservice.impl |
---|
Methods in com.hazelcast.spi.impl.operationservice.impl that return OperationExecutor | |
---|---|
OperationExecutor |
OperationServiceImpl.getOperationExecutor()
|
Constructors in com.hazelcast.spi.impl.operationservice.impl with parameters of type OperationExecutor | |
---|---|
IsStillRunningService(OperationExecutor operationExecutor,
NodeEngineImpl nodeEngine,
ILogger logger)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |