case class ExecutionEnv(executor: () ⇒ ExecutorService, executorStrategy: () ⇒ Strategy, scheduledExecutor: () ⇒ ScheduledExecutorService, exContext: () ⇒ ExecutionContext, timeFactor: Int) extends Product with Serializable
Subset of the Env describing execution parameters
if withoutIsolation is true then fragments are executed right away because they are already in their own copy of the specification
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExecutionEnv
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExecutionEnv(executor: () ⇒ ExecutorService, executorStrategy: () ⇒ Strategy, scheduledExecutor: () ⇒ ScheduledExecutorService, exContext: () ⇒ ExecutionContext, timeFactor: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- implicit lazy val ec: ExecutionContext
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit lazy val es: ExecutorService
- val exContext: () ⇒ ExecutionContext
- lazy val executionContext: ExecutionContext
- val executor: () ⇒ ExecutorService
- lazy val executorService: ExecutorService
- val executorStrategy: () ⇒ Strategy
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val scheduledExecutor: () ⇒ ScheduledExecutorService
- lazy val scheduledExecutorService: ScheduledExecutorService
- implicit lazy val ses: ScheduledExecutorService
-
def
shutdown(): Unit
note: shutdown only shuts down the executor services
- lazy val strategy: Strategy
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timeFactor: Int
- lazy val timeout: Timeout
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withTimeout[T](future: Future[T], timeoutInMillis: Long): Future[\/[SomeTimeout, T]]