Uses of Interface
com.gigaspaces.internal.cluster.node.impl.packets.data.IReplicationParticipantsMetadata
Packages that use IReplicationParticipantsMetadata
Package
Description
-
Uses of IReplicationParticipantsMetadata in com.gigaspaces.internal.cluster.node.impl.packets.data
Classes in com.gigaspaces.internal.cluster.node.impl.packets.data that implement IReplicationParticipantsMetadataFields in com.gigaspaces.internal.cluster.node.impl.packets.data declared as IReplicationParticipantsMetadataModifier and TypeFieldDescriptionstatic final IReplicationParticipantsMetadataSingleParticipantMetadata.INSTANCEMethods in com.gigaspaces.internal.cluster.node.impl.packets.data that return IReplicationParticipantsMetadataModifier and TypeMethodDescriptionIReplicationPacketDataConsumer.extractParticipantsMetadata(IReplicationPacketData<?> data) Extracts participants meta data for the provided replication packet dataReplicationPacketDataConsumer.extractParticipantsMetadata(IReplicationPacketData<?> data) Methods in com.gigaspaces.internal.cluster.node.impl.packets.data with parameters of type IReplicationParticipantsMetadataModifier and TypeMethodDescriptionIReplicationPacketDataConsumer.merge(IReplicationPacketData<?>[] allParticipantsData, IReplicationParticipantsMetadata participantsMetadata) Merges data of multiple participants operations to a single operation data which will eventually be executed as one.ReplicationPacketDataConsumer.merge(IReplicationPacketData<?>[] allParticipantsData, IReplicationParticipantsMetadata participantsMetadata) -
Uses of IReplicationParticipantsMetadata in com.gigaspaces.internal.cluster.node.impl.processlog.multisourcesinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.processlog.multisourcesinglefile that return IReplicationParticipantsMetadataModifier and TypeMethodDescriptionMultiSourceProcessLogMultiParticipantPacket.getParticipantsMetadata()MultiSourceProcessLogPacket.getParticipantsMetadata()Methods in com.gigaspaces.internal.cluster.node.impl.processlog.multisourcesinglefile with parameters of type IReplicationParticipantsMetadataModifier and TypeMethodDescriptionbooleanIReplicationParticipantsMediator.abortConsolidation(IReplicationParticipantsMetadata participantsMetadata) Attempts to abort consolidation for the provided meta data.booleanReplicationParticipantsMediator.abortConsolidation(IReplicationParticipantsMetadata participantsMetadata) voidIReplicationParticipantsMediator.remove(IReplicationParticipantsMetadata participantsMetadata) Removes multiple participant context from mediator according to the provided meta data.voidReplicationParticipantsMediator.remove(IReplicationParticipantsMetadata participantsMetadata) voidIReplicationParticipantsMediator.setConsumed(IReplicationParticipantsMetadata participantsMetadata) Sets the provided contextId as consumed.voidReplicationParticipantsMediator.setConsumed(IReplicationParticipantsMetadata participantsMetadata) Constructors in com.gigaspaces.internal.cluster.node.impl.processlog.multisourcesinglefile with parameters of type IReplicationParticipantsMetadataModifierConstructorDescriptionMultiSourceProcessLogMultiParticipantPacket(IReplicationOrderedPacket packet, IReplicationParticipantsMediator participantsMediator, IReplicationParticipantsMetadata participantsMetadata) -
Uses of IReplicationParticipantsMetadata in net.jini.core.transaction.server
Classes in net.jini.core.transaction.server that implement IReplicationParticipantsMetadataModifier and TypeClassDescriptionclassContains ServerTransaction meta data for distributed transactions that have more than 1 participant.