Package org.apache.spark.storage
Class BlockManagerMessages.TriggerHeapHistogram$
Object
org.apache.spark.storage.BlockManagerMessages.TriggerHeapHistogram$
- All Implemented Interfaces:
Serializable
,BlockManagerMessages.ToBlockManagerMasterStorageEndpoint
,scala.Equals
,scala.Product
,scala.Serializable
- Enclosing class:
- BlockManagerMessages
public static class BlockManagerMessages.TriggerHeapHistogram$
extends Object
implements BlockManagerMessages.ToBlockManagerMasterStorageEndpoint, scala.Product, scala.Serializable
Driver to Executor message to get a heap histogram.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BlockManagerMessages.TriggerHeapHistogram$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
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, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TriggerHeapHistogram$
public TriggerHeapHistogram$()
-