|
||||||||||
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.JobSummaryArgs
public class JobSummaryArgs
The JobSummaryArgs
class contains arguments for getting a job summary
using the Job.getSummary()
method.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
JobSummaryArgs()
Class constructor. |
Method Summary | |
---|---|
void |
setEarliestTime(java.lang.String earliestTime)
Specifies the earliest time in the time range to search. |
void |
setFieldList(java.lang.String[] fieldList)
Sets a list of fields to return for the event set. |
void |
setHistogram(boolean histogram)
Indicates whether to add histogram data to the summary output. |
void |
setLatestTime(java.lang.String latestTime)
Specifies the latest time in the time range to search. |
void |
setMinimumFrequency(double minimumFrequency)
Sets the fraction of results for each key that this key must occur in to be displayed. |
void |
setOutputTimeFormat(java.lang.String outputTimeFormat)
Sets a UTC time format. |
void |
setSearch(java.lang.String search)
Sets a search query to filter the response. |
void |
setTimeFormat(java.lang.String timeFormat)
Specifies an expression to convert a formatted time string from {start,end}_time into UTC seconds. |
void |
setTopCount(int topCount)
Sets for each key how many of the most frequent items to return. |
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 JobSummaryArgs()
Method Detail |
---|
public void setEarliestTime(java.lang.String earliestTime)
earliestTime
- The earliest time.public void setFieldList(java.lang.String[] fieldList)
fieldList
- A list of fields.public void setHistogram(boolean histogram)
histogram
- true
to add histogram data, false
if not.public void setLatestTime(java.lang.String latestTime)
latestTime
- The latest time.public void setMinimumFrequency(double minimumFrequency)
minimumFrequency
- The frequency, as a fraction (a value between 0 and 1).public void setOutputTimeFormat(java.lang.String outputTimeFormat)
outputTimeFormat
- A UTC time format.public void setSearch(java.lang.String search)
search
- A search substring.public void setTimeFormat(java.lang.String timeFormat)
timeFormat
- The time format.public void setTopCount(int topCount)
topCount
- The number of items to return.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |