Uses of Class
com.suse.salt.netapi.datatypes.Batch
-
Packages that use Batch Package Description com.suse.salt.netapi.calls com.suse.salt.netapi.datatypes -
-
Uses of Batch in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls with parameters of type Batch Modifier and Type Method Description 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<Map<String,CompletionStage<Result<R>>>>>LocalCall. callAsync(SaltClient client, Target<?> target, AuthMethod auth, EventStream events, CompletionStage<GenericError> cancel, Batch batch)Calls this salt call via the async client and returns the results as they come in via the event stream.CompletionStage<List<Map<String,Result<R>>>>LocalCall. callSync(SaltClient client, Target<?> target, AuthMethod auth, Batch batch)Calls a execution module function on the given target with batching and synchronously waits for the result.Method parameters in com.suse.salt.netapi.calls with type arguments of type Batch Modifier and Type Method Description CompletionStage<Optional<Map<String,CompletionStage<Result<R>>>>>LocalCall. callAsync(SaltClient client, Target<?> target, AuthMethod auth, EventStream events, CompletionStage<GenericError> cancel, Optional<Batch> batch)Calls this salt call via the async client and returns the results as they come in via the event stream.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.CompletionStage<List<Map<String,Result<R>>>>LocalCall. callSync(SaltClient client, Target<?> target, AuthMethod auth, Optional<Batch> batch)Calls a execution module function on the given target with batching and synchronously waits for the result. -
Uses of Batch in com.suse.salt.netapi.datatypes
Methods in com.suse.salt.netapi.datatypes that return Batch Modifier and Type Method Description static BatchBatch. asAmount(int value)Construct a Batch from a value representing an exact amount of itemsstatic BatchBatch. asPercent(int value)Construct a Batch from a value representing a percentBatchBatch.BatchBuilder. build()Returns a Batch with the values of this BatchBuilder instance.
-