Questo contenuto non è disponibile nella lingua selezionata.

7.4. Configure Invalidation Mode (Library Mode)


In JBoss Data Grid's Library mode, an invalidated cache configuration is as follows:
<clustering mode="inv">
        <sync replTimeout="${TIME}" />
        <stateTransfer chunkSize="${SIZE}"
                       fetchInMemoryState="{true/false}"
                       awaitInitialTransfer="{true/false}"
                       timeout="${TIME}" />
        <transport clusterName="${NAME}"
                            distributedSyncTimeout="${TIME}"
                            strictPeerToPeer="{true/false}"
                            transportClass="${CLASS}" />
</clustering>
The clustering element's mode parameter's value determines the clustering mode selected for the cache.
The sync element's replTimeout parameter specifies the maximum time period for an acknowledgment after a remote call. If the time period ends without any acknowledgment, an exception is thrown.
The stateTransfer element specifies how state is transferred when a node leaves or joins the cluster. It uses the following parameters:
  • The chunkSize parameter specifies the size of cache entry state batches to be transferred. If this value is greater than 0, the value set is the size of chunks sent. If the value is less than 0, all states are transferred at the same time.
  • The fetchMemoryInState parameter when set to true, requests state information from neighboring caches on start up. This impacts the start up time for the cache.
  • The awaitInitialTransfer parameter causes the first call to method CacheManager.getCache() on the joiner node to block and wait until the joining is complete and the cache has finished receiving state from neighboring caches (if fetchInMemoryState is enabled). This option applies to distributed and replicated caches only and is enabled by default.
  • The timeout parameter specifies the maximum time (in milliseconds) the cache waits for responses from neighboring caches with the requested states. If no response is received within the the timeout period, the start up process aborts and an exception is thrown.
The transport element defines the transport configuration for the cache as follows:
  • The clusterName parameter specifies the name of the cluster. Nodes can only connect to clusters that share the same name.
  • The distributedSyncTimeout parameter specifies the time to wait to acquire a lock on the distributed lock. This distributed lock ensures that a single cache can transfer state or rehash state at a time.
  • The strictPeerToPeer parameter, when set to true ensures that replication operations fail if the named cache does not exist. If set to false, the operation completes and logs messages about specific named caches not found and that replication was not performed on the nodes as a result.
  • The transportClass parameter specifies a class that represents a network transport for the cache.
Red Hat logoGithubredditYoutubeTwitter

Formazione

Prova, acquista e vendi

Community

Informazioni sulla documentazione di Red Hat

Aiutiamo gli utenti Red Hat a innovarsi e raggiungere i propri obiettivi con i nostri prodotti e servizi grazie a contenuti di cui possono fidarsi. Esplora i nostri ultimi aggiornamenti.

Rendiamo l’open source più inclusivo

Red Hat si impegna a sostituire il linguaggio problematico nel codice, nella documentazione e nelle proprietà web. Per maggiori dettagli, visita il Blog di Red Hat.

Informazioni su Red Hat

Forniamo soluzioni consolidate che rendono più semplice per le aziende lavorare su piattaforme e ambienti diversi, dal datacenter centrale all'edge della rete.

Theme

© 2026 Red Hat
Torna in cima