Uses of Class
com.suse.salt.netapi.calls.LocalAsyncResult
Packages that use LocalAsyncResult
-
Uses of LocalAsyncResult in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls that return types with arguments of type LocalAsyncResultModifier and TypeMethodDescriptionLocalCall.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.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.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 LocalAsyncResultModifier and TypeMethodDescriptionLocalCall.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 LocalAsyncResultModifier and TypeMethodDescriptionstatic <R> RunnerCall<Map<String, R>> Jobs.lookupJid(LocalAsyncResult<R> jid)