Uses of Interface
net.bluemind.node.api.INodeClient
-
Uses of INodeClient in net.bluemind.node.api
Modifier and TypeMethodDescriptionFetches a client to manipulate files invalid input: '&' run commands on the BJinvalid reference
Host
static INodeClient
Modifier and TypeMethodDescriptionstatic boolean
NCUtils.connectedToMyself
(INodeClient nc) static ExitList
NCUtils.exec
(INodeClient nc, long delay, TimeUnit unit, String... argv) static ExitList
NCUtils.exec
(INodeClient nc, String... argv) static ExitList
NCUtils.exec
(INodeClient nc, List<String> argv) Waits for a tasks to complete, returning its output.static ExitList
NCUtils.exec
(INodeClient nc, List<String> argv, long delay, TimeUnit unit) The command runs over a websocketstatic void
NCUtils.execNoOut
(INodeClient nc, long delay, TimeUnit unit, String... argv) static void
NCUtils.execNoOut
(INodeClient nc, String... argv) static void
NCUtils.execNoOut
(INodeClient nc, List<String> argv) Waits for a tasks to complete, don't retrieve its output.static void
NCUtils.execNoOut
(INodeClient nc, List<String> argv, long delay, TimeUnit unit) The commands runs over a websocketstatic void
NCUtils.execOrFail
(INodeClient nc, String... argv) static void
NCUtils.execOrFail
(INodeClient nc, List<String> argv) Waits for a tasks to complete, throws ServerFault if task failsstatic void
NCUtils.forget
(INodeClient nc, String... argv) static void
NCUtils.forget
(INodeClient nc, List<String> argv) Spawns a tasks.static ExitList
NCUtils.waitFor
(INodeClient nc, TaskRef ref) Waits for a tasks to complete and returns its output