Uses of Class
de.caluga.morphium.async.AsyncOperationType
-
Packages that use AsyncOperationType Package Description de.caluga.morphium.async de.caluga.morphium.writer -
-
Uses of AsyncOperationType in de.caluga.morphium.async
Methods in de.caluga.morphium.async that return AsyncOperationType Modifier and Type Method Description static AsyncOperationTypeAsyncOperationType. 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.Methods in de.caluga.morphium.async with parameters of type AsyncOperationType Modifier and Type Method Description voidAsyncCallbackAdapter. onOperationError(AsyncOperationType type, Query<T> q, long duration, String error, Throwable t, T entity, Object... param)voidAsyncOperationCallback. onOperationError(AsyncOperationType type, Query<T> q, long duration, String error, Throwable t, T entity, Object... param)callback for insuccesfull operationsvoidAsyncCallbackAdapter. onOperationSucceeded(AsyncOperationType type, Query<T> q, long duration, List<T> result, T entity, Object... param)voidAsyncOperationCallback. 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 -
Uses of AsyncOperationType in de.caluga.morphium.writer
Methods in de.caluga.morphium.writer with parameters of type AsyncOperationType Modifier and Type Method Description voidBufferedMorphiumWriterImpl. addToWriteQueue(Class<?> type, String collectionName, de.caluga.morphium.writer.BufferedMorphiumWriterImpl.BufferedBulkOp r, AsyncOperationCallback c, AsyncOperationType t)
-