
public interface IStoreChunkReader
chunks of
partially loaded lists from a physical data storage backend.| Modifier and Type | Interface and Description |
|---|---|
static class |
IStoreChunkReader.Chunk
Represents a
sublist of consecutive elements that are subject to partial
collection loading. |
| Modifier and Type | Method and Description |
|---|---|
void |
addRangedChunk(int fromIndex,
int toIndex) |
void |
addSimpleChunk(int index) |
List<IStoreChunkReader.Chunk> |
executeRead() |
IStoreAccessor |
getAccessor() |
EStructuralFeature |
getFeature() |
CDORevision |
getRevision() |
IStoreAccessor getAccessor()
CDORevision getRevision()
EStructuralFeature getFeature()
void addSimpleChunk(int index)
void addRangedChunk(int fromIndex,
int toIndex)
fromIndex - Inclusive value.toIndex - Exclusive value.List<IStoreChunkReader.Chunk> executeRead()
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.