Package | Description |
---|---|
com.hazelcast.executor.impl |
This package contains IExecutorService functionality for Hazelcast.
The IExecutorService extends the ExecutorService and provides all kinds
of additional methods related to distributed systems. |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
Modifier and Type | Method and Description |
---|---|
void |
DistributedExecutorService.execute(String name,
String uuid,
Callable callable,
ResponseHandler responseHandler) |
Modifier and Type | Method and Description |
---|---|
ResponseHandler |
Operation.getResponseHandler() |
Modifier and Type | Method and Description |
---|---|
Operation |
Operation.setResponseHandler(ResponseHandler responseHandler) |
Modifier and Type | Method and Description |
---|---|
static ResponseHandler |
ResponseHandlerFactory.createEmptyResponseHandler() |
static ResponseHandler |
ResponseHandlerFactory.createErrorLoggingResponseHandler(ILogger logger) |
static ResponseHandler |
ResponseHandlerFactory.createRemoteResponseHandler(NodeEngine nodeEngine,
Operation operation) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionInvocation
A
Invocation evaluates a Operation Invocation for a particular partition running on top of the
OperationServiceImpl . |
class |
TargetInvocation
A
Invocation evaluates a Operation Invocation for a particular target running on top of the
OperationServiceImpl . |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.