Search

6.4.3. Externalizer Identifiers

download PDF
AdvancedExternalizers in JBoss Data Grid require Externalizer implementations to provide an identifier using one of the following:
  • getId() implementations.
  • Declarative or Programmatic configuration that identifies the externalizer when unmarshalling a payload.
When registering Externalizers using declarative or programmatic configuration, registration must occur when cache managers are created.
GetId() will either return a positive integer or a null value:
  • A positive integer allows the externalizer to be identified when read and assigned to the correct Externalizer capable of reading the contents.
  • A null value indicates that the identifier of the AdvancedExternalizer will be defined via declarative or programmatic configuration.
Any positive integer can be used, provided it is not used by any other identifier in the system.
JBoss Data Grid will check for identifier duplicates on start up, and halts the start up process if duplicates are found.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.