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 |
---|---|
ExceptionAction |
Operation.onInvocationException(Throwable throwable)
Called when an Exception/Error is thrown
during an invocation.
|
static ExceptionAction |
ExceptionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionAction[] |
ExceptionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.