| Package | Description |
|---|---|
| org.terracotta.offheapstore.paging |
| Modifier and Type | Method and Description |
|---|---|
static UpfrontAllocatingPageSource.ThresholdDirection |
UpfrontAllocatingPageSource.ThresholdDirection.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
Runnable |
UpfrontAllocatingPageSource.addAllocationThreshold(UpfrontAllocatingPageSource.ThresholdDirection direction,
long threshold,
Runnable action)
Adds an allocation threshold action.
|
Runnable |
UpfrontAllocatingPageSource.removeAllocationThreshold(UpfrontAllocatingPageSource.ThresholdDirection direction,
long threshold)
Removes an allocation threshold action.
|
Copyright © 2015–2024. All rights reserved.