com.splunk
Class RangePivotRowSplit
java.lang.Object
com.splunk.PivotRowSplit
com.splunk.RangePivotRowSplit
public class RangePivotRowSplit
- extends PivotRowSplit
Split values of a field into rows by ranges of a numeric field.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getStart
public java.lang.Integer getStart()
- Returns:
- the value of the start of the lowest range, or null if not specified.
getEnd
public java.lang.Integer getEnd()
- Returns:
- the value of the end of the highest range, or null if not specified.
getStep
public java.lang.Integer getStep()
- Returns:
- the width of each range, or null if not specified.
getLimit
public java.lang.Integer getLimit()
- Returns:
- the maximum number of ranges to split into, or null if no limit.