Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CallStatus |
PromotionCommitOperation.call() |
Modifier and Type | Method and Description |
---|---|
CallStatus |
EntryOperation.call() |
Modifier and Type | Method and Description |
---|---|
CallStatus |
Operation.call()
Call the operation and returns the CallStatus.
|
static CallStatus |
CallStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallStatus[] |
CallStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.