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 suppliedResourceIdchanges to the data store for the associated tasks.UnixFSTransactionProgramBuilder.applyReversePathChangeToResource(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Applies the suppliedResourceIdchanges to the data store.UnixFSTransactionProgramBuilder.applyReversePathChangeToResource(UnixFSTransactionProgramExecutionPhase executionPhase, Path path) Applies the changes for the suppliedPathto the data store.UnixFSTransactionProgramBuilder.cleanupResource(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Cleans up the suppliedResourceIdchanges from the data store.UnixFSTransactionProgramBuilder.cleanupResource(UnixFSTransactionProgramExecutionPhase executionPhase, Path path) Cleans up the suppliedPathchanges from the data store.UnixFSTransactionProgramBuilder.cleanupTasksForResource(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Cleans up the tasks for the suppliedResourceId.UnixFSTransactionProgramBuilder.withByteBuffer(ByteBuffer byteBuffer) Specifies theByteBufferwhich will hold the program's code.UnixFSTransactionProgramBuilder.withChecksumAlgorithm(UnixFSChecksumAlgorithm checksumAlgorithm) Specifies theUnixFSChecksumAlgorithmto use to guarantee the program's integrity.UnixFSTransactionProgramBuilder.withNodeId(NodeId nodeId) Specifies theNodeIdto 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 TypeMethodDescriptionvoidUnixFSTransactionJournal.setProgramBuilderProvider(jakarta.inject.Provider<UnixFSTransactionProgramBuilder> programBuilderProvider)