Uses of Class
fr.gouv.vitam.worker.core.exception.WorkerspaceQueueException
Packages that use WorkerspaceQueueException
Package
Description
Provides common classes for the Worker module.
Provides
-
Uses of WorkerspaceQueueException in fr.gouv.vitam.worker.common
Methods in fr.gouv.vitam.worker.common that throw WorkerspaceQueueExceptionModifier and TypeMethodDescriptionvoidHandlerIO.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 WorkerspaceQueueExceptionModifier and TypeMethodDescriptionvoidHandlerIOImpl.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.