|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimestampBinning | |
---|---|
com.splunk |
Uses of TimestampBinning in com.splunk |
---|
Methods in com.splunk that return TimestampBinning | |
---|---|
TimestampBinning |
TimestampPivotColumnSplit.getBinning()
|
TimestampBinning |
TimestampPivotRowSplit.getBinning()
|
static TimestampBinning |
TimestampBinning.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TimestampBinning[] |
TimestampBinning.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.splunk with parameters of type TimestampBinning | |
---|---|
PivotSpecification |
PivotSpecification.addColumnSplit(java.lang.String field,
TimestampBinning binning)
Add a column split on a timestamp valued field. |
PivotSpecification |
PivotSpecification.addRowSplit(java.lang.String field,
java.lang.String label,
TimestampBinning binning)
Add a row split on a timestamp valued field, binned by the specified bucket size. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |