| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.client | |
| org.redisson.command | |
| org.redisson.mapreduce | |
| org.redisson.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonShutdownException |
| Modifier and Type | Method and Description |
|---|---|
BatchResult<?> |
RBatch.execute()
Executes all operations accumulated during async methods invocations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisAskException |
class |
RedisConnectionException |
class |
RedisLoadingException |
class |
RedisMovedException |
class |
RedisNodeNotFoundException |
class |
RedisOutOfMemoryException
This error occurs in case when Redis server free memory has been exhausted.
|
class |
RedisRedirectException |
class |
RedisTimeoutException |
class |
RedisTryAgainException |
class |
WriteRedisConnectionException |
| Modifier and Type | Method and Description |
|---|---|
<V> RedisException |
CommandAsyncService.convertException(RFuture<V> future) |
<V> RedisException |
CommandAsyncExecutor.convertException(RFuture<V> RFuture) |
RedisException |
AsyncDetails.getException() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncDetails.setException(RedisException exception) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapReduceTimeoutException |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionException
This exception used to report an error during Transaction execution.
|
class |
TransactionTimeoutException
This exception used to report an error during Transaction execution.
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.