|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.storage.MemoryEntry
public class MemoryEntry
| Constructor Summary | |
|---|---|
MemoryEntry(Object value,
long size,
boolean deserialized)
|
|
| Method Summary | |
|---|---|
boolean |
deserialized()
|
long |
size()
|
Object |
value()
|
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public MemoryEntry(Object value,
long size,
boolean deserialized)
| Method Detail |
|---|
public Object value()
public long size()
public boolean deserialized()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||