io
.
gearpump
.
cluster
ClientToMaster
Related Doc:
package cluster
object
ClientToMaster
Application Flow
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ClientToMaster
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
AddWorker
(
count:
Int
)
extends
Product
with
Serializable
case class
CommandResult
(
success:
Boolean
,
exception:
String
=
null
)
extends
Product
with
Serializable
case class
GetLastFailure
(
appId:
Int
)
extends
Product
with
Serializable
case class
GetStallingTasks
(
appId:
Int
)
extends
Product
with
Serializable
case class
JarStoreServerAddress
(
url:
String
)
extends
Product
with
Serializable
case class
QueryAppMasterConfig
(
appId:
Int
)
extends
Product
with
Serializable
case class
QueryHistoryMetrics
(
path:
String
,
readOption:
ReadOption
=
ReadOption.ReadLatest
,
aggregatorClazz:
String
=
""
,
options:
Map
[
String
,
String
] =
Map.empty[String, String]
)
extends
Product
with
Serializable
case class
QueryWorkerConfig
(
workerId:
WorkerId
)
extends
Product
with
Serializable
case class
RemoveMaster
(
masterContainerId:
String
)
extends
Product
with
Serializable
case class
RemoveWorker
(
workerContainerId:
String
)
extends
Product
with
Serializable
case class
ResolveAppId
(
appId:
Int
)
extends
Product
with
Serializable
case class
ResolveWorkerId
(
workerId:
WorkerId
)
extends
Product
with
Serializable
case class
RestartApplication
(
appId:
Int
)
extends
Product
with
Serializable
case class
ShutdownApplication
(
appId:
Int
)
extends
Product
with
Serializable
case class
SubmitApplication
(
appDescription:
AppDescription
,
appJar:
Option
[
AppJar
]
,
username:
String
=
System.getProperty("user.name")
)
extends
Product
with
Serializable
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
object
AddMaster
extends
Product
with
Serializable
object
GetJarStoreServer
extends
Product
with
Serializable
object
QueryMasterConfig
extends
Product
with
Serializable
object
ReadOption
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
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
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
Application Flow