Package | Description |
---|---|
com.hazelcast.cluster.impl.operations |
This package contains operations for the com.hazelcast.cluster.impl package.
|
com.hazelcast.executor.impl.operations |
This package contains operations for the IExecutorService.
|
com.hazelcast.map.impl.query | |
com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.transaction.impl.operations |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
RollbackClusterStateOperation.onInvocationException(Throwable throwable) |
ExceptionAction |
LockClusterStateOperation.onInvocationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
MemberCallableTaskOperation.onInvocationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
QueryOperation.onInvocationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
MigrationRequestOperation.onInvocationException(Throwable throwable) |
ExceptionAction |
HasOngoingMigration.onInvocationException(Throwable throwable) |
ExceptionAction |
BaseMigrationOperation.onInvocationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
Operation.onException(Throwable throwable)
Deprecated.
Use & override
Operation.onInvocationException(Throwable) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
CreateTxBackupLogOperation.onInvocationException(Throwable throwable) |
ExceptionAction |
BroadcastTxRollbackOperation.onInvocationException(Throwable throwable) |
ExceptionAction |
ReplicateTxBackupLogOperation.onInvocationException(Throwable throwable) |
ExceptionAction |
RollbackTxBackupLogOperation.onInvocationException(Throwable throwable) |
ExceptionAction |
PurgeTxBackupLogOperation.onInvocationException(Throwable throwable) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.