Package | Description |
---|---|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
Modifier and Type | Class and Description |
---|---|
class |
Offload
This is an internal class.
|
Modifier and Type | Field and Description |
---|---|
static CallStatus |
CallStatus.DONE_RESPONSE
Signals that the Operation is done running and that a response is ready
to be returned.
|
static CallStatus |
CallStatus.DONE_VOID
Signals that the Operation is done running, but no response will be
returned.
|
static CallStatus |
CallStatus.WAIT
Indicates that the call could not complete because waiting is required.
|
Modifier and Type | Method and Description |
---|---|
CallStatus |
Operation.call()
Call the operation and returns the CallStatus.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.