Package org.eclipse.emf.cdo.spi.server
Class StoreChunkReader
java.lang.Object
org.eclipse.emf.cdo.spi.server.StoreChunkReader
- All Implemented Interfaces:
IStoreChunkReader
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 2.0
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.server.IStoreChunkReader
IStoreChunkReader.Chunk
-
Constructor Summary
ConstructorDescriptionStoreChunkReader
(IStoreAccessor accessor, CDORevision revision, EStructuralFeature feature) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRangedChunk
(int fromIndex, int toIndex) void
addSimpleChunk
(int index) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.emf.cdo.server.IStoreChunkReader
executeRead
-
Constructor Details
-
StoreChunkReader
-
-
Method Details
-
getAccessor
- Specified by:
getAccessor
in interfaceIStoreChunkReader
-
getRevision
- Specified by:
getRevision
in interfaceIStoreChunkReader
-
getFeature
- Specified by:
getFeature
in interfaceIStoreChunkReader
-
getChunks
-
addSimpleChunk
public void addSimpleChunk(int index) - Specified by:
addSimpleChunk
in interfaceIStoreChunkReader
-
addRangedChunk
public void addRangedChunk(int fromIndex, int toIndex) - Specified by:
addRangedChunk
in interfaceIStoreChunkReader
- Parameters:
fromIndex
- Inclusive value.toIndex
- Exclusive value.
-