Package

com.hindog

grid

Permalink

package grid

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. grid
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AnyExtensions[A] extends AnyRef

    Permalink
  2. case class GridConfig(name: String, nodes: Seq[NodeConfig], config: (ViNode) ⇒ ViNode = identity, startupHooks: Seq[Hook] = Seq.empty, shutdownHooks: Seq[Hook] = Seq.empty, repository: Option[Repository] = None) extends GridConfigurable with Product with Serializable

    Permalink
  3. trait GridConfigurable extends AnyRef

    Permalink
  4. class GridExecutor extends AbstractExecutorService with Logging

    Permalink
  5. trait GridTask[T] extends AnyRef

    Permalink
  6. abstract class Hook extends Runnable with Serializable

    Permalink
  7. case class LocalNodeConfig extends NodeConfig with Product with Serializable

    Permalink
  8. trait Logging extends LazyLogging

    Permalink
  9. trait NodeConfig extends GridConfigurable

    Permalink
  10. class NodeTask[T] extends GridTask[T]

    Permalink
  11. case class RemoteNodeConfig extends NodeConfig with Product with Serializable

    Permalink
  12. class ReturnStatementInClosureException extends RuntimeException

    Permalink
  13. implicit class URIExtensions extends AnyRef

    Permalink

Value Members

  1. object ClasspathUtils

    Permalink
  2. object ClosureCleaner extends Logging

    Permalink
  3. object GridConfig extends Serializable

    Permalink
  4. object GridConfigurable

    Permalink
  5. object GridExecutor

    Permalink
  6. object GridTask

    Permalink
  7. object LocalNodeConfig extends Serializable

    Permalink
  8. object RemoteNodeConfig extends Serializable

    Permalink
  9. object ScalaFutureGridTask

    Permalink
    Attributes
    protected
  10. package javaapi

    Permalink
  11. package repo

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped