Class AbstractLettuceSessionStore

    • Constructor Detail

      • AbstractLettuceSessionStore

        public AbstractLettuceSessionStore()
    • Method Detail

      • scan

        protected abstract void scan​(java.util.function.Consumer<SessionData> func)
      • doGetExpired

        public java.util.Set<java.lang.String> doGetExpired​(java.util.Set<java.lang.String> candidates)
        Description copied from class: AbstractSessionStore
        Implemented by subclasses to resolve which sessions this node should attempt to expire.
        Specified by:
        doGetExpired in class AbstractSessionStore
        Parameters:
        candidates - the ids of sessions the SessionStore thinks has expired
        Returns:
        the reconciled set of session ids that this node should attempt to expire
      • checkExpiry

        protected boolean checkExpiry​(SessionData data)