public interface Spillable
Modifier and Type | Method and Description |
---|---|
long |
getMemorySize()
Requests that an object return an estimate of its in memory size.
|
long |
spill()
Instructs an object to spill whatever it can to disk and release
references to any data structures it spills.
|
long spill()
long getMemorySize()
Copyright © 2007-2017 The Apache Software Foundation