Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.reporting.protocol.statserver.StatisticInterval

Packages that use StatisticInterval
com.genesyslab.platform.reporting.protocol.statserver This package contains objects that correspond to objects in the Genesys Configuration Layer, such as AgentStatus and PlaceGroup
 

Uses of StatisticInterval in com.genesyslab.platform.reporting.protocol.statserver
 

Fields in com.genesyslab.platform.reporting.protocol.statserver declared as StatisticInterval
static StatisticInterval StatisticInterval.GrowingWindow
          Resets statistics to zero at one or more specified times: for example, at midnight and then every three hours after that.
static StatisticInterval StatisticInterval.SinceLogin
          Aggregates statistical data only for Agent-based statistics: the statistics are set to zero (0) at the moment of agent login and continue to accumulate so long as an agent is associated with a specific place.
static StatisticInterval StatisticInterval.SlidingSelection
          Tracks the last several occurrences of an activity, using a number of activities that you specify, for example, the last 5 calls.
static StatisticInterval StatisticInterval.SlidingWindow
          Tracks the last several seconds of activity, using a number of seconds that you specify, with an option to specify how often to sample the statistic (which defaults to every 10 seconds); for example, the last 600 seconds, sampled every 2 seconds.
 

Methods in com.genesyslab.platform.reporting.protocol.statserver that return StatisticInterval
abstract  StatisticInterval StatisticMetricEx.getIntervalType()
          Type of interval being used to capture historical statistics.
static StatisticInterval StatisticInterval.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static StatisticInterval StatisticInterval.valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
 

Methods in com.genesyslab.platform.reporting.protocol.statserver that return types with arguments of type StatisticInterval
static java.util.Collection<StatisticInterval> StatisticInterval.values()
          Returns all values of the enumeration.
 

Methods in com.genesyslab.platform.reporting.protocol.statserver with parameters of type StatisticInterval
static StatisticMetricEx StatisticMetricEx.create(StatisticCategory category, ActionsMask mainMask, ActionsMask relativeMask, StatisticSubject subject, StatisticInterval intervalType, java.lang.Integer intervalLength, java.lang.String dynamicTimeProfile, java.lang.String dynamicFilter, java.lang.Integer timeRangeLeft, java.lang.Integer timeRangeRight, java.lang.Integer timeRangeLeft2, java.lang.Integer timeRangeRight2, java.lang.String dynamicUserDataFormula, java.lang.Boolean distinguishByConnId)
          Creates instance of StatisticMetricEx.
abstract  void StatisticMetricEx.setIntervalType(StatisticInterval intervalType)
          Type of interval being used to capture historical statistics.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.