com.splunk
Class PivotRowSplit
java.lang.Object
com.splunk.PivotRowSplit
- Direct Known Subclasses:
- BooleanPivotRowSplit, NumberPivotRowSplit, RangePivotRowSplit, StringPivotRowSplit, TimestampPivotRowSplit
public abstract class PivotRowSplit
- extends java.lang.Object
Base class representing row splits in a pivot.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFieldName
public java.lang.String getFieldName()
- Returns:
- the name of the field to split on.
getOwnerName
public java.lang.String getOwnerName()
- Returns:
- the name of the data model object on which this split's field is defined.
getOwnerLineage
public java.lang.String[] getOwnerLineage()
- Returns:
- the lineage, most remote ancestor first, on which the split's field is defined.
getLabel
public java.lang.String getLabel()
- Returns:
- a human readable label for this split.