Package | Description |
---|---|
com.suse.salt.netapi.calls | |
com.suse.salt.netapi.calls.runner |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletionStage<WheelAsyncResult<R>> |
WheelCall.callAsync(SaltClient client,
AuthMethod auth)
Calls a wheel module function on the master 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<java.util.Map<java.lang.String,Data<R>>> |
Jobs.lookupJid(WheelAsyncResult<R> jid) |