Package | Description |
---|---|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
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.