Package | Description |
---|---|
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 |
---|---|
OperationResponseHandler |
Operation.getOperationResponseHandler()
Gets the OperationResponseHandler tied to this Operation.
|
Modifier and Type | Method and Description |
---|---|
Operation |
Operation.setOperationResponseHandler(OperationResponseHandler responseHandler)
Sets the OperationResponseHandler.
|
Modifier and Type | Method and Description |
---|---|
static OperationResponseHandler |
OperationResponseHandlerFactory.createEmptyResponseHandler() |
static OperationResponseHandler |
OperationResponseHandlerFactory.createErrorLoggingResponseHandler(ILogger logger) |
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 |
RemoteInvocationResponseHandler
An
OperationResponseHandler that is used for a remotely executed Operation. |
class |
TargetInvocation
A
Invocation evaluates a Operation Invocation for a particular target running on top of the
OperationServiceImpl . |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.