Uses of Class
com.gigaspaces.internal.cluster.node.impl.directPersistency.DirectPersistencyOverflowListSegment
Packages that use DirectPersistencyOverflowListSegment
-
Uses of DirectPersistencyOverflowListSegment in com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl
Methods in com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl that return DirectPersistencyOverflowListSegmentModifier and TypeMethodDescriptionDirectPersistencyBlobStoreIO.getOverflowSegment(long generationId, long seq) IDirectPersistencyIoHandler.getOverflowSegment(long generationId, long seq) DirectPersistencyBlobStoreIO.DirectPersistencyOverflowIterBlobStoreIO.next()Methods in com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl that return types with arguments of type DirectPersistencyOverflowListSegmentModifier and TypeMethodDescriptionDirectPersistencyBlobStoreIO.iterateOverflow(boolean currentGeneration) IDirectPersistencyIoHandler.iterateOverflow(boolean currentGeneration) Methods in com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl with parameters of type DirectPersistencyOverflowListSegmentModifier and TypeMethodDescriptionvoidDirectPersistencyBlobStoreIO.insert(DirectPersistencyOverflowListSegment segment) voidIDirectPersistencyIoHandler.insert(DirectPersistencyOverflowListSegment segment) voidDirectPersistencyBlobStoreIO.remove(DirectPersistencyOverflowListSegment segment) voidIDirectPersistencyIoHandler.remove(DirectPersistencyOverflowListSegment segment) voidDirectPersistencyBlobStoreIO.update(DirectPersistencyOverflowListSegment segment) voidIDirectPersistencyIoHandler.update(DirectPersistencyOverflowListSegment segment) Method parameters in com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl with type arguments of type DirectPersistencyOverflowListSegmentModifier and TypeMethodDescriptionvoidDirectPersistencyBlobStoreIO.removeOvfBulk(List<DirectPersistencyOverflowListSegment> ovfs) voidIDirectPersistencyIoHandler.removeOvfBulk(List<DirectPersistencyOverflowListSegment> ovfs)