com.splunk
Class RangePivotColumnSplit

java.lang.Object
  extended by com.splunk.PivotColumnSplit
      extended by com.splunk.RangePivotColumnSplit

public class RangePivotColumnSplit
extends PivotColumnSplit

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


Method Summary
 java.lang.Integer getEnd()
           
 java.lang.Integer getStart()
           
 java.lang.Integer getStep()
           
 
Methods inherited from class com.splunk.PivotColumnSplit
addCommonFields, getFieldName, getOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.