Package | Description |
---|---|
com.hazelcast.spi.impl.operationexecutor.classic |
Contains the
ClassicOperationExecutor code. |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
OperationExecutor |
OperationServiceImpl.getOperationExecutor() |
Constructor and Description |
---|
IsStillRunningService(OperationExecutor operationExecutor,
NodeEngineImpl nodeEngine,
ILogger logger) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.