Package | Description |
---|---|
com.suse.salt.netapi.calls | |
com.suse.salt.netapi.calls.runner |
Modifier and Type | Method and Description |
---|---|
RunnerAsyncResult<R> |
RunnerCall.callAsync(SaltClient client)
Calls a runner module function on the master asynchronously and
returns information about the scheduled job that can be used to query the result.
|
RunnerAsyncResult<R> |
RunnerCall.callAsync(SaltClient client,
String username,
String password,
AuthModule authModule)
Calls a runner 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 |
---|---|
Map<String,CompletionStage<Result<R>>> |
LocalCall.callAsync(FunctionE<LocalCall<R>,LocalAsyncResult<R>> localAsync,
FunctionE<RunnerCall<Map<String,R>>,RunnerAsyncResult<Map<String,R>>> runnerAsync,
EventStream events,
CompletionStage<GenericError> cancel)
Calls this salt call via the async client and returns the results
as they come in via the event stream.
|
Modifier and Type | Method and Description |
---|---|
static <R> RunnerCall<Map<String,Data<R>>> |
Jobs.lookupJid(RunnerAsyncResult<R> jid) |
Copyright © 2017. All rights reserved.