Package | Description |
---|---|
com.genesyslab.platform.reporting.protocol.statserver |
This package contains objects that correspond to objects in the
Genesys Configuration Layer, such as
AgentStatus and
PlaceGroup . |
Modifier and Type | Field | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<StatisticInterval> |
StatisticInterval.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
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,
java.lang.String dynamicGroupBy) |
Creates instance of StatisticMetricEx.
|
abstract void |
StatisticMetricEx.setIntervalType(StatisticInterval intervalType) |
Type of interval being used to capture historical statistics.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.