Generated by
JDiff

Interface org.apache.pig.impl.util.Spillable

Changed Methods
long getMemorySize() Changed from non-abstract to abstract. Requests that an object return an estimate of its in memory size.
long spill() Changed from non-abstract to abstract. Instructs an object to spill whatever it can to disk and release references to any data structures it spills.