|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseHandler | |
|---|---|
| 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. |
| Uses of ResponseHandler in com.hazelcast.executor.impl |
|---|
| Methods in com.hazelcast.executor.impl with parameters of type ResponseHandler | |
|---|---|
void |
DistributedExecutorService.execute(String name,
String uuid,
Callable callable,
ResponseHandler responseHandler)
|
| Uses of ResponseHandler in com.hazelcast.spi |
|---|
| Methods in com.hazelcast.spi that return ResponseHandler | |
|---|---|
ResponseHandler |
Operation.getResponseHandler()
|
| Methods in com.hazelcast.spi with parameters of type ResponseHandler | |
|---|---|
Operation |
Operation.setResponseHandler(ResponseHandler responseHandler)
|
| Uses of ResponseHandler in com.hazelcast.spi.impl |
|---|
| Methods in com.hazelcast.spi.impl that return ResponseHandler | |
|---|---|
static ResponseHandler |
ResponseHandlerFactory.createEmptyResponseHandler()
|
static ResponseHandler |
ResponseHandlerFactory.createErrorLoggingResponseHandler(ILogger logger)
|
static ResponseHandler |
ResponseHandlerFactory.createRemoteResponseHandler(NodeEngine nodeEngine,
Operation operation)
|
| Uses of ResponseHandler in com.hazelcast.spi.impl.operationservice.impl |
|---|
| Classes in com.hazelcast.spi.impl.operationservice.impl that implement ResponseHandler | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||