Package org.apache.spark.scheduler
Class MiscellaneousProcessDetails
Object
org.apache.spark.scheduler.MiscellaneousProcessDetails
- All Implemented Interfaces:
- Serializable
:: DeveloperApi ::
 Stores information about an Miscellaneous Process to pass from the scheduler to SparkListeners.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMiscellaneousProcessDetails(String hostPort, int cores, scala.collection.immutable.Map<String, String> logUrlInfo) 
- 
Method Summary
- 
Constructor Details- 
MiscellaneousProcessDetails
 
- 
- 
Method Details- 
corespublic int cores()
- 
hostPort
- 
logUrlInfo
 
-