JGroups Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* [[JGroups#Concepts|JGroups]] | * [[JGroups#Concepts|JGroups]] | ||
=Channel= | |||
=Group= | |||
=Relationship between a Channel and a Group= | |||
=View= | =View= | ||
Line 8: | Line 14: | ||
:[[JGroups Troubleshooting Techniques#Practical_Ways_to_Determine_the_Current_View|Practical Ways to Determine the Current View]] | :[[JGroups Troubleshooting Techniques#Practical_Ways_to_Determine_the_Current_View|Practical Ways to Determine the Current View]] | ||
</blockquote> | </blockquote> | ||
==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). |
Revision as of 20:22, 8 August 2016
Internal
Channel
Group
Relationship between a Channel and a Group
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:
11]
where space-24:server1 is the host name, and "SchemaRepository" is the group name (cache container in JBoss 7).