org
.
apache
.
spark
.
network
.
yarn
YarnShuffleService
Related Doc:
package yarn
class
YarnShuffleService
extends
AuxiliaryService
Linear Supertypes
AuxiliaryService
,
AbstractService
,
Service
,
Closeable
,
AutoCloseable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
YarnShuffleService
AuxiliaryService
AbstractService
Service
Closeable
AutoCloseable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
YarnShuffleService
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
close
()
:
Unit
Definition Classes
AbstractService → Service → Closeable → AutoCloseable
Annotations
@throws
(
classOf[java.io.IOException]
)
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]
)
def
getAuxiliaryLocalPathHandler
()
:
AuxiliaryLocalPathHandler
Definition Classes
AuxiliaryService
def
getBlockers
()
:
Map
[
String
,
String
]
Definition Classes
AbstractService → Service
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getConfig
()
:
Configuration
Definition Classes
AbstractService → Service
final
def
getFailureCause
()
:
Throwable
Definition Classes
AbstractService → Service
def
getFailureState
()
:
STATE
Definition Classes
AbstractService → Service
def
getLifecycleHistory
()
:
List
[
LifecycleEvent
]
Definition Classes
AbstractService → Service
def
getMetaData
()
:
ByteBuffer
Definition Classes
YarnShuffleService
→ AuxiliaryService
def
getName
()
:
String
Definition Classes
AbstractService → Service
def
getRecoveryPath
(
fileName:
String
)
:
Path
Attributes
protected[
org.apache.spark.network.yarn
]
def
getRecoveryPath
()
:
Path
Attributes
protected[
org.apache.hadoop.yarn.server.api
]
Definition Classes
AuxiliaryService
final
def
getServiceState
()
:
STATE
Definition Classes
AbstractService → Service
def
getStartTime
()
:
Long
Definition Classes
AbstractService → Service
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
init
(
arg0:
Configuration
)
:
Unit
Definition Classes
AbstractService → Service
def
initRecoveryDb
(
dbFileName:
String
)
:
File
Attributes
protected[
org.apache.spark.network.yarn
]
def
initializeApplication
(
context:
ApplicationInitializationContext
)
:
Unit
Definition Classes
YarnShuffleService
→ AuxiliaryService
def
initializeContainer
(
context:
ContainerInitializationContext
)
:
Unit
Definition Classes
YarnShuffleService
→ AuxiliaryService
final
def
isInState
(
arg0:
STATE
)
:
Boolean
Definition Classes
AbstractService → Service
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
noteFailure
(
arg0:
Exception
)
:
Unit
Attributes
protected[
org.apache.hadoop.service
]
Definition Classes
AbstractService
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
putBlocker
(
arg0:
String
,
arg1:
String
)
:
Unit
Attributes
protected[
org.apache.hadoop.service
]
Definition Classes
AbstractService
def
registerServiceListener
(
arg0:
ServiceStateChangeListener
)
:
Unit
Definition Classes
AbstractService → Service
def
removeBlocker
(
arg0:
String
)
:
Unit
Definition Classes
AbstractService
def
serviceInit
(
conf:
Configuration
)
:
Unit
Attributes
protected[
org.apache.spark.network.yarn
]
Definition Classes
YarnShuffleService
→ AbstractService
def
serviceStart
()
:
Unit
Attributes
protected[
org.apache.hadoop.service
]
Definition Classes
AbstractService
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
serviceStop
()
:
Unit
Attributes
protected[
org.apache.spark.network.yarn
]
Definition Classes
YarnShuffleService
→ AbstractService
def
setAuxiliaryLocalPathHandler
(
arg0:
AuxiliaryLocalPathHandler
)
:
Unit
Definition Classes
AuxiliaryService
def
setConfig
(
arg0:
Configuration
)
:
Unit
Attributes
protected[
org.apache.hadoop.service
]
Definition Classes
AbstractService
def
setRecoveryPath
(
recoveryPath:
Path
)
:
Unit
Definition Classes
YarnShuffleService
→ AuxiliaryService
def
start
()
:
Unit
Definition Classes
AbstractService → Service
def
stop
()
:
Unit
Definition Classes
AbstractService → Service
def
stopApplication
(
context:
ApplicationTerminationContext
)
:
Unit
Definition Classes
YarnShuffleService
→ AuxiliaryService
def
stopContainer
(
context:
ContainerTerminationContext
)
:
Unit
Definition Classes
YarnShuffleService
→ AuxiliaryService
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AbstractService → AnyRef → Any
def
unregisterServiceListener
(
arg0:
ServiceStateChangeListener
)
:
Unit
Definition Classes
AbstractService → Service
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
(
...
)
final
def
waitForServiceToStop
(
arg0:
Long
)
:
Boolean
Definition Classes
AbstractService → Service
Inherited from
AuxiliaryService
Inherited from
AbstractService
Inherited from
Service
Inherited from
Closeable
Inherited from
AutoCloseable
Inherited from
AnyRef
Inherited from
Any
Ungrouped