Class/Object

com.hindog.grid

GridExecutor

Related Docs: object GridExecutor | package grid

Permalink

class GridExecutor extends AbstractExecutorService with Logging

Linear Supertypes
Logging, LazyLogging, AbstractExecutorService, ExecutorService, Executor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GridExecutor
  2. Logging
  3. LazyLogging
  4. AbstractExecutorService
  5. ExecutorService
  6. Executor
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GridExecutor(gridConfig: GridConfig)

    Permalink
    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def awaitTermination(timeout: Long, unit: TimeUnit): Boolean

    Permalink
    Definition Classes
    GridExecutor → ExecutorService
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def execute(runnable: Runnable): Unit

    Permalink
    Definition Classes
    GridExecutor → Executor
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. def invokeAll[T](arg0: Collection[_ <: Callable[T]], arg1: Long, arg2: TimeUnit): List[Future[T]]

    Permalink
    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... )
  14. def invokeAll[T](arg0: Collection[_ <: Callable[T]]): List[Future[T]]

    Permalink
    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... )
  15. def invokeAny[T](arg0: Collection[_ <: Callable[T]], arg1: Long, arg2: TimeUnit): T

    Permalink
    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  16. def invokeAny[T](arg0: Collection[_ <: Callable[T]]): T

    Permalink
    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... ) @throws( ... )
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isShutdown(): Boolean

    Permalink
    Definition Classes
    GridExecutor → ExecutorService
  19. def isTerminated(): Boolean

    Permalink
    Definition Classes
    GridExecutor → ExecutorService
  20. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def newTaskFor[T](callable: Callable[T]): RunnableFuture[T]

    Permalink
    Definition Classes
    GridExecutor → AbstractExecutorService
  23. def newTaskFor[T](runnable: Runnable, value: T): RunnableFuture[T]

    Permalink
    Definition Classes
    GridExecutor → AbstractExecutorService
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def quietlyShutdownNow(): Unit

    Permalink
  27. def runHooks(name: String, f: (GridConfigurable) ⇒ Seq[Hook]): Unit

    Permalink
    Attributes
    protected[com.hindog.grid]
  28. def shutdown(): Unit

    Permalink
    Definition Classes
    GridExecutor → ExecutorService
  29. def shutdownNow(): List[Runnable]

    Permalink
    Definition Classes
    GridExecutor → ExecutorService
  30. def shutdownUsing[T](thunk: ⇒ T): T

    Permalink
    Attributes
    protected[com.hindog.grid]
  31. def submit[T](arg0: Callable[T]): Future[T]

    Permalink
    Definition Classes
    AbstractExecutorService → ExecutorService
  32. def submit[T](arg0: Runnable, arg1: T): Future[T]

    Permalink
    Definition Classes
    AbstractExecutorService → ExecutorService
  33. def submit(arg0: Runnable): Future[_]

    Permalink
    Definition Classes
    AbstractExecutorService → ExecutorService
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. val threadFactory: ThreadFactory

    Permalink
    Attributes
    protected
  36. val threadPool: ThreadPoolExecutor

    Permalink
    Attributes
    protected
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withNode[T](work: (ViNode) ⇒ T): T

    Permalink
    Attributes
    protected[com.hindog.grid]

Inherited from Logging

Inherited from LazyLogging

Inherited from AbstractExecutorService

Inherited from ExecutorService

Inherited from Executor

Inherited from AnyRef

Inherited from Any

Ungrouped