| Package | Description |
|---|---|
| com.hazelcast.internal.util |
This package contains classes to support the inner workings of Hazelcast
as well as some backports of newer Java features / data structures to
support older Java versions in a clean and nice way.
|
| com.hazelcast.spi.impl.operationservice |
Contains the
com.hazelcast.spi.impl.operationservice.InternalOperationService API. |
| com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
com.hazelcast.spi.impl.operationservice.InternalOperationService implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalRetryableExecution
Class encapsulating local execution with retry logic.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationResponseHandler |
OperationResponseHandlerFactory.createEmptyResponseHandler() |
static OperationResponseHandler |
OperationResponseHandlerFactory.createErrorLoggingResponseHandler(ILogger logger) |
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 | Class and Description |
|---|---|
class |
Invocation<T>
Evaluates the invocation of an
Operation. |
class |
OutboundResponseHandler
An
OperationResponseHandler that is used for a remotely executed Operation. |
class |
RaftInvocation
A
Invocation implementation that realizes an operation invocation on the leader node of the given Raft group. |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.