| Package | Description |
|---|---|
| org.brandao.brcache | |
| org.brandao.brcache.tx |
| Modifier and Type | Field and Description |
|---|---|
static CacheError |
CacheErrors.ERROR_1007
ERROR 1007: Data is very large
|
static CacheError |
CacheErrors.ERROR_1008
ERROR 1008: Key is very large
|
static CacheError |
CacheErrors.ERROR_1010
ERROR 1010: Commit in progress
|
static CacheError |
CacheErrors.ERROR_1011
ERROR 1011: Transaction has been rolled back
|
static CacheError |
CacheErrors.ERROR_1012
ERROR 1012: Transaction has been commited
|
static CacheError |
CacheErrors.ERROR_1013
ERROR 1013: Transaction not started
|
static CacheError |
CacheErrors.ERROR_1014
ERROR 1014: Cache write error
|
static CacheError |
CacheErrors.ERROR_1016
ERROR 1016: Transaction has been started
|
static CacheError |
CacheErrors.ERROR_1018
ERROR 1018: Rollback error
|
static CacheError |
CacheErrors.ERROR_1019
ERROR 1019: Commit error
|
static CacheError |
CacheErrors.ERROR_1020
ERROR 1020: Store item error
|
static CacheError |
CacheErrors.ERROR_1021
ERROR 1021: Get item error
|
static CacheError |
CacheErrors.ERROR_1022
ERROR 1022: Fails to acquire the lock
|
static CacheError |
CacheErrors.ERROR_1023
ERROR 1023: Fails to execute action
|
static CacheError |
CacheErrors.ERROR_1024
ERROR 1024: Lock wait timeout exceeded; try restarting transaction
|
static CacheError |
CacheErrors.ERROR_1025
ERROR 1025: Transaction %s not found
|
static CacheError |
CacheErrors.ERROR_1026
ERROR 1026: Lock %s not found for key %s
|
static CacheError |
CacheErrors.ERROR_1027
ERROR 1027: Invalid current transaction
|
static CacheError |
CacheErrors.ERROR_1028
ERROR 1028: Invalid time to idle
|
static CacheError |
CacheErrors.ERROR_1029
ERROR 1029: Invalid time to live
|
static CacheError |
CacheErrors.ERROR_1030
ERROR 1030: Expired Item
|
| Modifier and Type | Method and Description |
|---|---|
CacheError |
CacheException.getError() |
| Constructor and Description |
|---|
CacheException(CacheError error,
Object... params) |
CacheException(Throwable thrwbl,
CacheError error,
Object... params) |
CorruptedDataException(CacheError error,
Object... params) |
CorruptedDataException(Throwable thrwbl,
CacheError error,
Object... params) |
RecoverException(CacheError error,
Object... params) |
RecoverException(Throwable thrwbl,
CacheError error,
Object... params) |
StorageException(CacheError error,
Object... params) |
StorageException(Throwable thrwbl,
CacheError error,
Object... params) |
| Constructor and Description |
|---|
TransactionException(CacheError error,
Object... params) |
TransactionException(Throwable thrwbl,
CacheError error,
Object... params) |
Copyright © 2016. All rights reserved.