Package | Description |
---|---|
com.suse.salt.netapi.calls | |
com.suse.salt.netapi.results |
Modifier and Type | Method and Description |
---|---|
Map<String,Result<R>> |
LocalCall.callSync(SaltClient client,
Target<?> target)
Calls a execution module function on the given target and synchronously
waits for the result.
|
Map<String,Result<R>> |
LocalCall.callSync(SaltClient client,
Target<?> target,
String username,
String password,
AuthModule authModule)
Calls a execution module function on the given target and synchronously
waits for the result.
|
Map<String,Result<SSHResult<R>>> |
LocalCall.callSyncSSH(SaltClient client,
Target<?> target,
SaltSSHConfig cfg)
Call an execution module function on the given target via salt-ssh and synchronously
wait for the result.
|
Modifier and Type | Method and Description |
---|---|
<T> Result<T> |
Result.flatMap(Function<? super R,Result<T>> mapper) |
<T> Result<T> |
Result.map(Function<? super R,? extends T> mapper) |
Modifier and Type | Method and Description |
---|---|
<T> Result<T> |
Result.flatMap(Function<? super R,Result<T>> mapper) |
Copyright © 2016. All rights reserved.