Uses of Class
org.aksw.vshell.registry.ExecSiteProbeResults
Packages that use ExecSiteProbeResults
-
Uses of ExecSiteProbeResults in org.aksw.commons.util.docker
Fields in org.aksw.commons.util.docker declared as ExecSiteProbeResultsModifier and TypeFieldDescriptionprotected ExecSiteProbeResultsImageIntrospectorImpl.cmdAvailabilityMethods in org.aksw.commons.util.docker with parameters of type ExecSiteProbeResultsModifier and TypeMethodDescriptionstatic booleanImageIntrospectorImpl.canRunEntrypoint(String imageName, Argv ep, com.google.common.collect.Table<String, Argv, Boolean> imageToEntrypoints, ExecSiteProbeResults cmdAvailability) static SysRuntimeCoreDockerImageIntrospectorImpl.findKeepAlive(String imageRef, boolean pullIfAbsent, List<ShellCatalogEntry> shellCatalog, com.google.common.collect.Table<String, Argv, Boolean> imageToEntrypoints, ExecSiteProbeResults probeResults) static SysRuntimeCoreDockerImageIntrospectorImpl.findKeepAlive(String imageRef, Argv entrypoint, ExecSiteProbeResults probeResults) static SysRuntimeCoreDockerImageIntrospectorImpl.startKeptAlive(String imageRef, List<Argv> candKeepAliveCmds, ExecSiteProbeResults probeResults) static SysRuntimeCoreDockerImageIntrospectorImpl.startKeptAlive(String imageRef, Argv entrypoint, List<Argv> candKeepAliveCmds, ExecSiteProbeResults probeResults) Deprecated.Constructors in org.aksw.commons.util.docker with parameters of type ExecSiteProbeResultsModifierConstructorDescriptionImageIntrospectorImpl(List<ShellCatalogEntry> shellCatalog, List<LocatorCommand2> locatorCatalog, ExecSiteProbeResults cmdAvailability) -
Uses of ExecSiteProbeResults in org.aksw.shellgebra.exec
Methods in org.aksw.shellgebra.exec that return ExecSiteProbeResultsConstructors in org.aksw.shellgebra.exec with parameters of type ExecSiteProbeResultsModifierConstructorDescriptionSysRuntimeFactoryDocker(ImageIntrospector imageIntrospector, com.google.common.collect.Table<String, Argv, Boolean> imageToEntrypoints, ExecSiteProbeResults probeResults) -
Uses of ExecSiteProbeResults in org.aksw.vshell.registry
Fields in org.aksw.vshell.registry declared as ExecSiteProbeResultsMethods in org.aksw.vshell.registry that return ExecSiteProbeResultsModifier and TypeMethodDescriptionstatic ExecSiteProbeResultsExecSiteProbeResults.get()Global in-memory instance.Constructors in org.aksw.vshell.registry with parameters of type ExecSiteProbeResultsModifierConstructorDescriptionExecSiteResolver(CommandCatalog cmdCatalog, JvmCommandRegistry jvmCmdRegistry, ExecSiteProbeResults cmdAvailability, ImageIntrospector dockerImageIntrospector)