Uses of Interface
com.gigaspaces.internal.cluster.node.impl.directPersistency.IDirectPersistencyOpInfo
Packages that use IDirectPersistencyOpInfo
Package
Description
-
Uses of IDirectPersistencyOpInfo in com.gigaspaces.internal.cluster.node
Methods in com.gigaspaces.internal.cluster.node that return IDirectPersistencyOpInfoMethods in com.gigaspaces.internal.cluster.node with parameters of type IDirectPersistencyOpInfoModifier and TypeMethodDescriptionvoidIReplicationOutContext.setDirectPersistencyPendingEntry(IDirectPersistencyOpInfo directPesistencyEntry) -
Uses of IDirectPersistencyOpInfo in com.gigaspaces.internal.cluster.node.impl
Methods in com.gigaspaces.internal.cluster.node.impl that return IDirectPersistencyOpInfoMethods in com.gigaspaces.internal.cluster.node.impl with parameters of type IDirectPersistencyOpInfoModifier and TypeMethodDescriptionvoidReplicationOutContext.setDirectPersistencyPendingEntry(IDirectPersistencyOpInfo directPesistencyEntry) -
Uses of IDirectPersistencyOpInfo in com.gigaspaces.internal.cluster.node.impl.directPersistency
Classes in com.gigaspaces.internal.cluster.node.impl.directPersistency that implement IDirectPersistencyOpInfoModifier and TypeClassDescriptionclassThe element of synchronizing a direct-persistency uidclassThe element of synchronizing a direct-persistency multiple uids(transaction result)classThe element of synchronizing a direct-persistency uidMethods in com.gigaspaces.internal.cluster.node.impl.directPersistency that return IDirectPersistencyOpInfoModifier and TypeMethodDescriptionDirectPersistencyListHandler.DirectPersistencyCurrentGenerationMemoryIterator.next()DirectPersistencyOverflowListSegment.OverflowElementIterator.next()Methods in com.gigaspaces.internal.cluster.node.impl.directPersistency with parameters of type IDirectPersistencyOpInfoModifier and TypeMethodDescriptionvoidDirectPersistencyOverflowListSegment.add(IDirectPersistencySyncHandler main, IDirectPersistencyOpInfo oi) voidDirectPersistencySyncHandler.afterOperationPersisted(IDirectPersistencyOpInfo e) voidIDirectPersistencySyncHandler.afterOperationPersisted(IDirectPersistencyOpInfo e) voidDirectPersistencyListHandler.checkDirectPersistencyOpCompleletion(IDirectPersistencyOpInfo e) voidDirectPersistencyListHandler.insertToPersistentSyncListFromEmbeddedList(IDirectPersistencyOpInfo o, boolean onlyIfNotExists) voidDirectPersistencySyncHandler.onEmbeddedListRecordTransferEnd(IDirectPersistencyOpInfo o) voidIDirectPersistencySyncHandler.onEmbeddedListRecordTransferEnd(IDirectPersistencyOpInfo o) voidDirectPersistencySyncHandler.onEmbeddedListRecordTransferStart(IDirectPersistencyOpInfo o, boolean onlyIfNotExists) voidIDirectPersistencySyncHandler.onEmbeddedListRecordTransferStart(IDirectPersistencyOpInfo o, boolean onlyIfNotExists) Method parameters in com.gigaspaces.internal.cluster.node.impl.directPersistency with type arguments of type IDirectPersistencyOpInfoModifier and TypeMethodDescriptionintDirectPersistencyOverflowList.moveToOverflow(Iterator<IDirectPersistencyOpInfo> iter, int numberToOverflow) -
Uses of IDirectPersistencyOpInfo in com.gigaspaces.internal.cluster.node.impl.directPersistency.embeddedSyncList
Methods in com.gigaspaces.internal.cluster.node.impl.directPersistency.embeddedSyncList that return IDirectPersistencyOpInfoModifier and TypeMethodDescriptionAbstratEmbeddedSyncOpInfo.getOriginalOpInfo()IEmbeddedSyncOpInfo.getOriginalOpInfo()Constructors in com.gigaspaces.internal.cluster.node.impl.directPersistency.embeddedSyncList with parameters of type IDirectPersistencyOpInfo -
Uses of IDirectPersistencyOpInfo in com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl
Methods in com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl that return IDirectPersistencyOpInfoModifier and TypeMethodDescriptionDirectPersistencyBlobStoreIO.get(long getGenerationId, long sequenceNumber) IDirectPersistencyIoHandler.get(long generationId, long seq) DirectPersistencyBlobStoreIO.DirectPersistencyOpIterBlobStoreIO.next()Methods in com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl that return types with arguments of type IDirectPersistencyOpInfoModifier and TypeMethodDescriptionDirectPersistencyBlobStoreIO.iterateOps(boolean currentGeneration) IDirectPersistencyIoHandler.iterateOps(boolean currentGeneration) Methods in com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl with parameters of type IDirectPersistencyOpInfoModifier and TypeMethodDescriptionvoidDirectPersistencyBlobStoreIO.insert(IDirectPersistencyOpInfo entry) voidIDirectPersistencyIoHandler.insert(IDirectPersistencyOpInfo entry) voidDirectPersistencyBlobStoreIO.remove(IDirectPersistencyOpInfo entry) voidIDirectPersistencyIoHandler.remove(IDirectPersistencyOpInfo entry) voidDirectPersistencyBlobStoreIO.update(IDirectPersistencyOpInfo entry) voidIDirectPersistencyIoHandler.update(IDirectPersistencyOpInfo entry) Method parameters in com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl with type arguments of type IDirectPersistencyOpInfoModifier and TypeMethodDescriptionvoidDirectPersistencyBlobStoreIO.removeOpsBulk(List<IDirectPersistencyOpInfo> ops) voidIDirectPersistencyIoHandler.removeOpsBulk(List<IDirectPersistencyOpInfo> ops) -
Uses of IDirectPersistencyOpInfo in com.j_spaces.core.cache.blobStore.storage.bulks
Methods in com.j_spaces.core.cache.blobStore.storage.bulks that return IDirectPersistencyOpInfoModifier and TypeMethodDescriptionBlobStoreBulkInfo.getDirectPersistencyCoordinationObject(String uid) -
Uses of IDirectPersistencyOpInfo in com.j_spaces.core.cache.blobStore.storage.bulks.delayedReplication
Methods in com.j_spaces.core.cache.blobStore.storage.bulks.delayedReplication that return IDirectPersistencyOpInfoMethods in com.j_spaces.core.cache.blobStore.storage.bulks.delayedReplication with parameters of type IDirectPersistencyOpInfoModifier and TypeMethodDescriptionvoidDelayedReplicationBasicInfo.setDirectPersistencyOpInfo(IDirectPersistencyOpInfo directPersistencyOpInfo)