|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FutureUtil.ExceptionHandler | |
---|---|
com.hazelcast.util | This package contains classes to support the inner workings of Hazelcast as well as some backports of newer Java features / data structures to support older Java versions in a clean and nice way. |
Uses of FutureUtil.ExceptionHandler in com.hazelcast.util |
---|
Fields in com.hazelcast.util declared as FutureUtil.ExceptionHandler | |
---|---|
static FutureUtil.ExceptionHandler |
FutureUtil.IGNORE_ALL_EXCEPT_LOG_MEMBER_LEFT
Ignores all exceptions but still logs MemberLeftException per future and just tries
to finish all of the given ones. |
static FutureUtil.ExceptionHandler |
FutureUtil.IGNORE_ALL_EXCEPTIONS
Ignores all exceptions |
static FutureUtil.ExceptionHandler |
FutureUtil.RETHROW_EVERYTHING
Just rethrows all exceptions |
static FutureUtil.ExceptionHandler |
FutureUtil.RETHROW_EXECUTION_EXCEPTION
This ExceptionHandler rethrows ExecutionException s and logs
MemberLeftException s to the log. |
static FutureUtil.ExceptionHandler |
FutureUtil.RETHROW_TRANSACTION_EXCEPTION
Handler for transaction specific rethrown of exceptions. |
Methods in com.hazelcast.util that return FutureUtil.ExceptionHandler | |
---|---|
static FutureUtil.ExceptionHandler |
FutureUtil.logAllExceptions(ILogger logger,
Level level)
This ExceptionHandler rethrows ExecutionException s and logs
MemberLeftException s to the log. |
static FutureUtil.ExceptionHandler |
FutureUtil.logAllExceptions(ILogger logger,
String message,
Level level)
This ExceptionHandler rethrows ExecutionException s and logs
MemberLeftException s to the log. |
static FutureUtil.ExceptionHandler |
FutureUtil.logAllExceptions(Level level)
This ExceptionHandler rethrows ExecutionException s and logs
MemberLeftException s to the log. |
static FutureUtil.ExceptionHandler |
FutureUtil.logAllExceptions(String message,
Level level)
This ExceptionHandler rethrows ExecutionException s and logs
MemberLeftException s to the log. |
Methods in com.hazelcast.util with parameters of type FutureUtil.ExceptionHandler | ||
---|---|---|
static
|
FutureUtil.returnWithDeadline(Collection<Future<V>> futures,
long timeout,
TimeUnit timeUnit,
FutureUtil.ExceptionHandler exceptionHandler)
|
|
static
|
FutureUtil.returnWithDeadline(Collection<Future<V>> futures,
long overallTimeout,
TimeUnit overallTimeUnit,
long perFutureTimeout,
TimeUnit perFutureTimeUnit,
FutureUtil.ExceptionHandler exceptionHandler)
|
|
static void |
FutureUtil.waitWithDeadline(Collection<Future> futures,
long timeout,
TimeUnit timeUnit,
FutureUtil.ExceptionHandler exceptionHandler)
|
|
static void |
FutureUtil.waitWithDeadline(Collection<Future> futures,
long overallTimeout,
TimeUnit overallTimeUnit,
long perFutureTimeout,
TimeUnit perFutureTimeUnit,
FutureUtil.ExceptionHandler exceptionHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |