Package | Description |
---|---|
com.hazelcast.cache.impl.operation |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client.impl.operations |
Contains client operations
|
com.hazelcast.executor.impl.operations |
This package contains operations for the IExecutorService.
|
com.hazelcast.internal.cluster.impl.operations |
This package contains operations for the com.hazelcast.cluster.impl package.
|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
com.hazelcast.internal.partition.operation |
Contains the operations for partition package.
|
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.map.impl.query | |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
com.hazelcast.transaction.impl.operations |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
CacheExpireBatchBackupOperation.onInvocationException(Throwable throwable) |
ExceptionAction |
CacheOperation.onInvocationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
ClientReAuthOperation.onInvocationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
MemberCallableTaskOperation.onInvocationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
LockClusterStateOp.onInvocationException(Throwable throwable) |
ExceptionAction |
RollbackClusterStateOp.onInvocationException(Throwable throwable) |
ExceptionAction |
CommitClusterStateOp.onInvocationException(Throwable throwable) |
ExceptionAction |
FetchMembersViewOp.onInvocationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
AddDynamicConfigOperation.onInvocationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
AssignPartitions.onInvocationException(Throwable throwable) |
ExceptionAction |
HasOngoingMigration.onInvocationException(Throwable throwable) |
ExceptionAction |
PromotionCommitOperation.onInvocationException(Throwable throwable) |
ExceptionAction |
MigrationCommitOperation.onInvocationException(Throwable throwable) |
ExceptionAction |
PublishCompletedMigrationsOperation.onInvocationException(Throwable throwable) |
ExceptionAction |
PartitionStateOperation.onInvocationException(Throwable throwable) |
ExceptionAction |
FetchPartitionStateOperation.onInvocationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
EvictBatchBackupOperation.onInvocationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
QueryOperation.onInvocationException(Throwable throwable) |
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.
|
Modifier and Type | Method and Description |
---|---|
protected ExceptionAction |
RaftInvocation.onException(Throwable t) |
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 © 2021 Hazelcast, Inc.. All Rights Reserved.