Class ScopedState

java.lang.Object
org.infinispan.globalstate.ScopedState

public class ScopedState extends Object
Key for scoped entries in the ClusterConfigurationManager state cache
Since:
9.2
Author:
Tristan Tarrant
  • Constructor Details

    • ScopedState

      public ScopedState(String scope, String name)
  • Method Details

    • getScope

      public String getScope()
    • getName

      public String getName()
    • equals

      public boolean equals(Object o)
    • hashCode

      public int hashCode()
    • toString

      public String toString()