Interface HotRodServerChildConfigurationBuilder

    • Method Detail

      • topologyLockTimeout

        HotRodServerChildConfigurationBuilder topologyLockTimeout​(long topologyLockTimeout)
        Configures the lock acquisition timeout for the topology cache. See LockingConfigurationBuilder.lockAcquisitionTimeout(long). Defaults to 10 seconds
      • topologyReplTimeout

        HotRodServerChildConfigurationBuilder topologyReplTimeout​(long topologyReplTimeout)
        Configures the replication timeout for the topology cache. See ClusteringConfigurationBuilder.remoteTimeout(long). Defaults to 10 seconds
      • topologyAwaitInitialTransfer

        HotRodServerChildConfigurationBuilder topologyAwaitInitialTransfer​(boolean topologyAwaitInitialTransfer)
        Configures whether to enable waiting for initial state transfer for the topology cache. See StateTransferConfigurationBuilder.awaitInitialTransfer(boolean)
      • topologyStateTransfer

        HotRodServerChildConfigurationBuilder topologyStateTransfer​(boolean topologyStateTransfer)
        Configures whether to enable state transfer for the topology cache. If disabled, a ClusterLoader will be used to lazily retrieve topology information from the other nodes. Defaults to true.