| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
AverageRangeStatisticImpl |
class |
MutableAverageRangeStatisticImpl |
| 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 © 2017–2019 Eclipse Foundation. All rights reserved.