it.agilelab.bigdata.wasp.consumers.spark.streaming.actor.master
Protocol
Companion trait Protocol
object Protocol
- Alphabetic
- By Inheritance
- Protocol
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
PipegraphNotStarted = core.messages.PipegraphMessages.PipegraphNotStarted
Alias the type of PipegraphMessages.PipegraphNotStarted
-
type
PipegraphNotStopped = core.messages.PipegraphMessages.PipegraphNotStopped
Alias the type of PipegraphMessages.PipegraphNotStopped
-
type
PipegraphStarted = core.messages.PipegraphMessages.PipegraphStarted
Alias the type of PipegraphMessages.PipegraphStarted
-
type
PipegraphStopped = core.messages.PipegraphMessages.PipegraphStopped
Alias the type of PipegraphMessages.PipegraphStopped
-
type
StartPipegraph = core.messages.PipegraphMessages.StartPipegraph
Alias the type of PipegraphMessages.StartPipegraph
-
type
StopPipegraph = core.messages.PipegraphMessages.StopPipegraph
Alias the type of PipegraphMessages.StopPipegraph
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
-
val
PipegraphNotStarted: core.messages.PipegraphMessages.PipegraphNotStarted.type
Alias the companion object of PipegraphMessages.PipegraphNotStarted
-
val
PipegraphNotStopped: core.messages.PipegraphMessages.PipegraphNotStopped.type
Alias the companion object of PipegraphMessages.PipegraphNotStopped
-
val
PipegraphStarted: core.messages.PipegraphMessages.PipegraphStarted.type
Alias the companion object of PipegraphMessages.PipegraphStarted
-
val
PipegraphStopped: core.messages.PipegraphMessages.PipegraphStopped.type
Alias the companion object of PipegraphMessages.PipegraphStopped
-
val
RestartConsumers: core.messages.RestartConsumers.type
Alias object messages.RestartConsumers
-
val
StartPipegraph: core.messages.PipegraphMessages.StartPipegraph.type
Alias the companion object of PipegraphMessages.StartPipegraph
-
val
StartSystemPipegraphs: core.messages.PipegraphMessages.StartSystemPipegraphs.type
Alias object PipegraphMessages.StartSystemPipegraphs
-
val
StopPipegraph: core.messages.PipegraphMessages.StopPipegraph.type
Alias the companion object of PipegraphMessages.StopPipegraph
-
val
SystemPipegraphsStarted: core.messages.PipegraphMessages.SystemPipegraphsStarted.type
Alias object PipegraphMessages.SystemPipegraphsStarted
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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( ... ) @native()