Uses of Class
fr.gouv.vitam.worker.core.exception.WorkerspaceQueueException
-
Packages that use WorkerspaceQueueException Package Description fr.gouv.vitam.worker.common Provides common classes for the Worker module.fr.gouv.vitam.worker.core.impl Provides -
-
Uses of WorkerspaceQueueException in fr.gouv.vitam.worker.common
Methods in fr.gouv.vitam.worker.common that throw WorkerspaceQueueException Modifier and Type Method Description void
HandlerIO. enableAsync(boolean asyncIo)
If true then start async manager, if false then waitEndOfTransfer and stop asyncManager -
Uses of WorkerspaceQueueException in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl that throw WorkerspaceQueueException Modifier and Type Method Description void
HandlerIOImpl. enableAsync(boolean async)
void
WorkspaceBatchRunner. join()
Wait end of workspace batch this method may be called only oncevoid
WorkspaceBatchRunner. start()
Start the workspace batch This method should be called only oncevoid
AsyncWorkspaceTransfer. startTransfer(int queueSize)
void
AsyncWorkspaceTransfer. transfer(WorkspaceQueue workspaceQueue)
void
WorkspaceBatchRunner. transfer(WorkspaceQueue workspaceQueue)
Enqueue element to be transferred to the workspacevoid
AsyncWorkspaceTransfer. waitEndOfTransfer()
Wait end of transfer.
-