Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.runtime
Interface WLDFPartitionHarvesterRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean
All Known Subinterfaces:
WLDFHarvesterRuntimeMBean

public interface WLDFPartitionHarvesterRuntimeMBean
extends RuntimeMBean

Provides aggregated information about all active Harvester configurations for a partition.

Since:
12.2.1.0

Method Summary
abstract  long getAverageSamplingTime()
           The average amount of time, in nanoseconds, spent in sampling cycles.
abstract  long getMaximumSamplingTime()
           The maximum sampling time, in nanoseconds.
abstract  long getMinimumSamplingTime()
           The minimum sampling time, in nanoseconds.
abstract  long getTotalConfiguredDataSampleCount()
           
abstract  long getTotalImplicitDataSampleCount()
           
abstract  long getTotalSamplingCycles()
           The total number of sampling cycles taken thus far.
abstract  long getTotalSamplingTime()
           The total amount of time, in nanoseconds, spent in sampling cycles.

 

Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent

 

Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes

 

Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Method Detail

getAverageSamplingTime

long getAverageSamplingTime()

The average amount of time, in nanoseconds, spent in sampling cycles.

Returns:
the average amount of time spent (in nanoseconds) in sampling cycles

getMaximumSamplingTime

long getMaximumSamplingTime()

The maximum sampling time, in nanoseconds.

Returns:
the maximum sampling time in nanoseconds

getMinimumSamplingTime

long getMinimumSamplingTime()

The minimum sampling time, in nanoseconds.

Returns:
the minimum sampling time in nanoseconds

getTotalSamplingCycles

long getTotalSamplingCycles()

The total number of sampling cycles taken thus far.

Returns:
the number of sampling cycles taken

getTotalSamplingTime

long getTotalSamplingTime()

The total amount of time, in nanoseconds, spent in sampling cycles.

Returns:
the total amount of time spent (in nanoseconds) in all sampling cycles

getTotalConfiguredDataSampleCount

long getTotalConfiguredDataSampleCount()

getTotalImplicitDataSampleCount

long getTotalImplicitDataSampleCount()

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09