| Package | Description |
|---|---|
| org.mule.runtime.api.memory.management | |
| org.mule.runtime.api.memory.provider | |
| org.mule.runtime.api.memory.provider.type |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferProvider |
MemoryManagementService.getByteBufferProvider(String name,
ByteBufferType type)
Gets a default named buffer provider.
|
ByteBufferProvider |
MemoryManagementService.getByteBufferProvider(String name,
ByteBufferType type,
ByteBufferPoolConfiguration poolConfiguration)
Gets a named buffer provider according to a configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBufferType |
ByteBufferProviderConfiguration.getByteBufferType() |
| Modifier and Type | Method and Description |
|---|---|
static ByteBufferType |
ByteBufferType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteBufferType[] |
ByteBufferType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 MuleSoft, Inc.. All rights reserved.