Package org.rostore.v2.catalog
Interface EntrySizeListener
public interface EntrySizeListener
A listener get called when number of entries in the block changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(long newSize, long delta) Called when the number of entries changes
-
Method Details
-
apply
void apply(long newSize, long delta) Called when the number of entries changes- Parameters:
newSize- the new sizedelta- how many entries has been added (positive) / removed (negative)
-