|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.HashMap<K,V> java.util.LinkedHashMap<java.lang.String,java.lang.Object> com.splunk.Args com.splunk.JobExportArgs
public class JobExportArgs
The JobExportArgs
class contains arguments for exporting events using
the Service.export(java.lang.String)
method.
Nested Class Summary | |
---|---|
static class |
JobExportArgs.OutputMode
Specifies the format for the returned output. |
static class |
JobExportArgs.SearchMode
Specifies how to create a job using the JobCollection.create(java.lang.String)
method. |
static class |
JobExportArgs.TruncationMode
Specifies how to truncate lines to achieve the value in setMaximumLines(int) . |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
JobExportArgs()
Class constructor. |
Method Summary | |
---|---|
void |
setAutoCancel(int autoCancel)
Sets the number of seconds of inactivity after which to automatically cancel a job. |
void |
setAutoFinalizeEventCount(int autoFinalizeEventCount)
Sets the number of events to process after which to auto-finalize the search. |
void |
setAutoPause(int autoPause)
Sets the number of seconds of inactivity after which to automatically pause a job. |
void |
setEarliestTime(java.lang.String earliestTime)
Specifies the earliest time in the time range to search. |
void |
setEnableLookups(boolean enableLookups)
Indicates whether to enable lookups for this search. |
void |
setForceBundleReplication(boolean forceBundleReplication)
Specifies whether this search should cause (and wait depending on the value of setSynchronizeBundleReplication ) bundle synchronization with all search peers. |
void |
setIndexEarliest(java.lang.String indexEarliest)
Specifies the earliest time in the time range to search, based on the index time. |
void |
setIndexLatest(java.lang.String indexLatest)
Specifies the latest time in the time range to search, based on the index time. |
void |
setLatestTime(java.lang.String latestTime)
Specifies the latest time in the time range to search. |
void |
setMaximumLines(int maximumLines)
Sets the maximum number of lines that any single event's _raw field should contain. |
void |
setMaximumTime(int maximumTime)
Sets the number of seconds to run this search before finalizing. |
void |
setNamespace(java.lang.String namespace)
Specifies the application namespace in which to restrict searches. |
void |
setNow(java.lang.String now)
Specifies a time string that sets the absolute time used for any relative time specifier in the search. |
void |
setOutputMode(JobExportArgs.OutputMode outputMode)
Sets the format of the output. |
void |
setOutputTimeFormat(java.lang.String outputTimeFormat)
Sets a UTC time format. |
void |
setRealtimeBlocking(boolean realtimeBlocking)
Indicates whether the indexer blocks if the queue for this search is full. |
void |
setRealtimeIndexFilter(boolean realtimeIndexFilter)
Indicates whether the indexer pre-filters events. |
void |
setRealtimeMaximumBlockSeconds(int realtimeMaximumBlockSeconds)
Sets the number of seconds indicating the maximum time to block. |
void |
setRealtimeQueueSize(int realtimeQueueSize)
Sets the number indicating the queue size (in events) that the indexer should use for this search. |
void |
setReduceFrequency(int reduceFrequency)
Sets the time to wait between running the MapReduce phase on accumulated map values. |
void |
setReloadMacros(boolean reloadMacros)
Indicates whether to reload macro definitions from the macros.conf configuration file. |
void |
setRemoteServerList(java.lang.String[] remoteServerList)
Sets a list of (possibly wildcarded) servers from which to pull raw events. |
void |
setRequiredFieldList(java.lang.String[] requiredFieldList)
Sets one or more required fields to the search. |
void |
setSearchListener(java.lang.String searchListener)
Sets a string that registers a search state listener with the search. |
void |
setSearchMode(JobExportArgs.SearchMode searchMode)
Sets the search mode ("normal" or "realtime"). |
void |
setSegmentation(java.lang.String segmentation)
Sets the type of segmentation to perform on the data, including an option to perform k/v segmentation. |
void |
setSynchronizeBundleReplication(boolean synchronizeBundleReplication)
Indicates whether this search should wait for bundle replication to complete. |
void |
setTimeFormat(java.lang.String timeFormat)
Sets the format for converting a formatted time string from {start,end}_time into UTC seconds. |
void |
setTimeout(int timeout)
Sets the number of seconds to keep this search after processing has stopped. |
void |
setTruncationMode(JobExportArgs.TruncationMode truncationMode)
Specifies how to truncate lines to achieve the value in setMaximumLines(int) . |
Methods inherited from class com.splunk.Args |
---|
add, create, create, create, encode, encode, encode, get |
Methods inherited from class java.util.LinkedHashMap |
---|
clear, containsValue, get |
Methods inherited from class java.util.HashMap |
---|
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
---|
public JobExportArgs()
Method Detail |
---|
public void setIndexEarliest(java.lang.String indexEarliest)
indexEarliest
- The earliest time.public void setIndexLatest(java.lang.String indexLatest)
indexLatest
- The latest time.public void setOutputMode(JobExportArgs.OutputMode outputMode)
outputMode
- The output format.public void setAutoCancel(int autoCancel)
autoCancel
- The number of seconds after which to cancel a job.public void setAutoFinalizeEventCount(int autoFinalizeEventCount)
autoFinalizeEventCount
- The number of events.public void setAutoPause(int autoPause)
autoPause
- The number of seconds after which to pause.public void setEarliestTime(java.lang.String earliestTime)
earliestTime
- The earliest time.public void setEnableLookups(boolean enableLookups)
enableLookups
- true
to enable lookups, false
if not.public void setForceBundleReplication(boolean forceBundleReplication)
setSynchronizeBundleReplication
) bundle synchronization with all search peers.
forceBundleReplication
- true
if this search should cause bundle synchronization, false
if not.public void setLatestTime(java.lang.String latestTime)
latestTime
- The latest time.public void setMaximumTime(int maximumTime)
maximumTime
- The maximum time, in seconds.public void setNamespace(java.lang.String namespace)
namespace
- The namespace.public void setNow(java.lang.String now)
You can specify a relative time modifier for this parameter. For example, specify +2d to specify the current time plus two days. If you specify a relative time modifier both in this parameter and in the search string, the search string modifier takes precedence.
For information about relative time modifiers, see Time modifiers for search in the Search Reference.
now
- A time string.public void setReduceFrequency(int reduceFrequency)
reduceFrequency
- The time to wait, in seconds.public void setReloadMacros(boolean reloadMacros)
reloadMacros
- true
to reload macro definitions, false
if not.public void setRemoteServerList(java.lang.String[] remoteServerList)
remoteServerList
- A list of servers.public void setRequiredFieldList(java.lang.String[] requiredFieldList)
requiredFieldList
- The list of fields.public void setRealtimeBlocking(boolean realtimeBlocking)
realtimeBlocking
- true
to block the indexer for a full queue, false
if not.public void setRealtimeIndexFilter(boolean realtimeIndexFilter)
realtimeIndexFilter
- true
to pre-filter events, false
if not.public void setRealtimeMaximumBlockSeconds(int realtimeMaximumBlockSeconds)
true
.
realtimeMaximumBlockSeconds
- The maximum time to block, in seconds.public void setRealtimeQueueSize(int realtimeQueueSize)
realtimeQueueSize
- The queue size, in events.public void setSearchListener(java.lang.String searchListener)
search_state;results_condition;http_method;uri;
For example:
search_listener=onResults;true;POST;/servicesNS/admin/search/saved/search/foobar/notify;
searchListener
- The search listener string.public void setSearchMode(JobExportArgs.SearchMode searchMode)
searchMode
- The search mode.public void setSynchronizeBundleReplication(boolean synchronizeBundleReplication)
synchronizeBundleReplication
- true
to wait for bundle replication, false
if not.public void setTimeFormat(java.lang.String timeFormat)
timeFormat
- The time format string.public void setTimeout(int timeout)
timeout
- The timeout, in seconds.public void setMaximumLines(int maximumLines)
maximumLines
- The maximum number of lines. For no limit, specify 0.public void setOutputTimeFormat(java.lang.String outputTimeFormat)
outputTimeFormat
- A UTC time format.public void setSegmentation(java.lang.String segmentation)
segmentation
- The segmentation type.public void setTruncationMode(JobExportArgs.TruncationMode truncationMode)
setMaximumLines(int)
.
truncationMode
- The truncation mode.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |