geotrellis.process

Calculation

case class Calculation [T] (server: Server, pos: Int, args: Args, cb: Callback[T], client: ActorRef, dispatcher: ActorRef, _id: String) extends WorkerLike with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, WorkerLike, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Calculation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. WorkerLike
  7. Actor
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Calculation (server: Server, pos: Int, args: Args, cb: Callback[T], client: ActorRef, dispatcher: ActorRef, _id: String)

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val _id : String

  7. val args : Args

  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def canEqual (arg0: Any): Boolean

    Definition Classes
    Calculation → Equals
  10. val cb : Callback[T]

  11. def childHistories : List[Product with Serializable with History]

  12. val client : ActorRef

  13. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. implicit val context : ActorContext

    Attributes
    protected[akka] implicit
    Definition Classes
    Actor
  15. val dispatcher : ActorRef

  16. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  17. def equals (arg0: Any): Boolean

    Definition Classes
    Calculation → Equals → AnyRef → Any
  18. def failure (id: String, start: Long, stop: Long, t: Option[Timer], msg: String, trace: String): Failure

    Definition Classes
    CalculationWorkerLike
  19. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def finishCallback (): Unit

  21. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  22. def getValues : List[Any]

  23. def handleResult [T] (pos: Int, client: ActorRef, output: StepOutput[T], t: Option[Timer], dispatcher: ActorRef): Unit

    Definition Classes
    WorkerLike
  24. def hasError : Boolean

  25. def hashCode (): Int

    Definition Classes
    Calculation → AnyRef → Any
  26. def id : String

    Definition Classes
    CalculationWorkerLike
  27. def isDone : Boolean

  28. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  29. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  30. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. val pos : Int

  33. def postRestart (reason: Throwable): Unit

    Definition Classes
    Actor
  34. def postStop (): Unit

    Definition Classes
    Actor
  35. def preRestart (reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
  36. def preStart (): Unit

    Definition Classes
    Calculation → Actor
  37. def productArity : Int

    Definition Classes
    Calculation → Product
  38. def productElement (arg0: Int): Any

    Definition Classes
    Calculation → Product
  39. def productIterator : Iterator[Any]

    Definition Classes
    Product
  40. def productPrefix : String

    Definition Classes
    Calculation → Product
  41. def receive : PartialFunction[Any, Unit]

    Definition Classes
    Calculation → Actor
  42. val results : Array[Option[CalculationResult[Any]]]

  43. implicit val self : ActorRef

    Attributes
    implicit final
    Definition Classes
    Actor
  44. def sender : ActorRef

    Attributes
    final
    Definition Classes
    Actor
  45. val server : Server

    Definition Classes
    CalculationWorkerLike
  46. var startTime : Long

    Attributes
    protected[this]
    Definition Classes
    WorkerLike
  47. def success (id: String, start: Long, stop: Long, t: Option[Timer]): Success

    Definition Classes
    CalculationWorkerLike
  48. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  49. def toString (): String

    Definition Classes
    Calculation → AnyRef → Any
  50. def unhandled (message: Any): Unit

    Definition Classes
    Actor
  51. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  53. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  54. var workStartTime : Long

    Attributes
    protected[this]
    Definition Classes
    WorkerLike

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WorkerLike

Inherited from Actor

Inherited from AnyRef

Inherited from Any