Uses of Class
com.splunk.JobArgs.ExecutionMode

Packages that use JobArgs.ExecutionMode
com.splunk   
 

Uses of JobArgs.ExecutionMode in com.splunk
 

Methods in com.splunk that return JobArgs.ExecutionMode
static JobArgs.ExecutionMode JobArgs.ExecutionMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JobArgs.ExecutionMode[] JobArgs.ExecutionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.splunk with parameters of type JobArgs.ExecutionMode
 void JobArgs.setExecutionMode(JobArgs.ExecutionMode executionMode)
          Sets the type of search to run ("blocking", "oneshot", or "normal").