Uses of Enum Class
dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramExecutionPhase
Packages that use UnixFSTransactionProgramExecutionPhase
-
Uses of UnixFSTransactionProgramExecutionPhase in dev.getelements.elements.rt.transact.unix
Fields in dev.getelements.elements.rt.transact.unix with type parameters of type UnixFSTransactionProgramExecutionPhaseModifier and TypeFieldDescriptionfinal javolution.io.Struct.Enum16<UnixFSTransactionProgramExecutionPhase> UnixFSTransactionCommandHeader.phaseThe instruction to execute.Methods in dev.getelements.elements.rt.transact.unix that return UnixFSTransactionProgramExecutionPhaseModifier and TypeMethodDescriptionUnixFSTransactionCommand.getPhase()Gets the phase.Returns the enum constant of this class with the specified name.UnixFSTransactionProgramExecutionPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.rt.transact.unix with parameters of type UnixFSTransactionProgramExecutionPhaseModifier 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.compile(UnixFSTransactionProgramExecutionPhase... executionPhases) Compiles this program, setting the header values as well as writing the bytecode toByteBuffercontaining the program's instructions.UnixFSTransactionProgramInterpreter.execute(UnixFSTransactionProgramExecutionPhase phase, UnixFSTransactionProgramInterpreter.ExecutionHandler executionHandler) Executes the program with the suppliedUnixFSTransactionProgramExecutionPhaseandUnixFSTransactionProgramInterpreter.ExecutionHandler.UnixFSTransactionProgramInterpreter.tryExecute(UnixFSTransactionProgramExecutionPhase phase, UnixFSTransactionProgramInterpreter.ExecutionHandler executionHandler) Executes the program with the suppliedUnixFSTransactionProgramExecutionPhaseandUnixFSTransactionProgramInterpreter.ExecutionHandler.UnixFSTransactionCommand.Builder.withPhase(UnixFSTransactionProgramExecutionPhase executionPhase) Specifies theUnixFSTransactionProgramExecutionPhaseof the command.