public interface MonitorableSFSBStoreManager extends StatsProvider
Modifier and Type | Method and Description |
---|---|
long |
getCurrentStoreSize()
Returns the number of passivated / checkpointed sessions in the store
Note that this includes the sessions passivated / checkpointed by
ohter store maangers in the cluster
|
void |
monitoringLevelChanged(boolean monitoringOn)
Notification that the monitoringLevel is either turned off (false)
OR tuened on (true).
|
appendStats
long getCurrentStoreSize()
void monitoringLevelChanged(boolean monitoringOn)
monitoringOn
- true if monitoring is either HIGH / LOW
false otherwiseCopyright © 2020. All rights reserved.