Package | Description |
---|---|
com.splunk |
Modifier and Type | Method and Description |
---|---|
TimestampBinning |
TimestampPivotRowSplit.getBinning() |
TimestampBinning |
TimestampPivotColumnSplit.getBinning() |
static TimestampBinning |
TimestampBinning.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
PivotSpecification |
PivotSpecification.addColumnSplit(String field,
TimestampBinning binning)
Add a column split on a timestamp valued field.
|
PivotSpecification |
PivotSpecification.addRowSplit(String field,
String label,
TimestampBinning binning)
Add a row split on a timestamp valued field, binned by the specified bucket size.
|
Copyright © 2022 Splunk, Inc.. All rights reserved.