Uses of Class
de.aristaflow.adept2.model.common.DataConsistencyException
Packages that use DataConsistencyException
Package
Description
-
Uses of DataConsistencyException in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that throw DataConsistencyExceptionModifier and TypeMethodDescriptionExecutionManager.archiveInstance(SessionToken session, UUID instanceID) Archives the designated instance which removes the instance data completely from the underlying services which includes theInstanceManager, theDataManagerand theExecutionHistory.ExecutionManager.archiveTemplate(SessionToken session, UUID templateID) Archives the designated template which removes the template and the instance data completely from the underlying services which includes theTemplateManager, theInstanceManager, theDataManagerand theExecutionHistory.InstanceControl.checkForAndFixInconsistencies(SessionToken session, UUID instId, boolean considerRunning) Checks the designated instance for inconsistencies and tries to fix them. -
Uses of DataConsistencyException in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that throw DataConsistencyExceptionModifier and TypeMethodDescriptionInstanceManager.archiveInstance(SessionToken session, UUID instanceID) Archives the designated instance, that is the instance and all related data like the status, child instances (and their statuses) as well as the (modified) template in case of a instance-specific template are removed from this instance manager.TemplateManager.archiveTemplate(SessionToken session, UUID templateID) Archives the designated template, which removes: the template itself, modified templates based on this template, its embedded templates, all corresponding template statuses, all of its instances (including the ones from the modified and embedded templates based on the designated template, all corresponding instance statuses, This alsoarchives all corresponding instances. -
Uses of DataConsistencyException in de.aristaflow.adept2.core.transactionmanager
Methods in de.aristaflow.adept2.core.transactionmanager that throw DataConsistencyExceptionModifier and TypeMethodDescriptionResultSetRemoteIterator.getAllImpl()ResultSetRemoteIterator.getNextImpl(int count) ResultSetRemoteIterator.getNextImpl(int count, int start) ResultSetRemoteIterator.getPreviousImpl(int count) -
Uses of DataConsistencyException in de.aristaflow.adept2.model.common.collection
Methods in de.aristaflow.adept2.model.common.collection that throw DataConsistencyExceptionModifier and TypeMethodDescriptionAbstractRemoteIterator.getAll()RemoteIterator.getAll()Gets all elements of this iterator at once.AbstractRemoteIterator.getAllImpl()ImplementsAbstractRemoteIterator.getAll()without the need to consider result transformation, closeable and alive time tracking.CachingRemoteIterator.getAllImpl()EmptyRemoteIterator.getAllImpl()MemoryBasedCopyingRemoteIterator.getAllImpl()TransformingRemoteIterator.getAllImpl()AbstractRemoteIterator.getNext(int count) AbstractRemoteIterator.getNext(int count, int start) RemoteIterator.getNext(int count) Gets the next specified amount of elements of this iterator.RemoteIterator.getNext(int count, int start) Gets the next specified amount of elements of this iterator starting at the designated index (0-based).AbstractRemoteIterator.getNextImpl(int count) ImplementsAbstractRemoteIterator.getNext(int)without the need to consider result transformation, closeable and alive time tracking.AbstractRemoteIterator.getNextImpl(int count, int start) ImplementsAbstractRemoteIterator.getNext(int, int)without the need to consider result transformation, closeable and alive time tracking.CachingRemoteIterator.getNextImpl(int count) CachingRemoteIterator.getNextImpl(int count, int start) EmptyRemoteIterator.getNextImpl(int count) EmptyRemoteIterator.getNextImpl(int count, int start) MemoryBasedCopyingRemoteIterator.getNextImpl(int count) MemoryBasedCopyingRemoteIterator.getNextImpl(int count, int start) TransformingRemoteIterator.getNextImpl(int count) TransformingRemoteIterator.getNextImpl(int count, int start) AbstractRemoteIterator.getPrevious(int count) RemoteIterator.getPrevious(int count) Gets the previous specified amount of elements of this iterator.AbstractRemoteIterator.getPreviousImpl(int count) ImplementsAbstractRemoteIterator.getPrevious(int)without the need to consider result transformation, closeable and alive time tracking.CachingRemoteIterator.getPreviousImpl(int count) EmptyRemoteIterator.getPreviousImpl(int count) MemoryBasedCopyingRemoteIterator.getPreviousImpl(int count) TransformingRemoteIterator.getPreviousImpl(int count) -
Uses of DataConsistencyException in de.aristaflow.ilm.model.common
Constructors in de.aristaflow.ilm.model.common with parameters of type DataConsistencyException -
Uses of DataConsistencyException in de.aristaflow.ilm.model.common.collection
Methods in de.aristaflow.ilm.model.common.collection that throw DataConsistencyExceptionModifier and TypeMethodDescriptionRemoteIteratorHandler.getNext(@NotNull UUID iteratorId, @Positive Integer count, @PositiveOrZero Integer start) CallsRemoteIterator.getNext(int)orRemoteIterator.getNext(int, int)on the designated iterator.protected NRemoteIteratorHandler.getNext(UUID iteratorId, RemoteIterator<List<T>> iterator, Integer count, Integer start) CallsRemoteIterator.getNext(int),RemoteIterator.getNext(int, int)orRemoteIterator.getAll()on the designated iterator.RemoteIteratorHandler.getPrevious(@NotNull UUID iteratorId, @NotNull @Positive Integer count) CallsRemoteIterator.getPrevious(int)on the designated iterator.RemoteIteratorHandler.init(@NotNull RemoteIterator<List<T>> iterator, @Positive Integer count) Adds the designated iterator to this handler, creates an ID for it and callsRemoteIteratorHandler.getNext(UUID, Integer, Integer)with the designated parameters andstart=null.