Uses of Class
dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand
Packages that use UnixFSTransactionCommand
-
Uses of UnixFSTransactionCommand in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix that return UnixFSTransactionCommandModifier and TypeMethodDescriptionUnixFSTransactionCommand.Builder.build
(ByteBuffer byteBuffer) Builds theUnixFSTransactionCommand
by appending it and its commands to the suppliedByteBuffer
.static UnixFSTransactionCommand
UnixFSTransactionCommand.from
(ByteBuffer byteBuffer) Reads a newUnixFSTransactionCommand
from the suppliedByteBuffer
.Methods in dev.getelements.elements.rt.transact.unix with parameters of type UnixFSTransactionCommandModifier and TypeMethodDescriptionvoid
UnixFSTransactionCommitExecutionHandler.applyContentsChange
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default void
UnixFSTransactionProgramInterpreter.ExecutionHandler.applyContentsChange
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Applies the contnets change to aResourceId
.void
UnixFSTransactionCommitExecutionHandler.applyPathChange
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, Path rtPath, String transactionId) default void
UnixFSTransactionProgramInterpreter.ExecutionHandler.applyPathChange
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, Path rtPath, String transactionId) Applies the suppliedPath
change.void
UnixFSTransactionCommitExecutionHandler.applyReversePathsChange
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default void
UnixFSTransactionProgramInterpreter.ExecutionHandler.applyReversePathsChange
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Applies the change to theResourceId
.void
UnixFSTransactionCommitExecutionHandler.applyTaskChanges
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default void
UnixFSTransactionProgramInterpreter.ExecutionHandler.applyTaskChanges
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Applies the task changes to the datastore.default void
UnixFSTransactionProgramInterpreter.ExecutionHandler.cleanupPath
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, Path rtPath, String transactionId) Cleans up thePath
resources associated with the transaction.void
UnixFSTransactionRollbackExecutionHandler.cleanupPath
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, Path rtPath, String transactionId) default void
UnixFSTransactionProgramInterpreter.ExecutionHandler.cleanupResourceId
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Cleans up theResourceId
resources associated with the transaction.void
UnixFSTransactionRollbackExecutionHandler.cleanupResourceId
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default void
UnixFSTransactionProgramInterpreter.ExecutionHandler.cleanupTasks
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Cleans up the tasks for theResourceId
resources associated with the transaction.void
UnixFSTransactionRollbackExecutionHandler.cleanupTasks
(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId)