Interface IPersistentPageStore

    • Method Detail

      • getPersistedPages

        List<IPersistedPagegetPersistedPages​(String sessionIdentifier)
        Get information about all persisted pages with the given session identifier.
        Parameters:
        sessionIdentifier - identifier of the session.
        Returns:
        all persisted pages
      • getTotalSize

        Bytes getTotalSize()
        Get total size of all pages stored in all contexts.

        Optional operation, may return null.

        Returns:
        total size or null