Uses of Interface
dev.getelements.elements.rt.transact.TaskEntry.OperationalStrategy
Packages that use TaskEntry.OperationalStrategy
-
Uses of TaskEntry.OperationalStrategy in dev.getelements.elements.rt.transact
Methods in dev.getelements.elements.rt.transact that return types with arguments of type TaskEntry.OperationalStrategyModifier and TypeMethodDescriptionTaskIndex.listAllEntriesByResource()
Gets all entries in theTaskIndex
.Method parameters in dev.getelements.elements.rt.transact with type arguments of type TaskEntry.OperationalStrategyModifier and TypeMethodDescriptionTaskIndex.findTaskEntry
(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) Finds theTaskEntry<ResourceId>
for the suppliedResourceId
.TaskIndex.getOrCreateTaskEntry
(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) Gets theTaskEntry<ResourceId>
for the suppliedResourceId
.Constructors in dev.getelements.elements.rt.transact with parameters of type TaskEntry.OperationalStrategyModifierConstructorDescriptionAbstractTaskEntry
(TaskEntry.OperationalStrategy<ScopeT> operationalStrategy) -
Uses of TaskEntry.OperationalStrategy in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix that return types with arguments of type TaskEntry.OperationalStrategyMethod parameters in dev.getelements.elements.rt.transact.unix with type arguments of type TaskEntry.OperationalStrategyModifier and TypeMethodDescriptionUnixFSTaskIndex.findTaskEntry
(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) UnixFSTaskIndex.getOrCreateTaskEntry
(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) Constructors in dev.getelements.elements.rt.transact.unix with parameters of type TaskEntry.OperationalStrategyModifierConstructorDescriptionUnixFSTaskEntryBase
(TaskEntry.OperationalStrategy<ResourceId> operationalStrategy, UnixFSUtils unixFSUtils) UnixFSTaskEntryExisting
(TaskEntry.OperationalStrategy<ResourceId> operationalStrategy, UnixFSUtils unixFSUtils, UnixFSTaskPathMapping mapping) UnixFSTaskEntryNew
(TaskEntry.OperationalStrategy<ResourceId> operationalStrategy, UnixFSUtils unixFSUtils, ResourceId resourceId)