Uses of Interface
org.aksw.shellgebra.exec.model.ExecSite
Packages that use ExecSite
Package
Description
-
Uses of ExecSite in org.aksw.commons.util.docker
Methods in org.aksw.commons.util.docker with parameters of type ExecSiteModifier and TypeMethodDescriptionbooleanImageIntrospectorImpl.hasCommand(SysRuntimeCore sysRuntime, String command, ExecSite execSite) -
Uses of ExecSite in org.aksw.shellgebra.algebra.cmd.op.placed
Methods in org.aksw.shellgebra.algebra.cmd.op.placed that return ExecSiteModifier and TypeMethodDescriptionPlacedCmdOp.PlacedCmd.execSite()Returns the value of theexecSiterecord component.PlacedCmdOp.PlacedGroup.execSite()Returns the value of theexecSiterecord component.PlacedCmdOp.PlacedPipeline.execSite()Returns the value of theexecSiterecord component.PlacedCmdOp.getExecSite()PlacedCmdOp.PlacedCmd.getExecSite()PlacedCmdOp.PlacedGroup.getExecSite()PlacedCmdOp.PlacedPipeline.getExecSite()Constructors in org.aksw.shellgebra.algebra.cmd.op.placed with parameters of type ExecSiteModifierConstructorDescriptionCreates an instance of aPlacedCmdrecord class.PlacedGroup(List<PlacedCmdOp> subOps, ExecSite execSite) Creates an instance of aPlacedGrouprecord class.PlacedPipeline(List<PlacedCmdOp> subOps, ExecSite execSite) Creates an instance of aPlacedPipelinerecord class. -
Uses of ExecSite in org.aksw.shellgebra.exec
Methods in org.aksw.shellgebra.exec with parameters of type ExecSiteModifier and TypeMethodDescriptionSysRuntimeCoreExecSiteFactoryPool.getFactory(ExecSite execSite) SysRuntimeCoreExecSiteFactory.getRuntime(ExecSite execSite) SysRuntimeCoreExecSiteFactoryPool.getRuntime(ExecSite execSite) -
Uses of ExecSite in org.aksw.shellgebra.exec.model
Classes in org.aksw.shellgebra.exec.model that implement ExecSiteModifier and TypeClassDescriptionfinal recordfinal recordfinal recordMethods in org.aksw.shellgebra.exec.model that return ExecSiteModifier and TypeMethodDescriptionstatic ExecSiteCommandLocation.execSite()Returns the value of theexecSiterecord component.static ExecSiteExecSites.host()static ExecSiteExecSites.jvm()Methods in org.aksw.shellgebra.exec.model that return types with arguments of type ExecSiteModifier and TypeMethodDescriptionPlacedCommand.execSites()Returns the value of theexecSitesrecord component.Constructors in org.aksw.shellgebra.exec.model with parameters of type ExecSiteModifierConstructorDescriptionCommandLocation(String command, ExecSite execSite) Creates an instance of aCommandLocationrecord class.Constructor parameters in org.aksw.shellgebra.exec.model with type arguments of type ExecSiteModifierConstructorDescriptionPlacedCommand(CmdOp cmdOp, Set<ExecSite> execSites) Creates an instance of aPlacedCommandrecord class. -
Uses of ExecSite in org.aksw.vshell.registry
Methods in org.aksw.vshell.registry that return ExecSiteModifier and TypeMethodDescriptionResolvedCommand.execSite()Returns the value of theexecSiterecord component.Methods in org.aksw.vshell.registry that return types with arguments of type ExecSiteModifier and TypeMethodDescriptioncom.google.common.collect.Multimap<ExecSite, CommandBinding> Return all known locations for a command.com.google.common.collect.Multimap<ExecSite, CommandBinding> com.google.common.collect.Multimap<ExecSite, CommandBinding> com.google.common.collect.Multimap<ExecSite, CommandBinding> CommandCatalog.getExecSites(String virtualCommandName) Convenience method to get only a command's set of exec sites.Optional<com.google.common.collect.Multimap<ExecSite, CommandBinding>> CommandRegistry.getKnownExecSites(String command) Return a snapshot of the set of exec sites where the command is known to be present.Methods in org.aksw.vshell.registry with parameters of type ExecSiteModifier and TypeMethodDescriptionbooleanExecSiteResolver.canRunPipeline(ExecSite execSite) CmdExecSystem.exec(ProcessRunner execCxt, FileMapper fileMapper, CmdOp cmdOp, ExecSite preferredExecSite) default Optional<Set<CommandBinding>> Find the best matching command for the given exec site.CommandRegistry.getAvailability(String command, ExecSite execSite) booleanExecSiteProbeResults.isKnownUnavailable(Argv argv, ExecSite execSite) booleanExecSiteResolver.providesCommand(String command, ExecSite execSite) CommandRegistry.put(String command, ExecSite execSite, String cmd, ArgsTransform argsTransform) CommandRegistry.put(String command, ExecSite execSite, CommandBinding cmd) static CmdOpFinalPlacementResolver.resolve(CmdOp cmdOp, ExecSite execSite, ExecSiteResolver resolver, CommandCatalog inferredCatalog) static CommandBindingCmdOpVisitorToPbDocker.resolveOrFail(CommandCatalog commandCatalog, String commandName, ExecSite execSite) CmdOpVisitorToPbDocker.resolveOrFail(CommandCatalog commandCatalog, String commandName, ExecSite execSite, List<String> args) Method parameters in org.aksw.vshell.registry with type arguments of type ExecSiteModifier and TypeMethodDescriptionprotected PlacedCommandCmdOpVisitorCandidatePlacer.doPlacement(Function<List<CmdOp>, CmdOp> ctor, Set<ExecSite> preferredExecSites, Set<ExecSite> candidateExecSites, List<PlacedCommand> streak) CommandRegistry.putAll(String command, com.google.common.collect.Multimap<ExecSite, CommandBinding> cmdMap) Constructors in org.aksw.vshell.registry with parameters of type ExecSiteModifierConstructorDescriptionCommandCatalogOverLocator(ExecSite execSite, CommandBindingLocator locator) CommandCatalogOverLocator(ExecSite execSite, CommandLocator locator) ResolvedCommand(String location, ExecSite execSite) Creates an instance of aResolvedCommandrecord class.Constructor parameters in org.aksw.vshell.registry with type arguments of type ExecSiteModifierConstructorDescriptionCandidatePlacer(CommandCatalog cmdRegistry, ExecSiteResolver execSiteResolver, Set<ExecSite> preferredExecSites) CmdOpVisitorCandidatePlacer(CommandCatalog cmdRegistry, CommandRegistry probeResultsCatalog, ExecSiteResolver execSiteResolver, Set<ExecSite> preferredExecSites)