Package | Description |
---|---|
com.splunk |
Modifier and Type | Method and Description |
---|---|
Job |
Job.cancel()
Stops the current search and deletes the result cache.
|
Job |
Job.control(String action)
Performs the requested action on this job.
|
Job |
Job.control(String action,
Map args)
Performs the requested action on this job.
|
Job |
JobCollection.create(String query)
Creates a search with a UTF8 pre-encoded search request.
|
Job |
JobCollection.create(String query,
JobArgs args)
Creates a search.
|
Job |
JobCollection.create(String query,
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(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(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 |
Service.getJob(String sid)
Returns a Job by the provided sid.
|
Job[] |
SavedSearch.history()
Returns an array of search jobs created from this saved search.
|
Job[] |
SavedSearch.history(Map<String,Object> args)
Returns an array of search jobs based on passed search arguments
|
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(String querySuffix)
Start a job that applies querySuffix to all the events in this data model object.
|
Job |
DataModelObject.runQuery(String querySuffix,
JobArgs args)
Start a job that applies querySuffix to all the events in this data model object.
|
Job |
Service.search(String query)
Creates an asynchronous search using the given query.
|
Job |
Service.search(String query,
Map<String,Object> args)
Creates an asynchronous search job using the given query and
search arguments.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2022 Splunk, Inc.. All rights reserved.