| Package | Description | 
|---|---|
| com.suse.salt.netapi.calls | |
| com.suse.salt.netapi.calls.runner | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <R> RunnerCall<Map<String,Data<R>>> | 
Jobs.lookupJid(RunnerAsyncResult<R> jid)  | 
Copyright © 2016. All rights reserved.