JGroups Concepts

From NovaOrdis Knowledge Base
Revision as of 20:23, 8 August 2016 by Ovidiu (talk | contribs) (→‎VIewID)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Channel

Group

Relationship between a Channel and a Group

View

Practical Ways to Determine the Current View

VIewID

The ViewID is used to uniquely number views. It consists of the address of the view creator and a sequence number. ViewIds can be compared for equality and put in a hashmaps as they implement equals() and hashCode(). Example:

[space-24:server1/SchemaRepository|11]

where space-24:server1 is the host name, and "SchemaRepository" is the group name (cache container in JBoss 7).