case class SWTransaction(sw: SWDiscovery = SWDiscovery()) extends Subscriber[DiscoveryRequestEvent, StrategyRequest] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SWTransaction
  2. Serializable
  3. Product
  4. Equals
  5. Subscriber
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SWTransaction(sw: SWDiscovery = SWDiscovery())

Type Members

  1. case class ProjectionExpressionIncrement(v: String) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abort(): Unit
  5. def aggregate(var: String): ProjectionExpressionIncrement
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def commit(): SWTransaction
  9. def console: SWTransaction
  10. var currentRequestEvent: String
  11. def distinct: SWTransaction
  12. implicit val ec: ExecutionContext
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getSerializedString: String
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def limit(value: Int): SWTransaction
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def notify(event: DiscoveryRequestEvent): Unit
  20. def notify(pub: StrategyRequest, event: DiscoveryRequestEvent): Unit
    Definition Classes
    SWTransactionSubscriber
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def offset(value: Int): SWTransaction
  24. def orderByAsc(lRef: Seq[String]): SWTransaction
  25. def orderByAsc(ref: String): SWTransaction
  26. def orderByDesc(lRef: Seq[String]): SWTransaction
  27. def orderByDesc(ref: String): SWTransaction
  28. def process_datatypes(qr: QueryResult, datatypeNode: DatatypeNode, lUris: Seq[SparqlDefinition]): List[Future[Unit]]
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def progression(callBack: (Double) => Unit): Unit
  31. def projection(lRef: Seq[String]): SWTransaction
  32. def projection: SWTransaction
  33. val raw: Future[Value]
  34. def reduced: SWTransaction
  35. def requestEvent(callBack: (String) => Unit): Unit
  36. def setSerializedString(query: String): SWTransaction
  37. val sw: SWDiscovery
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped