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 TypeMethodDescriptionvoid
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 WorkerspaceQueueExceptionModifier and TypeMethodDescriptionvoid
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.