Class UnixFSTaskEntryNew
java.lang.Object
dev.getelements.elements.rt.transact.AbstractTaskEntry<ResourceId>
dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryBase
dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryNew
- 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
ConstructorsConstructorDescriptionUnixFSTaskEntryNew
(TaskEntry.OperationalStrategy<ResourceId> operationalStrategy, UnixFSUtils unixFSUtils, ResourceId resourceId) -
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
-
UnixFSTaskEntryNew
public UnixFSTaskEntryNew(TaskEntry.OperationalStrategy<ResourceId> operationalStrategy, UnixFSUtils unixFSUtils, ResourceId resourceId)
-
-
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
.
-