Package com.gigaspaces.internal.cluster.node.impl.groups
package com.gigaspaces.internal.cluster.node.impl.groups
-
ClassDescriptionAbstractReplicationSourceGroup<T extends SourceGroupConfig>Route every operation to all groupsGeneral replication filter.A replication source group consists of one or more target members that shares the same data that needs to be replicated, each member is being replicated to using a dedicated
IReplicationSourceChannel.Handle incoming replication from one or moreIReplicationSourceGroupNote to implementers: The methods of this interface will be called under replication locks If A listener wishes to shutdown the replication node, It is advised to spawn a new thread in order to avoid possible deadlocksExtracts the replication groups an operation should be replicated to.Thrown when trying to retrieve a replication group from aIIncomingReplicationFacadethat do not existsIf the keeper is in lru with central data source, it will convert update operations to remove, we need to send the update partial with the previous state of the entry if we have view targetsA components insideReplicationNodethat holds all the replication groups