case class EColl[T](data: SharedFile, indexData: SharedFile, name: Option[String]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EColl
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EColl(data: SharedFile, indexData: SharedFile, name: Option[String])
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val data: SharedFile
- def delete(implicit tsc: TaskSystemComponents): Future[Unit]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def head(implicit decoder: Deserializer[T], tsc: TaskSystemComponents): Future[Option[T]]
- val indexData: SharedFile
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadIndex(implicit tsc: TaskSystemComponents): Future[Index]
- val name: Option[String]
- 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 ranges(numberOfRanges: Int)(implicit tsc: TaskSystemComponents): Future[IndexedSeq[Range]]
- def sourceFrom(fromIndex: Long = 0L, parallelismOfDeserialization: Int = 1, parsedIndex: Option[Index] = None)(implicit decoder: Deserializer[T], tsc: TaskSystemComponents): Source[T, NotUsed]
- def sourceOfRange(range: Range, parallelismOfDeserialization: Int = 1, parsedIndex: Option[Index] = None)(implicit decoder: Deserializer[T], tsc: TaskSystemComponents): Source[T, NotUsed]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def take(n: Long, parallelismOfDeserialization: Int)(implicit decoder: Deserializer[T], tsc: TaskSystemComponents): Future[Seq[T]]
- def toSeq(parallelismOfDeserialization: Int)(implicit decoder: Deserializer[T], tsc: TaskSystemComponents): Future[Seq[T]]
- 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()
- def withName(name: String): EColl[Nothing]