Class ScopedState


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

      • ScopedState

        public ScopedState​(String scope,
                           String name)
    • Method Detail

      • getScope

        public String getScope()
      • getName

        public String getName()
      • equals

        public boolean equals​(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()