void |
IReplicationChannelDataFilter.filterAfterReplicatedEntryData(IReplicationPacketEntryData data,
PlatformLogicalVersion targetLogicalVersion,
IReplicationPacketEntryDataContentExtractor contentExtractor,
org.slf4j.Logger contextLogger)
Called after entry data was replicated successfully
|
void |
AbstractReplicationChannelDataFilter.filterAfterReplicatedEntryData(IReplicationPacketEntryData data,
PlatformLogicalVersion targetLogicalVersion,
IReplicationPacketEntryDataContentExtractor contentExtractor,
org.slf4j.Logger contextLogger) |
ReplicationChannelEntryDataFilterResult |
GeneralReplicationChannelDataFilter.filterBeforeReplicatingEntryData(IReplicationPacketEntryData entryData,
PlatformLogicalVersion targetLogicalVersion,
IReplicationPacketEntryDataContentExtractor contentExtractor,
org.slf4j.Logger contextLogger,
IReplicationPacketData data) |
ReplicationChannelEntryDataFilterResult |
ReliableAsyncKeeperLruCentralDataSourceReplicationChannelDataFilter.filterBeforeReplicatingEntryData(IReplicationPacketEntryData entryData,
PlatformLogicalVersion targetLogicalVersion,
IReplicationPacketEntryDataContentExtractor contentExtractor,
org.slf4j.Logger contextLogger,
IReplicationPacketData data) |
ReplicationChannelEntryDataFilterResult |
IReplicationChannelDataFilter.filterBeforeReplicatingEntryData(IReplicationPacketEntryData entryData,
PlatformLogicalVersion targetLogicalVersion,
IReplicationPacketEntryDataContentExtractor contentExtractor,
org.slf4j.Logger contextLogger,
IReplicationPacketData<?> data)
Specifies whether the given entry data should pass the filter as is, be converted or removed
|