Modifier and Type | Field and Description |
---|---|
RandomAccessStreamCache.StreamCacheCreateFunction |
MemoryUsageSetting.streamCache
Implementation of the function to create an instance of ScratchFile using the current settings.
|
Modifier and Type | Method and Description |
---|---|
static RandomAccessStreamCache.StreamCacheCreateFunction |
IOUtils.createMemoryOnlyStreamCache()
Provides a function to create an instance of a memory only StreamCache using unrestricted main memory.
|
static RandomAccessStreamCache.StreamCacheCreateFunction |
IOUtils.createTempFileOnlyStreamCache()
Provides a function to create an instance of a temp file only StreamCache using unrestricted size.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.