Package org.cyclos.impl.utils.cluster
Interface ClusterHandler.FinishedExecutionsHandler
-
- Enclosing interface:
- ClusterHandler
public static interface ClusterHandler.FinishedExecutionsHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Long>ids()Returns the id of the finished executions contained in this handlerbooleanisEmpty()Returns true if no execution is contained in this handlerClusterHandler.FinishedExecutionsHandlerremove()Permanently removes the finished executions contained in this handler returning this same instance.ClusterHandler.FinishedExecutionsHandlerupdate()Updates this handler with the new finished executions (the new ones are added to the already contained)
-
-
-
Method Detail
-
isEmpty
boolean isEmpty()
Returns true if no execution is contained in this handler
-
remove
ClusterHandler.FinishedExecutionsHandler remove()
Permanently removes the finished executions contained in this handler returning this same instance.
-
update
ClusterHandler.FinishedExecutionsHandler update()
Updates this handler with the new finished executions (the new ones are added to the already contained)
-
-