Package org.neo4j.gds.compat
Interface MemoryTrackerProxy
-
public interface MemoryTrackerProxy
-
-
Field Summary
Fields Modifier and Type Field Description static MemoryTrackerProxyEMPTYstatic MemoryTrackerProxyUNSUPPORTED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <R> Rfold(java.util.function.Supplier<R> onUnsupported, java.util.function.Supplier<R> onEmpty, java.util.function.Function<AllocationTrackerAdapter,R> onSupported)
-
-
-
Field Detail
-
UNSUPPORTED
static final MemoryTrackerProxy UNSUPPORTED
-
EMPTY
static final MemoryTrackerProxy EMPTY
-
-
Method Detail
-
fold
<R> R fold(java.util.function.Supplier<R> onUnsupported, java.util.function.Supplier<R> onEmpty, java.util.function.Function<AllocationTrackerAdapter,R> onSupported)
-
-