Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


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 Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


Copyright © 2011, 2013 Oracle. All rights reserved.