Object/Trait

org.openmole.plugin.environment.batch.environment

BatchEnvironment

Related Docs: trait BatchEnvironment | package environment

Permalink

object BatchEnvironment extends Logger

Linear Supertypes
Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BatchEnvironment
  2. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BeginDownload(id: Long, file: File, path: String, storage: StorageService) extends Event[BatchEnvironment] with Transfer with Product with Serializable

    Permalink
  2. case class BeginUpload(id: Long, file: File, path: String, storage: StorageService) extends Event[BatchEnvironment] with Transfer with Product with Serializable

    Permalink
  3. case class EndDownload(id: Long, file: File, path: String, storage: StorageService, exception: Option[Throwable]) extends Event[BatchEnvironment] with Transfer with Product with Serializable

    Permalink
  4. case class EndUpload(id: Long, file: File, path: String, storage: StorageService, exception: Option[Throwable]) extends Event[BatchEnvironment] with Transfer with Product with Serializable

    Permalink
  5. class Services extends AnyRef

    Permalink
  6. trait Transfer extends AnyRef

    Permalink

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. val CheckInterval: ClearConfigurationLocation[Time]

    Permalink
  5. val GetTokenInterval: ClearConfigurationLocation[Time]

    Permalink
  6. val IncrementUpdateInterval: ClearConfigurationLocation[Time]

    Permalink
  7. lazy val JVMLinuxX64Location: tool.file.File

    Permalink
  8. object Log

    Permalink
    Definition Classes
    Logger
  9. val MaxUpdateErrorsInARow: ClearConfigurationLocation[Int]

    Permalink
  10. val MaxUpdateInterval: ClearConfigurationLocation[Time]

    Permalink
  11. val MemorySizeForRuntime: ClearConfigurationLocation[Information]

    Permalink
  12. val MinUpdateInterval: ClearConfigurationLocation[Time]

    Permalink
  13. val RuntimeMemoryMargin: ClearConfigurationLocation[Information]

    Permalink
  14. object Services

    Permalink
  15. val StoragesGCUpdateInterval: ClearConfigurationLocation[Time]

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def defaultRuntimeMemory(implicit preference: Preference): Information

    Permalink
  19. val downloadResultRetry: ClearConfigurationLocation[Int]

    Permalink
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getTokenInterval(implicit preference: Preference, randomProvider: RandomProvider): Time

    Permalink
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def openMOLEMemoryValue(openMOLEMemory: Option[Information])(implicit preference: Preference): Information

    Permalink
  31. def requiredMemory(openMOLEMemory: Option[Information], memory: Option[Information])(implicit preference: Preference): Information

    Permalink
  32. lazy val runtimeLocation: tool.file.File

    Permalink
  33. def signalDownload[T](id: Long, download: ⇒ T, path: String, storage: StorageService, file: File)(implicit eventDispatcher: EventDispatcher): T

    Permalink
  34. def signalUpload[T](id: Long, upload: ⇒ T, file: File, path: String, storage: StorageService)(implicit eventDispatcher: EventDispatcher): T

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def threadsValue(threads: Option[Int]): Int

    Permalink
  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( ... )

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped