Uses of Class
com.hazelcast.spi.ExceptionAction

Packages that use ExceptionAction
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. 
 

Uses of ExceptionAction in com.hazelcast.executor.impl.operations
 

Methods in com.hazelcast.executor.impl.operations that return ExceptionAction
 ExceptionAction MemberCallableTaskOperation.onException(Throwable throwable)
           
 

Uses of ExceptionAction in com.hazelcast.map.impl.operation
 

Methods in com.hazelcast.map.impl.operation that return ExceptionAction
 ExceptionAction QueryOperation.onException(Throwable throwable)
           
 

Uses of ExceptionAction in com.hazelcast.partition.impl
 

Methods in com.hazelcast.partition.impl that return ExceptionAction
 ExceptionAction MigrationRequestOperation.onException(Throwable throwable)
           
 ExceptionAction HasOngoingMigration.onException(Throwable throwable)
           
 ExceptionAction BaseMigrationOperation.onException(Throwable throwable)
           
 

Uses of ExceptionAction in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return ExceptionAction
 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.
 

Uses of ExceptionAction in com.hazelcast.transaction.impl
 

Methods in com.hazelcast.transaction.impl that return ExceptionAction
 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.