Package | Description |
---|---|
com.splunk |
Modifier and Type | Method and Description |
---|---|
PivotSpecification |
PivotSpecification.addCellValue(String field,
String label,
StatsFunction statsFunction)
Add an aggregate to each cell of the pivot.
|
PivotSpecification |
PivotSpecification.addColumnSplit(String field)
Add a column split on a string or number valued field, producing a column for
each distinct value of the field.
|
PivotSpecification |
PivotSpecification.addColumnSplit(String field,
Integer start,
Integer end,
Integer step,
Integer limit)
Add a column split on a numeric field, splitting the values into ranges.
|
PivotSpecification |
PivotSpecification.addColumnSplit(String field,
String trueDisplayValue,
String falseDisplayValue)
Add a column split on a boolean valued field.
|
PivotSpecification |
PivotSpecification.addColumnSplit(String field,
TimestampBinning binning)
Add a column split on a timestamp valued field.
|
PivotSpecification |
PivotSpecification.addFilter(String field,
BooleanComparison comparison,
boolean compareTo)
Add a filter on a boolean valued field.
|
PivotSpecification |
PivotSpecification.addFilter(String field,
IPv4Comparison comparison,
String comparisonValue)
Add a filter on an IPv4 valued field.
|
PivotSpecification |
PivotSpecification.addFilter(String field,
NumberComparison comparison,
double comparisonValue)
Add a filter on a numeric field.
|
PivotSpecification |
PivotSpecification.addFilter(String field,
StringComparison comparison,
String comparisonValue)
Add a filter on a string valued field.
|
PivotSpecification |
PivotSpecification.addFilter(String field,
String sortAttribute,
SortDirection sortDirection,
int limit,
StatsFunction statsFunction)
Add a filter that limits the number of values of an aggregated field that will be allowed
into the pivot.
|
PivotSpecification |
PivotSpecification.addRowSplit(String field,
String label)
Add a row split on a numeric or string valued field, splitting on each distinct value of the field.
|
PivotSpecification |
PivotSpecification.addRowSplit(String field,
String label,
Integer start,
Integer end,
Integer step,
Integer limit)
Add a row split on a numeric field, splitting into numeric ranges.
|
PivotSpecification |
PivotSpecification.addRowSplit(String field,
String label,
String trueDisplayValue,
String falseDisplayValue)
Add a row split on a boolean 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.
|
PivotSpecification |
DataModelObject.createPivotSpecification()
Create a PivotSpecification on this data model object.
|
PivotSpecification |
PivotSpecification.setAccelerationJob(Job job)
Set a job with a query ending in tscollect, usually generated by createLocalAccelerationJob on a
DataModelObject instance, as the acceleration cache for this pivot.
|
PivotSpecification |
PivotSpecification.setAccelerationJob(String sid)
Set a job with a query ending in tscollect, usually generated by createLocalAccelerationJob on a
DataModelObject instance, as the acceleration cache for this pivot.
|
PivotSpecification |
PivotSpecification.setAccelerationNamespace(String namespace)
Set the namespace to use for this acceleration, usually the name of a data model.
|
Copyright © 2022 Splunk, Inc.. All rights reserved.