Package org.eclipse.emf.cdo.server
Interface IStoreChunkReader
- All Known Subinterfaces:
IDBStoreChunkReader
,ILissomeStoreChunkReader
- All Known Implementing Classes:
StoreChunkReader
public interface IStoreChunkReader
Reads
chunks
of
partially loaded
lists from a physical data storage backend.- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Represents asublist
of consecutive elements that are subject to partial collection loading. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRangedChunk
(int fromIndex, int toIndex) void
addSimpleChunk
(int index)
-
Method Details
-
getAccessor
IStoreAccessor getAccessor()- Since:
- 2.0
-
getRevision
CDORevision getRevision() -
getFeature
EStructuralFeature getFeature()- Since:
- 2.0
-
addSimpleChunk
void addSimpleChunk(int index) -
addRangedChunk
void addRangedChunk(int fromIndex, int toIndex) - Parameters:
fromIndex
- Inclusive value.toIndex
- Exclusive value.
-
executeRead
List<IStoreChunkReader.Chunk> executeRead()
-