| Package | Description |
|---|---|
| net.openhft.chronicle.core.cleaner.spi |
Provides a service provider interface (SPI) for ByteBuffer cleaning operations.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBufferCleanerService.Impact |
ByteBufferCleanerService.impact()
Indicates the impact level of cleaning operation.
|
static ByteBufferCleanerService.Impact |
ByteBufferCleanerService.Impact.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteBufferCleanerService.Impact[] |
ByteBufferCleanerService.Impact.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.