Package org.apache.spark.storage
Class BlockStatus
Object
org.apache.spark.storage.BlockStatus
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
diskSize()
static BlockStatus
empty()
boolean
isCached()
long
memSize()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
BlockStatus
-
-
Method Details
-
empty
-
storageLevel
-
memSize
public long memSize() -
diskSize
public long diskSize() -
isCached
public boolean isCached()
-