Package org.neo4j.gds.compat
Interface AllocationTrackerAdapter
-
public interface AllocationTrackerAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(long bytes)Add the given number of bytes to the total tracked amount.voidremove(long bytes)Remove the given number of bytes from the total tracked amount.longtrackedBytes()Return the current total of tracked bytes.
-