Class GlobalConfiguration

    • Field Detail

      • DEFAULT_MARSHALL_VERSION

        @Deprecated
        public static final short DEFAULT_MARSHALL_VERSION
        Deprecated.
        Since 9.4, use Version.getVersionShort() instead.
        Default replication version, from Version.getVersionShort().
    • Method Detail

      • statistics

        public boolean statistics()
      • cacheManagerName

        public java.lang.String cacheManagerName()
      • asyncThreadPoolName

        public java.lang.String asyncThreadPoolName()
      • listenerThreadPoolName

        public java.lang.String listenerThreadPoolName()
      • expirationThreadPoolName

        public java.lang.String expirationThreadPoolName()
      • persistenceThreadPoolName

        public java.lang.String persistenceThreadPoolName()
      • stateTransferThreadPoolName

        public java.lang.String stateTransferThreadPoolName()
      • module

        public <T> T module​(java.lang.Class<T> moduleClass)
      • modules

        public java.util.Map<java.lang.Class<?>,​?> modules()
      • classLoader

        public java.lang.ClassLoader classLoader()
        Get the classloader in use by this configuration.
      • defaultCacheName

        public java.util.Optional<java.lang.String> defaultCacheName()
      • isClustered

        public boolean isClustered()
      • isZeroCapacityNode

        public boolean isZeroCapacityNode()
        Returns true if this node is configured as a zero-capacity node. If the node is zero-capacity node, it won't hold any data except for replicated caches
        Returns:
        true or false
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object