Uses of Enum Class
org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource.ThresholdDirection
Packages that use UpfrontAllocatingPageSource.ThresholdDirection
-
Uses of UpfrontAllocatingPageSource.ThresholdDirection in org.terracotta.offheapstore.paging
Subclasses with type arguments of type UpfrontAllocatingPageSource.ThresholdDirection in org.terracotta.offheapstore.pagingMethods in org.terracotta.offheapstore.paging that return UpfrontAllocatingPageSource.ThresholdDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.UpfrontAllocatingPageSource.ThresholdDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.terracotta.offheapstore.paging with parameters of type UpfrontAllocatingPageSource.ThresholdDirectionModifier and TypeMethodDescriptionUpfrontAllocatingPageSource.addAllocationThreshold(UpfrontAllocatingPageSource.ThresholdDirection direction, long threshold, Runnable action) Adds an allocation threshold action.UpfrontAllocatingPageSource.removeAllocationThreshold(UpfrontAllocatingPageSource.ThresholdDirection direction, long threshold) Removes an allocation threshold action.