Uses of Enum Class
de.caluga.morphium.async.AsyncOperationType
Packages that use AsyncOperationType
-
Uses of AsyncOperationType in de.caluga.morphium.async
Methods in de.caluga.morphium.async that return AsyncOperationTypeModifier and TypeMethodDescriptionstatic AsyncOperationTypeReturns the enum constant of this class with the specified name.static AsyncOperationType[]AsyncOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.caluga.morphium.async with parameters of type AsyncOperationTypeModifier and TypeMethodDescriptionvoidAsyncCallbackAdapter.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 AsyncOperationTypeModifier and TypeMethodDescriptionvoidBufferedMorphiumWriterImpl.addToWriteQueue(Class<?> type, String collectionName, de.caluga.morphium.writer.BufferedMorphiumWriterImpl.BufferedBulkOp r, AsyncOperationCallback c, AsyncOperationType t)