Interface SessionBytesStoreSupplier

    • Method Detail

      • segmentIntervalMs

        long segmentIntervalMs()
        The size of a segment, in milliseconds. Used when caching is enabled to segment the cache and reduce the amount of data that needs to be scanned when performing range queries.
        Returns:
        segmentInterval in milliseconds
      • retentionPeriod

        long retentionPeriod()
        The time period for which the SessionStore will retain historic data.
        Returns:
        retentionPeriod