Lines Matching full:persistence
13 They are also responsible for implementing standardized :ref:`persistence and timeout <conn_mgr_con…
190 *Completely implement timeout and persistence*
193 All connectivity implementations must offer complete support for :ref:`timeout and persistence <con…
196 …_timeout_persistence` for a detailed technical discussion on implementing timeouts and persistence.
405 Implementing timeouts and persistence
408 …stence_timeouts` for a high-level description of the expected behavior of timeouts and persistence.
420 … must manually cancel such attempts when they are in conflict with timeout or persistence settings.
424 …ology automatically attempts to reconnect after losing connection, and persistence is disabled for…
434 …nology is not persistent, you must manually trigger reconnect attempts when persistence is enabled.
449 For instance, after a sub-attempt failure, persistence being disabled should not prevent further su…
458 *Persistence during connection attempts*
461 Persistence should not affect any aspect of implementation behavior during a connection attempt.
462 Persistence should only affect whether or not connection attempts are automatically triggered after…