Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E53425-01


oracle.security.jps.service.policystore.info.distribution
Interface StatisticsData<V>

Type Parameters:
V -

public interface StatisticsData<V>

A StatisticsData consists of time interval and collected data for each time interval

Author:
acao

Method Summary
 long getInterval()
          Returns time interval in seconds for this statistics data
 java.util.List<V> getValues()
          Returns a list of collected data, the values in the list are collected after each time interval.

 

Method Detail

getInterval

long getInterval()
Returns time interval in seconds for this statistics data
Returns:

getValues

java.util.List<V> getValues()
Returns a list of collected data, the values in the list are collected after each time interval.
Returns:

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E53425-01


Copyright © 2009,2015, Oracle. All rights reserved.