Uses of Class
org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource.ThresholdDirection
-
Packages that use UpfrontAllocatingPageSource.ThresholdDirection Package Description org.terracotta.offheapstore.paging -
-
Uses of UpfrontAllocatingPageSource.ThresholdDirection in org.terracotta.offheapstore.paging
Methods in org.terracotta.offheapstore.paging that return UpfrontAllocatingPageSource.ThresholdDirection Modifier and Type Method Description static UpfrontAllocatingPageSource.ThresholdDirectionUpfrontAllocatingPageSource.ThresholdDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UpfrontAllocatingPageSource.ThresholdDirection[]UpfrontAllocatingPageSource.ThresholdDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.terracotta.offheapstore.paging with parameters of type UpfrontAllocatingPageSource.ThresholdDirection Modifier and Type Method Description java.lang.RunnableUpfrontAllocatingPageSource. addAllocationThreshold(UpfrontAllocatingPageSource.ThresholdDirection direction, long threshold, java.lang.Runnable action)Adds an allocation threshold action.java.lang.RunnableUpfrontAllocatingPageSource. removeAllocationThreshold(UpfrontAllocatingPageSource.ThresholdDirection direction, long threshold)Removes an allocation threshold action.
-