Hi Nipun, You can use the "submitScriptOnNode" method, which returns a Future, to do that. It does not accept a predicate, so youl'll have to call it once for each node in the group.
HTH! I. El 16/07/2014 06:40, "Nipun Udara" <[email protected]> escribió: > Hi all > > Is there a way to run script on hosts asynchronously instead of using > > client.runScriptOnNodesMatching(runningInGroup(group), script, > overrideCredentialsWith(creds)); > > I would be grateful if somebody can help me to clarify this. > > Regards > Nipun Udara > >
