Package akka.stream.snapshot
Class StreamSnapshotImpl
- java.lang.Object
-
- akka.stream.snapshot.StreamSnapshotImpl
-
- All Implemented Interfaces:
HideImpl
,StreamSnapshot
,java.io.Serializable
,scala.Equals
,scala.Product
public final class StreamSnapshotImpl extends java.lang.Object implements StreamSnapshot, HideImpl, scala.Product, java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamSnapshotImpl(ActorPath self, scala.collection.immutable.Seq<RunningInterpreter> activeInterpreters, scala.collection.immutable.Seq<UninitializedInterpreter> newShells)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Seq<RunningInterpreter>
activeInterpreters()
static StreamSnapshotImpl
apply(ActorPath self, scala.collection.immutable.Seq<RunningInterpreter> activeInterpreters, scala.collection.immutable.Seq<UninitializedInterpreter> newShells)
boolean
canEqual(java.lang.Object x$1)
StreamSnapshotImpl
copy(ActorPath self, scala.collection.immutable.Seq<RunningInterpreter> activeInterpreters, scala.collection.immutable.Seq<UninitializedInterpreter> newShells)
ActorPath
copy$default$1()
scala.collection.immutable.Seq<RunningInterpreter>
copy$default$2()
scala.collection.immutable.Seq<UninitializedInterpreter>
copy$default$3()
boolean
equals(java.lang.Object x$1)
int
hashCode()
scala.collection.immutable.Seq<UninitializedInterpreter>
newShells()
Interpreters that has been created but not yet initialized - the stream is not yet runningint
productArity()
java.lang.Object
productElement(int x$1)
java.lang.String
productElementName(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
ActorPath
self()
static java.lang.String
toString()
static scala.Option<scala.Tuple3<ActorPath,scala.collection.immutable.Seq<RunningInterpreter>,scala.collection.immutable.Seq<UninitializedInterpreter>>>
unapply(StreamSnapshotImpl x$0)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.stream.snapshot.HideImpl
super$toString, toString
-
-
-
-
Constructor Detail
-
StreamSnapshotImpl
public StreamSnapshotImpl(ActorPath self, scala.collection.immutable.Seq<RunningInterpreter> activeInterpreters, scala.collection.immutable.Seq<UninitializedInterpreter> newShells)
-
-
Method Detail
-
toString
public static final java.lang.String toString()
-
apply
public static StreamSnapshotImpl apply(ActorPath self, scala.collection.immutable.Seq<RunningInterpreter> activeInterpreters, scala.collection.immutable.Seq<UninitializedInterpreter> newShells)
-
unapply
public static scala.Option<scala.Tuple3<ActorPath,scala.collection.immutable.Seq<RunningInterpreter>,scala.collection.immutable.Seq<UninitializedInterpreter>>> unapply(StreamSnapshotImpl x$0)
-
self
public ActorPath self()
-
activeInterpreters
public scala.collection.immutable.Seq<RunningInterpreter> activeInterpreters()
- Specified by:
activeInterpreters
in interfaceStreamSnapshot
-
newShells
public scala.collection.immutable.Seq<UninitializedInterpreter> newShells()
Description copied from interface:StreamSnapshot
Interpreters that has been created but not yet initialized - the stream is not yet running- Specified by:
newShells
in interfaceStreamSnapshot
- Returns:
- (undocumented)
-
copy
public StreamSnapshotImpl copy(ActorPath self, scala.collection.immutable.Seq<RunningInterpreter> activeInterpreters, scala.collection.immutable.Seq<UninitializedInterpreter> newShells)
-
copy$default$1
public ActorPath copy$default$1()
-
copy$default$2
public scala.collection.immutable.Seq<RunningInterpreter> copy$default$2()
-
copy$default$3
public scala.collection.immutable.Seq<UninitializedInterpreter> copy$default$3()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-