Uses of Class
dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Packages that use UnixFSTransactionProgramBuilder
-
Uses of UnixFSTransactionProgramBuilder in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix that return UnixFSTransactionProgramBuilderModifier and TypeMethodDescriptionUnixFSTransactionProgramBuilder.applyChangeToResourceContents
(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Applies the contents change ot the resource.UnixFSTransactionProgramBuilder.applyChangeToTasks
(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Applies the suppliedResourceId
changes to the data store for the associated tasks.UnixFSTransactionProgramBuilder.applyReversePathChangeToResource
(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Applies the suppliedResourceId
changes to the data store.UnixFSTransactionProgramBuilder.applyReversePathChangeToResource
(UnixFSTransactionProgramExecutionPhase executionPhase, Path path) Applies the changes for the suppliedPath
to the data store.UnixFSTransactionProgramBuilder.cleanupResource
(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Cleans up the suppliedResourceId
changes from the data store.UnixFSTransactionProgramBuilder.cleanupResource
(UnixFSTransactionProgramExecutionPhase executionPhase, Path path) Cleans up the suppliedPath
changes from the data store.UnixFSTransactionProgramBuilder.cleanupTasksForResource
(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Cleans up the tasks for the suppliedResourceId
.UnixFSTransactionProgramBuilder.withByteBuffer
(ByteBuffer byteBuffer) Specifies theByteBuffer
which will hold the program's code.UnixFSTransactionProgramBuilder.withChecksumAlgorithm
(UnixFSChecksumAlgorithm checksumAlgorithm) Specifies theUnixFSChecksumAlgorithm
to use to guarantee the program's integrity.UnixFSTransactionProgramBuilder.withNodeId
(NodeId nodeId) Specifies theNodeId
to associate with the program.UnixFSTransactionProgramBuilder.withTransactionId
(String transactionId) Gets the id for the currently running transaction.Methods in dev.getelements.elements.rt.transact.unix that return types with arguments of type UnixFSTransactionProgramBuilderModifier and TypeMethodDescriptionjakarta.inject.Provider
<UnixFSTransactionProgramBuilder> UnixFSTransactionJournal.getProgramBuilderProvider()
Method parameters in dev.getelements.elements.rt.transact.unix with type arguments of type UnixFSTransactionProgramBuilderModifier and TypeMethodDescriptionvoid
UnixFSTransactionJournal.setProgramBuilderProvider
(jakarta.inject.Provider<UnixFSTransactionProgramBuilder> programBuilderProvider)