public interface DirectMemoryProvider
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(long[] chunkSizes) |
DirectMemoryRegion |
nextRegion()
Attempts to allocate next memory region.
|
void |
shutdown(boolean deallocate)
Shuts down the provider.
|
void initialize(long[] chunkSizes)
chunkSizes - Initializes provider with the chunk sizes.void shutdown(boolean deallocate)
deallocate - True to deallocate memory, false to allow memory reuse.DirectMemoryRegion nextRegion()
null if no more regions are available.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019