public class SerializedMemoryEntry<T> extends Object implements MemoryEntry<T>, scala.Product, scala.Serializable
Constructor and Description |
---|
SerializedMemoryEntry(org.apache.spark.util.io.ChunkedByteBuffer buffer,
org.apache.spark.memory.MemoryMode memoryMode,
scala.reflect.ClassTag<T> classTag) |
Modifier and Type | Method and Description |
---|---|
org.apache.spark.util.io.ChunkedByteBuffer |
buffer() |
scala.reflect.ClassTag<T> |
classTag() |
org.apache.spark.memory.MemoryMode |
memoryMode() |
long |
size() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SerializedMemoryEntry(org.apache.spark.util.io.ChunkedByteBuffer buffer, org.apache.spark.memory.MemoryMode memoryMode, scala.reflect.ClassTag<T> classTag)
public org.apache.spark.util.io.ChunkedByteBuffer buffer()
public org.apache.spark.memory.MemoryMode memoryMode()
memoryMode
in interface MemoryEntry<T>
public scala.reflect.ClassTag<T> classTag()
classTag
in interface MemoryEntry<T>
public long size()
size
in interface MemoryEntry<T>