Class LocalJoinCachesContext


  • public class LocalJoinCachesContext
    extends Object
    Context to capture caches state for a node joining to an active cluster. Since registered caches is updated in discovery thread and caches info are updated in exchange thread, we must capture the state in discovery thread somehow and pass it to the exchange. This class holds the required context.