|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response | |
---|---|
com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. |
Uses of Response in com.hazelcast.spi |
---|
Methods in com.hazelcast.spi with parameters of type Response | |
---|---|
boolean |
OperationService.send(Response response,
Address target)
Sends a response to a remote machine. |
Uses of Response in com.hazelcast.spi.impl |
---|
Subclasses of Response in com.hazelcast.spi.impl | |
---|---|
class |
CallTimeoutResponse
An response that indicates that the execution of a single call ran into a timeout. |
class |
NormalResponse
A NormalResponse is send when an Operation needs to return a value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |