| Package | Description |
|---|---|
| com.sun.ejb.base.stats | |
| com.sun.enterprise.admin.monitor.stats |
Provides for implementations of various Stats interfaces. These Stats interfaces
are based on those defined by JSR 77.
|
| Modifier and Type | Method and Description |
|---|---|
AverageRangeStatistic |
StatefulSessionStoreStatsImpl.getActivatedBeanSize()
Returns the total number of bytes activated by this store including total, min, maximum
|
AverageRangeStatistic |
StatefulSessionStoreStatsImpl.getActivationTime()
Returns the time spent on activating beans from the store including total, min, max
|
AverageRangeStatistic |
HAStatefulSessionStoreStatsImpl.getCheckpointedBeanSize()
Returns the number of bytes checkpointed
|
AverageRangeStatistic |
HAStatefulSessionStoreStatsImpl.getCheckpointTime()
Returns the time spent on passivating beans to the store including total, min, max
|
AverageRangeStatistic |
StatefulSessionStoreStatsImpl.getPassivatedBeanSize()
Returns the total number of bytes passivated by this store including total, min, maximum
|
AverageRangeStatistic |
StatefulSessionStoreStatsImpl.getPassivationTime()
Returns the time spent on passivating beans to the store including total, min, max
|
| Modifier and Type | Class and Description |
|---|---|
class |
AverageRangeStatisticImpl
An implementation of a AverageRangeStatistic.
|
class |
MutableAverageRangeStatisticImpl
An implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.
|
| Modifier and Type | Method and Description |
|---|---|
AverageRangeStatistic |
StatefulSessionStoreStats.getActivatedBeanSize()
Returns the total number of bytes activated by this store
|
AverageRangeStatistic |
StatefulSessionStoreStats.getActivationTime()
Returns the time spent on activating beans from the store
|
AverageRangeStatistic |
HAStatefulSessionStoreStats.getCheckpointedBeanSize()
Returns the total number of bytes checkpointed by the store
|
AverageRangeStatistic |
HAStatefulSessionStoreStats.getCheckpointTime()
Returns the time spent on checkpointing beans to the store
|
AverageRangeStatistic |
StatefulSessionStoreStats.getPassivatedBeanSize()
Returns the total number of bytes passivated by this store
|
AverageRangeStatistic |
StatefulSessionStoreStats.getPassivationTime()
Returns the time spent on passivating beans to the store
|
Copyright © 2019. All rights reserved.