Class PrivilegedGlobalStateManager

  • All Implemented Interfaces:
    org.infinispan.globalstate.GlobalStateManager

    public class PrivilegedGlobalStateManager
    extends org.infinispan.globalstate.impl.GlobalStateManagerImpl
    Workaround for ISPN-14051.
    Author:
    Paul Ferraro
    • Constructor Detail

      • PrivilegedGlobalStateManager

        public PrivilegedGlobalStateManager()
    • Method Detail

      • start

        public void start()
        Overrides:
        start in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
      • stop

        public void stop()
        Overrides:
        stop in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
      • writeGlobalState

        public void writeGlobalState()
        Specified by:
        writeGlobalState in interface org.infinispan.globalstate.GlobalStateManager
        Overrides:
        writeGlobalState in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
      • writeScopedState

        public void writeScopedState​(org.infinispan.globalstate.ScopedPersistentState state)
        Specified by:
        writeScopedState in interface org.infinispan.globalstate.GlobalStateManager
        Overrides:
        writeScopedState in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
      • deleteScopedState

        public void deleteScopedState​(String scope)
        Specified by:
        deleteScopedState in interface org.infinispan.globalstate.GlobalStateManager
        Overrides:
        deleteScopedState in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
      • readScopedState

        public Optional<org.infinispan.globalstate.ScopedPersistentState> readScopedState​(String scope)
        Specified by:
        readScopedState in interface org.infinispan.globalstate.GlobalStateManager
        Overrides:
        readScopedState in class org.infinispan.globalstate.impl.GlobalStateManagerImpl