Uses of Class
com.splunk.JobExportArgs.SearchMode

Packages that use JobExportArgs.SearchMode
com.splunk   
 

Uses of JobExportArgs.SearchMode in com.splunk
 

Methods in com.splunk that return JobExportArgs.SearchMode
static JobExportArgs.SearchMode JobExportArgs.SearchMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JobExportArgs.SearchMode[] JobExportArgs.SearchMode.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 JobExportArgs.SearchMode
 void JobExportArgs.setSearchMode(JobExportArgs.SearchMode searchMode)
          Sets the search mode ("normal" or "realtime").