Interface | Description |
---|---|
UsageCapacity |
Identify if a limit has been reached
|
UsageListener |
Class | Description |
---|---|
DefaultUsageCapacity |
Identify if a limit has been reached
|
JobSchedulerUsage |
Used to keep track of how much of something is being used so that a
productive working set usage can be controlled.
|
MemoryUsage |
Used to keep track of how much of something is being used so that a
productive working set usage can be controlled.
|
PercentLimitUsage<T extends Usage> | |
StoreUsage |
Used to keep track of how much of something is being used so that a
productive working set usage can be controlled.
|
SystemUsage |
Holder for Usage instances for memory, store and temp files Main use case is
manage memory usage.
|
TempUsage |
Used to keep track of how much of something is being used so that a
productive working set usage can be controlled.
|
Usage<T extends Usage> |
Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
|
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.