Package | Description |
---|---|
com.suse.salt.netapi.calls | |
com.suse.salt.netapi.calls.runner |
Modifier and Type | Method and Description |
---|---|
WheelAsyncResult<R> |
WheelCall.callAsync(SaltClient client)
Calls a wheel module function on the master asynchronously and
returns information about the scheduled job that can be used to query the result.
|
WheelAsyncResult<R> |
WheelCall.callAsync(SaltClient client,
String username,
String password,
AuthModule authModule)
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<Map<String,Data<R>>> |
Jobs.lookupJid(WheelAsyncResult<R> jid) |
Copyright © 2016. All rights reserved.