Package io.split.storages
Interface SegmentCache
-
- All Superinterfaces:
SegmentCacheCommons,SegmentCacheConsumer,SegmentCacheProducer
- All Known Implementing Classes:
SegmentCacheInMemoryImpl
public interface SegmentCache extends SegmentCacheConsumer, SegmentCacheProducer
Memory for segments- Author:
- lucasecheverz
-
-
Method Summary
-
Methods inherited from interface io.split.storages.SegmentCacheCommons
getChangeNumber
-
Methods inherited from interface io.split.storages.SegmentCacheConsumer
getKeyCount, getSegmentCount, isInSegment
-
Methods inherited from interface io.split.storages.SegmentCacheProducer
setChangeNumber, updateSegment
-
-