Package | Description |
---|---|
com.gigaspaces.internal.cluster.node.impl.directPersistency.ioImpl |
Modifier and Type | Method and Description |
---|---|
DirectPersistencyOverflowListSegment |
IDirectPersistencyIoHandler.getOverflowSegment(long generationId,
long seq) |
DirectPersistencyOverflowListSegment |
DirectPersistencyBlobStoreIO.getOverflowSegment(long generationId,
long seq) |
DirectPersistencyOverflowListSegment |
DirectPersistencyBlobStoreIO.DirectPersistencyOverflowIterBlobStoreIO.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<DirectPersistencyOverflowListSegment> |
IDirectPersistencyIoHandler.iterateOverflow(boolean currentGeneration) |
Iterator<DirectPersistencyOverflowListSegment> |
DirectPersistencyBlobStoreIO.iterateOverflow(boolean currentGeneration) |
Modifier and Type | Method and Description |
---|---|
void |
IDirectPersistencyIoHandler.insert(DirectPersistencyOverflowListSegment segment) |
void |
DirectPersistencyBlobStoreIO.insert(DirectPersistencyOverflowListSegment segment) |
void |
IDirectPersistencyIoHandler.remove(DirectPersistencyOverflowListSegment segment) |
void |
DirectPersistencyBlobStoreIO.remove(DirectPersistencyOverflowListSegment segment) |
void |
IDirectPersistencyIoHandler.update(DirectPersistencyOverflowListSegment segment) |
void |
DirectPersistencyBlobStoreIO.update(DirectPersistencyOverflowListSegment segment) |
Modifier and Type | Method and Description |
---|---|
void |
IDirectPersistencyIoHandler.removeOvfBulk(List<DirectPersistencyOverflowListSegment> ovfs) |
void |
DirectPersistencyBlobStoreIO.removeOvfBulk(List<DirectPersistencyOverflowListSegment> ovfs) |
Copyright © GigaSpaces.