Package org.apache.spark.util
Class MemoryParam
Object
org.apache.spark.util.MemoryParam
An extractor object for parsing JVM memory strings, such as "10g", into an Int representing
the number of megabytes. Supports the same formats as Utils.memoryStringToMb.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MemoryParam
public MemoryParam()
-
-
Method Details
-
unapply
-