Class UnsafeConfiguration

  • All Implemented Interfaces:
    org.infinispan.commons.configuration.attributes.Matchable<UnsafeConfiguration>, BaseConfigurationInfo, ConfigurationInfo

    public class UnsafeConfiguration
    extends java.lang.Object
    implements org.infinispan.commons.configuration.attributes.Matchable<UnsafeConfiguration>, ConfigurationInfo
    Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better performance in some cases.

    Use with care, only after thoroughly reading and understanding the documentation about a specific feature.

    See Also:
    UnsafeConfigurationBuilder
    • Field Detail

      • UNRELIABLE_RETURN_VALUES

        public static final org.infinispan.commons.configuration.attributes.AttributeDefinition<java.lang.Boolean> UNRELIABLE_RETURN_VALUES
    • Method Detail

      • getElementDefinition

        public org.infinispan.commons.configuration.elements.ElementDefinition getElementDefinition()
        Specified by:
        getElementDefinition in interface BaseConfigurationInfo
        Returns:
        the ElementDefinition of the configuration.
      • attributes

        public org.infinispan.commons.configuration.attributes.AttributeSet attributes()
        Specified by:
        attributes in interface BaseConfigurationInfo
        Returns:
        the AttributeSet declared by the configuration.
      • toString

        public java.lang.String toString()
      • equals

        public boolean equals​(java.lang.Object o)
      • hashCode

        public int hashCode()