| Package | Description |
|---|---|
| com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
| com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
| com.hazelcast.spi.impl.operationservice.impl.responses |
Contains the different responses that can be send as a consequence of an Operation invocation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OperationService.send(Response response,
Address target)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationRegistry.notify(Response response,
Address sender)
Notifies the invocation that a Response is available.
|
boolean |
OperationServiceImpl.send(Response response,
Address target) |
| Modifier and Type | Class and Description |
|---|---|
class |
BackupResponse
The {Response} for a
BackupOperation. |
class |
CallTimeoutResponse
An response that indicates that the execution of a single call ran into a timeout.
|
class |
ErrorResponse |
class |
NormalResponse
A NormalResponse is send when an Operation needs to return a value.
|
Copyright © 2016. All Rights Reserved.