final case class RemoteVariableKeyValueStore(keyValueStore: KeyValueStore, readVariables: TSet[ScopedRemoteVariableName], executionEnvironment: ExecutionEnvironment, durableLog: DurableLog, lastIndex: TRef[Index]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteVariableKeyValueStore
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RemoteVariableKeyValueStore(keyValueStore: KeyValueStore, readVariables: TSet[ScopedRemoteVariableName], executionEnvironment: ExecutionEnvironment, durableLog: DurableLog, lastIndex: TRef[Index])
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
- def allStoredVariables: ZStream[Any, ExecutorError, ScopedRemoteVariableName]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def delete(name: RemoteVariableName, scope: RemoteVariableScope, marker: Option[Timestamp]): IO[ExecutorError, Unit]
- val durableLog: DurableLog
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val executionEnvironment: ExecutionEnvironment
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAllTimestamps(name: RemoteVariableName, scope: RemoteVariableScope): ZStream[Any, ExecutorError, Timestamp]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLatest(name: RemoteVariableName, scope: RemoteVariableScope, before: Option[Timestamp]): IO[ExecutorError, Option[(Chunk[Byte], RemoteVariableScope)]]
- def getLatestIndex: UIO[Index]
- def getLatestTimestamp(name: RemoteVariableName, scope: RemoteVariableScope): IO[ExecutorError, Option[(Timestamp, RemoteVariableScope)]]
- def getReadVariables: IO[Nothing, Set[ScopedRemoteVariableName]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keyValueStore: KeyValueStore
- val lastIndex: TRef[Index]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def put(name: RemoteVariableName, scope: RemoteVariableScope, value: Chunk[Byte], timestamp: Timestamp): IO[ExecutorError, Boolean]
- val readVariables: TSet[ScopedRemoteVariableName]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()