Questo contenuto non è disponibile nella lingua selezionata.
10.5. Hot Rod Headers
10.5.1. Hot Rod Header Data Types Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
All keys and values used in JBoss Data Grid are stored as byte arrays. Certain header values, however, are stored using the following data types instead:
Data Type | Size | Details |
---|---|---|
vInt | Between 1-5 bytes. | Unsigned variable length integer values. |
vLong | Between 1-9 bytes. | Unsigned variable length long values. |
string | - | Strings are always represented using UTF-8 encoding. |