com.splunk
Class RangePivotRowSplit

java.lang.Object
  extended by com.splunk.PivotRowSplit
      extended by com.splunk.RangePivotRowSplit

public class RangePivotRowSplit
extends PivotRowSplit

Split values of a field into rows by ranges of a numeric field.


Method Summary
 java.lang.Integer getEnd()
           
 java.lang.Integer getLimit()
           
 java.lang.Integer getStart()
           
 java.lang.Integer getStep()
           
 
Methods inherited from class com.splunk.PivotRowSplit
getFieldName, getLabel, getOwnerLineage, getOwnerName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.