Package | Description |
---|---|
com.hazelcast.executor |
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 |
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.createLocalResponseHandler(Operation op,
Callback<Object> callback) |
static ResponseHandler |
ResponseHandlerFactory.createRemoteResponseHandler(NodeEngine nodeEngine,
Operation op) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.