Uses of Class
com.suse.salt.netapi.calls.LocalAsyncResult
-
Packages that use LocalAsyncResult Package Description com.suse.salt.netapi.calls com.suse.salt.netapi.calls.runner -
-
Uses of LocalAsyncResult in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls that return types with arguments of type LocalAsyncResult Modifier and Type Method Description CompletionStage<Optional<LocalAsyncResult<R>>>
LocalCall. callAsync(SaltClient client, Target<?> target, AuthMethod auth)
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.CompletionStage<Optional<LocalAsyncResult<R>>>
LocalCall. callAsync(SaltClient client, Target<?> target, AuthMethod auth, Batch batch)
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.CompletionStage<Optional<LocalAsyncResult<R>>>
LocalCall. callAsync(SaltClient client, Target<?> target, AuthMethod auth, Optional<Batch> batch)
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.Method parameters in com.suse.salt.netapi.calls with type arguments of type LocalAsyncResult Modifier and Type Method Description CompletionStage<Optional<Map<String,CompletionStage<Result<R>>>>>
LocalCall. callAsync(Function<LocalCall<R>,CompletionStage<Optional<LocalAsyncResult<R>>>> localAsync, Function<RunnerCall<Map<String,R>>,CompletionStage<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. -
Uses of LocalAsyncResult in com.suse.salt.netapi.calls.runner
Methods in com.suse.salt.netapi.calls.runner with parameters of type LocalAsyncResult Modifier and Type Method Description static <R> RunnerCall<Map<String,R>>
Jobs. lookupJid(LocalAsyncResult<R> jid)
-