Interface | Description |
---|---|
TribeService.MergableCustomMetaData<T extends MetaData.Custom> |
Interface to allow merging
MetaData.Custom in tribe node
When multiple Mergable Custom metadata of the same type is found (from underlying clusters), the
Custom metadata will be merged using TribeService.MergableCustomMetaData.merge(MetaData.Custom) and the result will be stored
in the tribe cluster state |
Class | Description |
---|---|
TribeService |
The tribe service holds a list of node clients connected to a list of tribe members, and uses their
cluster state events to update this local node cluster state with the merged view of it.
|