Package | Description |
---|---|
com.hazelcast.executor.impl.operations |
This package contains operations for the IExecutorService.
|
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.transaction.impl |
Provides implementation for Hazelcast transaction support.
|
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
MemberCallableTaskOperation.onException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
QueryOperation.onException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
MigrationRequestOperation.onException(Throwable throwable) |
ExceptionAction |
HasOngoingMigration.onException(Throwable throwable) |
ExceptionAction |
BaseMigrationOperation.onException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
ExceptionAction |
Operation.onException(Throwable throwable) |
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 |
ReplicateTxOperation.onException(Throwable throwable) |
ExceptionAction |
BroadcastTxRollbackOperation.onException(Throwable throwable) |
ExceptionAction |
RollbackTxBackupOperation.onException(Throwable throwable) |
ExceptionAction |
BeginTxBackupOperation.onException(Throwable throwable) |
ExceptionAction |
PurgeTxBackupOperation.onException(Throwable throwable) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.