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 voidHandlerIO. 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 voidHandlerIOImpl. enableAsync(boolean async)voidWorkspaceBatchRunner. join()Wait end of workspace batch this method may be called only oncevoidWorkspaceBatchRunner. start()Start the workspace batch This method should be called only oncevoidAsyncWorkspaceTransfer. startTransfer(int queueSize)voidAsyncWorkspaceTransfer. transfer(WorkspaceQueue workspaceQueue)voidWorkspaceBatchRunner. transfer(WorkspaceQueue workspaceQueue)Enqueue element to be transferred to the workspacevoidAsyncWorkspaceTransfer. waitEndOfTransfer()Wait end of transfer.
-