Modifier and Type | Method and Description |
---|---|
static ScratchFile |
ScratchFile.getMainMemoryOnlyInstance()
Getter for an instance using only unrestricted main memory for buffering
(same as
new ScratchFile(MemoryUsageSetting.setupMainMemoryOnly()) ). |
static ScratchFile |
ScratchFile.getMainMemoryOnlyInstance(long maxMainMemoryBytes)
Getter for an instance to only use main-memory with the defined maximum.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.