Interface HAStatefulSessionStoreStats

All Superinterfaces:
StatefulSessionStoreStats, Stats

public interface HAStatefulSessionStoreStats extends StatefulSessionStoreStats
Since:
8.1
  • Method Details

    • getCheckpointCount

      CountStatistic getCheckpointCount()
      Returns the total number of sessions checkpointed using this store
      Returns:
      CountStatistic
    • getCheckpointSuccessCount

      CountStatistic getCheckpointSuccessCount()
      Returns the total number of sessions successfully checkpointed using this store
      Returns:
      CountStatistic
    • getCheckpointErrorCount

      CountStatistic getCheckpointErrorCount()
      Returns the total number of sessions that could not be checkpointed using this store
      Returns:
      CountStatistic
    • getCheckpointedBeanSize

      AverageRangeStatistic getCheckpointedBeanSize()
      Returns the total number of bytes checkpointed by the store
      Returns:
      AverageRangeStatistic
    • getCheckpointTime

      AverageRangeStatistic getCheckpointTime()
      Returns the time spent on checkpointing beans to the store
      Returns:
      AverageRangeStatistic