| GridMarshallerMappingProcessor |
Processor responsible for managing custom DiscoveryCustomMessage
events for exchanging marshalling mappings between nodes in grid.
|
| MappedName |
Contains mapped class name and boolean flag showing whether this mapping was accepted by other nodes or not.
|
| MappingAcceptedMessage |
|
| MappingExchangeResult |
|
| MappingProposedMessage |
Node sends this message when it wants to propose new marshaller mapping and to ensure that there are no conflicts
with this mapping on other nodes in cluster.
|
| MarshallerMappingItem |
Used to exchange mapping information on new mapping added or missing mapping requested flows.
|
| MarshallerMappingTransport |
Provides capabilities of sending custom discovery events to propose new mapping
or request missing mapping to MarshallerContextImpl.
|
| MissingMappingRequestMessage |
Client node receives discovery messages in asynchronous mode
so it is possible that all server nodes already accepted new mapping but clients are unaware about it.
|
| MissingMappingResponseMessage |
|