Class UnixFSTaskEntryExisting
java.lang.Object
dev.getelements.elements.rt.transact.AbstractTaskEntry<ResourceId>
dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryBase
dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryExisting
- All Implemented Interfaces:
TaskEntry<ResourceId>
,AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.getelements.elements.rt.transact.TaskEntry
TaskEntry.OperationalStrategy<ScopeT>
-
Constructor Summary
ConstructorsConstructorDescriptionUnixFSTaskEntryExisting
(TaskEntry.OperationalStrategy<ResourceId> operationalStrategy, UnixFSUtils unixFSUtils, UnixFSTaskPathMapping mapping) -
Method Summary
Methods inherited from class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryBase
flush, getUnixFSUtils
Methods inherited from class dev.getelements.elements.rt.transact.AbstractTaskEntry
addTask, delete, deleteTask, findScope, getTasksImmutable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.getelements.elements.rt.transact.TaskEntry
getOriginalScope, getScope, isAbsent, isPresent
-
Constructor Details
-
UnixFSTaskEntryExisting
public UnixFSTaskEntryExisting(TaskEntry.OperationalStrategy<ResourceId> operationalStrategy, UnixFSUtils unixFSUtils, UnixFSTaskPathMapping mapping)
-
-
Method Details
-
findOriginalScope
Description copied from interface:TaskEntry
- Returns:
-
getOriginalTasksImmutable
Description copied from interface:TaskEntry
Gets all of hte original tasks in thisTaskEntry
.- Returns:
- the
Set<TransactionalTask>
-
close
public void close()Description copied from interface:TaskEntry
Closes thisTaskEntry
.
-