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 theUnixFSTransactionCommandby appending it and its commands to the suppliedByteBuffer.static UnixFSTransactionCommandUnixFSTransactionCommand.from(ByteBuffer byteBuffer) Reads a newUnixFSTransactionCommandfrom the suppliedByteBuffer.Methods in dev.getelements.elements.rt.transact.unix with parameters of type UnixFSTransactionCommandModifier and TypeMethodDescriptionvoidUnixFSTransactionCommitExecutionHandler.applyContentsChange(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.applyContentsChange(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Applies the contnets change to aResourceId.voidUnixFSTransactionCommitExecutionHandler.applyPathChange(UnixFSTransactionProgram program, UnixFSTransactionCommand command, Path rtPath, String transactionId) default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.applyPathChange(UnixFSTransactionProgram program, UnixFSTransactionCommand command, Path rtPath, String transactionId) Applies the suppliedPathchange.voidUnixFSTransactionCommitExecutionHandler.applyReversePathsChange(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.applyReversePathsChange(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Applies the change to theResourceId.voidUnixFSTransactionCommitExecutionHandler.applyTaskChanges(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.applyTaskChanges(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Applies the task changes to the datastore.default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.cleanupPath(UnixFSTransactionProgram program, UnixFSTransactionCommand command, Path rtPath, String transactionId) Cleans up thePathresources associated with the transaction.voidUnixFSTransactionRollbackExecutionHandler.cleanupPath(UnixFSTransactionProgram program, UnixFSTransactionCommand command, Path rtPath, String transactionId) default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.cleanupResourceId(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Cleans up theResourceIdresources associated with the transaction.voidUnixFSTransactionRollbackExecutionHandler.cleanupResourceId(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.cleanupTasks(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Cleans up the tasks for theResourceIdresources associated with the transaction.voidUnixFSTransactionRollbackExecutionHandler.cleanupTasks(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId)