com
.
linkedin
.
drelephant
.
spark
.
data
SparkJobProgressData
class
SparkJobProgressData
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
SparkJobProgressData
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
SparkJobProgressData
()
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
addCompletedJob
(
jobId:
Int
)
:
Unit
def
addCompletedStages
(
stageId:
Int
,
attemptId:
Int
)
:
Unit
def
addFailedJob
(
jobId:
Int
)
:
Unit
def
addFailedStages
(
stageId:
Int
,
attemptId:
Int
)
:
Unit
def
addJobInfo
(
jobId:
Int
,
info:
JobInfo
)
:
Unit
def
addStageInfo
(
stageId:
Int
,
attemptId:
Int
,
info:
StageInfo
)
:
Unit
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getCompletedJobs
()
:
Set
[
Integer
]
def
getCompletedStages
()
:
Set
[
StageAttemptId
]
def
getFailedJobDescriptions
()
:
List
[
String
]
def
getFailedJobs
()
:
Set
[
Integer
]
def
getFailedStages
()
:
Set
[
StageAttemptId
]
def
getJobDescription
(
jobId:
Int
)
:
String
def
getJobFailureRate
()
:
Double
def
getJobInfo
(
jobId:
Int
)
:
JobInfo
def
getStageFailureRate
()
:
Double
def
getStageInfo
(
stageId:
Int
,
attemptId:
Int
)
:
StageInfo
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
SparkJobProgressData
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped