Uses of Interface
dev.getelements.elements.rt.transact.ResourceEntry.OperationalStrategy
Packages that use ResourceEntry.OperationalStrategy
-
Uses of ResourceEntry.OperationalStrategy in dev.getelements.elements.rt.transact
Fields in dev.getelements.elements.rt.transact declared as ResourceEntry.OperationalStrategyModifier and TypeFieldDescriptionprotected final ResourceEntry.OperationalStrategy
AbstractResourceEntry.operationalStrategy
Methods in dev.getelements.elements.rt.transact with parameters of type ResourceEntry.OperationalStrategyModifier and TypeMethodDescriptionPathIndex.Listing.open
(ResourceEntry.OperationalStrategy operationalStrategy) Opens aResourceEntry
for the record at the path.Method parameters in dev.getelements.elements.rt.transact with type arguments of type ResourceEntry.OperationalStrategyModifier and TypeMethodDescriptionPathIndex.findEntry
(Path path, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) Loads theResourceEntry
from the suppliedPath
.ResourceIndex.findEntry
(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) Loads theResourceEntry
from the suppliedPath
.ResourceIndex.newEntry
(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) Creates a newResourceEntry
with the supplied transaction id andResourceId
.Constructors in dev.getelements.elements.rt.transact with parameters of type ResourceEntry.OperationalStrategyModifierConstructorDescriptionAbstractResourceEntry
(ResourceEntry.OperationalStrategy operationalStrategy) -
Uses of ResourceEntry.OperationalStrategy in dev.getelements.elements.rt.transact.unix
Method parameters in dev.getelements.elements.rt.transact.unix with type arguments of type ResourceEntry.OperationalStrategyModifier and TypeMethodDescriptionUnixFSPathIndex.findEntry
(Path path, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) UnixFSResourceIndex.findEntry
(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) UnixFSResourceIndex.newEntry
(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) Constructors in dev.getelements.elements.rt.transact.unix with parameters of type ResourceEntry.OperationalStrategyModifierConstructorDescriptionUnixFSResourceEntryBase
(ResourceEntry.OperationalStrategy operationalStrategy, UnixFSUtils unixFSUtils) UnixFSResourceEntryExisting
(UnixFSUtils unixFSUtils, UnixFSHasFilesystemPath hasFilesystemPath, ResourceEntry.OperationalStrategy operationalStrategy) UnixFSResourceEntryNew
(UnixFSUtils utils, ResourceId resourceId, ResourceEntry.OperationalStrategy operationalStrategy)