Package org.eclipse.emf.cdo.server
Interface IStoreChunkReader
- 
- All Known Subinterfaces:
- IDBStoreChunkReader,- ILissomeStoreChunkReader
 - All Known Implementing Classes:
- StoreChunkReader
 
 public interface IStoreChunkReaderReadschunksofpartially loadedlists from a physical data storage backend.- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classIStoreChunkReader.ChunkRepresents asublistof consecutive elements that are subject to partial collection loading.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddRangedChunk(int fromIndex, int toIndex)voidaddSimpleChunk(int index)java.util.List<IStoreChunkReader.Chunk>executeRead()IStoreAccessorgetAccessor()org.eclipse.emf.ecore.EStructuralFeaturegetFeature()CDORevisiongetRevision()
 
- 
- 
- 
Method Detail- 
getAccessorIStoreAccessor getAccessor() - Since:
- 2.0
 
 - 
getRevisionCDORevision getRevision() 
 - 
getFeatureorg.eclipse.emf.ecore.EStructuralFeature getFeature() - Since:
- 2.0
 
 - 
addSimpleChunkvoid addSimpleChunk(int index) 
 - 
addRangedChunkvoid addRangedChunk(int fromIndex, int toIndex)- Parameters:
- fromIndex- Inclusive value.
- toIndex- Exclusive value.
 
 - 
executeReadjava.util.List<IStoreChunkReader.Chunk> executeRead() 
 
- 
 
-