Package io.split.storages
Interface SegmentCacheConsumer
-
- All Superinterfaces:
SegmentCacheCommons
- All Known Subinterfaces:
SegmentCache
- All Known Implementing Classes:
SegmentCacheInMemoryImpl,UserCustomSegmentAdapterConsumer
public interface SegmentCacheConsumer extends SegmentCacheCommons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetKeyCount()return key countlonggetSegmentCount()return every segmentbooleanisInSegment(String segmentName, String key)evaluates if a key belongs to a segment-
Methods inherited from interface io.split.storages.SegmentCacheCommons
getChangeNumber
-
-