Class LevelMap
java.lang.Object
graphql.execution.instrumentation.dataloader.LevelMap
This data structure tracks the number of expected calls on a given level
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LevelMap
public LevelMap(int initialSize) -
LevelMap
public LevelMap()
-
-
Method Details
-
get
public int get(int level) -
increment
public void increment(int level, int by) -
set
public void set(int level, int newValue) -
toString
-
clear
public void clear()
-