Uses of Interface
com.hazelcast.spi.ResponseHandler

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. 
 

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
 

Classes in com.hazelcast.spi.impl that implement ResponseHandler
 class BasicPartitionInvocation
          A BasicInvocation evaluates a Operation Invocation for a particular partition running on top of the BasicOperationService.
 class BasicTargetInvocation
          A BasicInvocation evaluates a Operation Invocation for a particular target running on top of the BasicOperationService.
 

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, RemotePropagatable remotePropagatable)
           
 ResponseHandler RemotePropagatable.getResponseHandler()
           
 

Methods in com.hazelcast.spi.impl with parameters of type ResponseHandler
 T RemotePropagatable.setResponseHandler(ResponseHandler responseHandler)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.