| Package | Description |
|---|---|
| de.caluga.morphium.async | |
| de.caluga.morphium.writer |
| Modifier and Type | Method and Description |
|---|---|
static AsyncOperationType |
AsyncOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncOperationType[] |
AsyncOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncOperationCallback.onOperationError(AsyncOperationType type,
Query<T> q,
long duration,
String error,
Throwable t,
T entity,
Object... param)
callback for insuccesfull operations
|
void |
AsyncCallbackAdapter.onOperationError(AsyncOperationType type,
Query<T> q,
long duration,
String error,
Throwable t,
T entity,
Object... param) |
void |
AsyncOperationCallback.onOperationSucceeded(AsyncOperationType type,
Query<T> q,
long duration,
List<T> result,
T entity,
Object... param)
throw morphium access veto exception if you want to stop any subsequent calls
|
void |
AsyncCallbackAdapter.onOperationSucceeded(AsyncOperationType type,
Query<T> q,
long duration,
List<T> result,
T entity,
Object... param) |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferedMorphiumWriterImpl.addToWriteQueue(Class<?> type,
String collectionName,
de.caluga.morphium.writer.BufferedMorphiumWriterImpl.BufferedBulkOp r,
AsyncOperationCallback c,
AsyncOperationType t) |
Copyright © 2022. All rights reserved.