Uses of Class
org.jclouds.compute.callables.SudoAwareInitManager
Packages that use SudoAwareInitManager
-
Uses of SudoAwareInitManager in org.jclouds.compute.callables
Subclasses of SudoAwareInitManager in org.jclouds.compute.callablesModifier and TypeClassDescriptionclass
class
Methods in org.jclouds.compute.callables that return SudoAwareInitManagerModifier and TypeMethodDescriptionBlockUntilInitScriptStatusIsZeroThenReturnOutput.getCommandRunner()
SudoAwareInitManager.init()
Methods in org.jclouds.compute.callables with parameters of type SudoAwareInitManagerModifier and TypeMethodDescriptionBlockUntilInitScriptStatusIsZeroThenReturnOutput.Factory.create
(SudoAwareInitManager commandRunner) Constructors in org.jclouds.compute.callables with parameters of type SudoAwareInitManagerModifierConstructorDescriptionBlockUntilInitScriptStatusIsZeroThenReturnOutput
(com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.eventbus.EventBus eventBus, com.google.common.base.Predicate<String> notRunningAnymore, SudoAwareInitManager commandRunner) BlockUntilInitScriptStatusIsZeroThenReturnOutput
(com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.eventbus.EventBus eventBus, ComputeServiceConstants.InitStatusProperties properties, SudoAwareInitManager commandRunner)