Uses of Class
com.splunk.Job

Packages that use Job
com.splunk   
 

Uses of Job in com.splunk
 

Methods in com.splunk that return Job
 Job Job.cancel()
          Stops the current search and deletes the result cache.
 Job Job.control(java.lang.String action)
          Performs the requested action on this job.
 Job Job.control(java.lang.String action, java.util.Map args)
          Performs the requested action on this job.
 Job JobCollection.create(java.lang.String query)
          Creates a search with a UTF8 pre-encoded search request.
 Job JobCollection.create(java.lang.String query, JobArgs args)
          Creates a search.
 Job JobCollection.create(java.lang.String query, java.util.Map args)
          Creates a search.
 Job DataModelObject.createLocalAccelerationJob()
          Local acceleration is tsidx acceleration of a data model object that is handled manually by a user.
 Job DataModelObject.createLocalAccelerationJob(java.lang.String earliestTime)
          Local acceleration is tsidx acceleration of a data model object that is handled manually by a user.
 Job Job.disablePreview()
          Disables preview for this job.
 Job SavedSearch.dispatch()
          Runs the saved search.
 Job SavedSearch.dispatch(java.util.Map args)
          Runs the saved search using dispatch arguments.
 Job SavedSearch.dispatch(SavedSearchDispatchArgs args)
          Runs the saved search using dispatch arguments.
 Job Job.enablePreview()
          Enables preview for this job (although it might slow search considerably).
 Job Job.finish()
          Stops the job and provides intermediate results available for retrieval.
 Job[] SavedSearch.history()
          Returns an array of search jobs created from this saved search.
 Job Job.pause()
          Pauses the current search.
 Job Job.refresh()
          Refreshes this job.
 Job Pivot.run()
           
 Job Pivot.run(JobArgs args)
           
 Job DataModelObject.runQuery()
          Start a job that fetches all the events of this data model object.
 Job DataModelObject.runQuery(JobArgs args)
          Start a job that fetches all the events of this data model object.
 Job DataModelObject.runQuery(java.lang.String querySuffix)
          Start a job that applies querySuffix to all the events in this data model object.
 Job DataModelObject.runQuery(java.lang.String querySuffix, JobArgs args)
          Start a job that applies querySuffix to all the events in this data model object.
 Job Service.search(java.lang.String query)
          Creates an asynchronous search using the given query.
 Job Service.search(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> args)
          Creates an asynchronous search job using the given query and search arguments.
 

Methods in com.splunk with parameters of type Job
 PivotSpecification PivotSpecification.setAccelerationJob(Job job)
          Set a job with a query ending in tscollect, usually generated by createLocalAccelerationJob on a DataModelObject instance, as the acceleration cache for this pivot.
 void SearchJobTest.testEventArgs(Job job)
           
 void SearchJobTest.testPreviewArgs(Job job)
           
 void SearchJobTest.testResultArgs(Job job)