Uses of Class
com.splunk.StatsFunction

Packages that use StatsFunction
com.splunk   
 

Uses of StatsFunction in com.splunk
 

Methods in com.splunk that return StatsFunction
 StatsFunction PivotCellValue.getStatsFunction()
           
 StatsFunction LimitPivotFilter.getStatsFunction()
           
static StatsFunction StatsFunction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatsFunction[] StatsFunction.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 StatsFunction
 PivotSpecification PivotSpecification.addCellValue(java.lang.String field, java.lang.String label, StatsFunction statsFunction)
          Add an aggregate to each cell of the pivot.
 PivotSpecification PivotSpecification.addFilter(java.lang.String field, java.lang.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.