Interface StreamSnapshot

  • All Known Implementing Classes:
    StreamSnapshotImpl

    public interface StreamSnapshot
    Running interpreters
    • Method Detail

      • newShells

        scala.collection.Seq<UninitializedInterpreter> newShells()
        Interpreters that has been created but not yet initialized - the stream is not yet running
        Returns:
        (undocumented)