Package com.gigaspaces.internal.cluster.node.impl.packets.data
package com.gigaspaces.internal.cluster.node.impl.packets.data
-
ClassDescriptionA base class for data consume fix generated by
ReplicationPacketDataProducerand consumed byReplicationPacketDataConsumer.Signal a consume ok resultA possible fix for aIReplicationPacketDataConsumer#consume(String, IReplicationPacketData, com.gigaspaces.internal.cluster.manager.handlers.IReplicationInFacade)invocation that returned an error result denoted by aIDataConsumeResultthat itsIDataConsumeResult.isFailed()is true.A facade used byAbstractDataConsumeFixto fix errors in replicationAn extension ofIReplicationPacketDatathat can be self executed.The replication packet data that is kept in side anIReplicationOrderedPacketwhich contains the data needed for the processing of the packetIReplicationPacketDataBatchConsumer<T extends IReplicationPacketData<?>>IReplicationPacketDataConsumer<T extends IReplicationPacketData<?>>ConsumesIReplicationPacketDataand delegate it to the corresponding replication in handler.IReplicationPacketDataProducer<T extends IReplicationPacketData<?>>Convert logical operation to a representingIReplicationPacketDataUsed to extract content fromIReplicationPacketEntryDataThrown when trying to execute an illegal conversion ofIReplicationPacketEntryDatausingIReplicationPacketEntryDataContentExtractor#convertSingleEntryData(IReplicationPacketData, ReplicationEntryDataConversionMetadata, PlatformLogicalVersion)