Package | Description |
---|---|
com.suse.salt.netapi.calls | |
com.suse.salt.netapi.calls.runner |
Modifier and Type | Method and Description |
---|---|
LocalAsyncResult<R> |
LocalCall.callAsync(SaltClient client,
Target<?> target)
Calls a execution module function on the given target asynchronously and
returns information about the scheduled job that can be used to query the result.
|
LocalAsyncResult<R> |
LocalCall.callAsync(SaltClient client,
Target<?> target,
String username,
String password,
AuthModule authModule)
Calls a execution module function on the given target asynchronously and
returns information about the scheduled job that can be used to query the result.
|
Modifier and Type | Method and Description |
---|---|
static <R> RunnerCall<Map<String,R>> |
Jobs.lookupJid(LocalAsyncResult<R> jid) |
Copyright © 2016. All rights reserved.