Package | Description |
---|---|
com.suse.salt.netapi.calls |
Modifier and Type | Method and Description |
---|---|
WheelAsyncResult<R> |
WheelCall.callAsync(SaltClient client)
Calls a wheel 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)
Calls a runner module function on the master asynchronously and
returns information about the scheduled job that can be used to query the result.
|
WheelAsyncResult<R> |
WheelCall.callAsync(SaltClient client,
String username,
String password,
AuthModule authModule)
Calls a wheel 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.
|
LocalAsyncResult<R> |
LocalCall.callAsync(SaltClient client,
Target<?> target)
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.
|
LocalAsyncResult<R> |
LocalCall.callAsync(SaltClient client,
Target<?> target,
String username,
String password,
AuthModule authModule)
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.
|
WheelResult<R> |
WheelCall.callSync(SaltClient client)
Calls a wheel module function on the master and synchronously
waits for the result.
|
R |
RunnerCall.callSync(SaltClient client)
Calls a runner module function on the master and synchronously
waits for the result.
|
WheelResult<R> |
WheelCall.callSync(SaltClient client,
String username,
String password,
AuthModule authModule)
Calls a wheel module function on the master and synchronously
waits for the result.
|
R |
RunnerCall.callSync(SaltClient client,
String username,
String password,
AuthModule authModule)
Calls a runner module function on the master and synchronously
waits for the result.
|
Map<String,R> |
LocalCall.callSync(SaltClient client,
Target<?> target)
Calls a execution module function on the given target and synchronously
waits for the result.
|
Map<String,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.
|
Copyright © 2016. All rights reserved.