Class CoherenceServer

    • Field Detail

      • DEFAULT_STARTUP_TIMEOUT_MILLIS

        public static final long DEFAULT_STARTUP_TIMEOUT_MILLIS
        Start up default of 60 seconds.
        See Also:
        Constant Field Values
      • STARTUP_TIMEOUT_SYSTEM_PROPERTY

        public static final java.lang.String STARTUP_TIMEOUT_SYSTEM_PROPERTY
        Start up default of 60 seconds.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CoherenceServer

        public CoherenceServer​(com.tangosol.net.Coherence coherence)
        Create a CoherenceServer.
        Parameters:
        coherence - the Coherence instance to run
      • CoherenceServer

        public CoherenceServer​(com.tangosol.net.Coherence coherence,
                               java.time.Duration startupTimeout)
        Create a CoherenceServer with a startup timeout.
        Parameters:
        coherence - the Coherence instance to run
        startupTimeout - specifies the time within which the Coherence instance needs to start up. If not set defaults to 300000L or to what the system property "coherence.spring.server.startup-timeout-millis" specifies