Package | Description |
---|---|
com.hazelcast.cp.internal.operation |
Contains operations for the Raft Invocation SPI
|
com.hazelcast.internal.partition.operation |
Contains the operations for partition package.
|
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.impl.operationservice.impl.operations |
Contains the Operations being used by the
OperationServiceImpl . |
Modifier and Type | Method and Description |
---|---|
CallStatus |
RestartCPMemberOp.call() |
Modifier and Type | Method and Description |
---|---|
CallStatus |
MigrationRequestOperation.call() |
CallStatus |
PromotionCommitOperation.call() |
Modifier and Type | Method and Description |
---|---|
CallStatus |
EntryOperation.call() |
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.
|
Modifier and Type | Method and Description |
---|---|
CallStatus |
PartitionIteratingOperation.call() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.