Class/Object

stm.clustering

ClassificationTreeNode

Related Docs: object ClassificationTreeNode | package clustering

Permalink

case class ClassificationTreeNode(parent: Option[STMPtr[ClassificationTreeNode]], pass: Option[STMPtr[ClassificationTreeNode]] = None, fail: Option[STMPtr[ClassificationTreeNode]] = None, exception: Option[STMPtr[ClassificationTreeNode]] = None, itemBuffer: Option[PageTree], splitBuffer: Option[PageTree] = None, splitTask: Option[Task[String]] = None, rule: Option[KryoValue[RuleData]] = None) extends Product with Serializable

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

Instance Constructors

  1. new ClassificationTreeNode(parent: Option[STMPtr[ClassificationTreeNode]], pass: Option[STMPtr[ClassificationTreeNode]] = None, fail: Option[STMPtr[ClassificationTreeNode]] = None, exception: Option[STMPtr[ClassificationTreeNode]] = None, itemBuffer: Option[PageTree], splitBuffer: Option[PageTree] = None, splitTask: Option[Task[String]] = None, rule: Option[KryoValue[RuleData]] = None)

    Permalink

Type Members

  1. class NodeAtomicApi extends AtomicApiBase

    Permalink
  2. class SyncApi extends SyncApiBase

    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. def add(value: Page, self: STMPtr[ClassificationTreeNode], root: STMPtr[ClassificationTreeNode], strategy: ClassificationStrategy, maxSplitDepth: Int = 1)(implicit ctx: STMTxnCtx): Future[Int]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def atomic(priority: Duration = 0.seconds, maxRetries: Int = 20)(implicit cluster: Restm): NodeAtomicApi

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. val exception: Option[STMPtr[ClassificationTreeNode]]

    Permalink
  10. val fail: Option[STMPtr[ClassificationTreeNode]]

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def find(value: ClassificationTreeItem)(implicit ctx: STMTxnCtx): Future[Option[STMPtr[ClassificationTreeNode]]]

    Permalink
  13. def firstNode(self: STMPtr[ClassificationTreeNode])(implicit ctx: STMTxnCtx): Future[STMPtr[ClassificationTreeNode]]

    Permalink
  14. def getByTreeId(cursor: BigInt, self: STMPtr[ClassificationTreeNode])(implicit ctx: STMTxnCtx): Future[STMPtr[ClassificationTreeNode]]

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getInfo(self: STMPtr[ClassificationTreeNode], root: STMPtr[ClassificationTreeNode])(implicit ctx: STMTxnCtx): Future[NodeInfo]

    Permalink
  17. def getTreeDepth(self: STMPtr[ClassificationTreeNode], root: STMPtr[ClassificationTreeNode])(implicit ctx: STMTxnCtx): Future[Int]

    Permalink
  18. def getTreeId(self: STMPtr[ClassificationTreeNode], root: STMPtr[ClassificationTreeNode])(implicit ctx: STMTxnCtx): Future[BigInt]

    Permalink
  19. def getTreeId_Minus1(self: STMPtr[ClassificationTreeNode], root: STMPtr[ClassificationTreeNode])(implicit ctx: STMTxnCtx): Future[BigInt]

    Permalink
  20. def insert(self: STMPtr[ClassificationTreeNode], root: STMPtr[ClassificationTreeNode], strategy: ClassificationStrategy, maxSplitDepth: Int, results: Map[Int, Page])(implicit ctx: STMTxnCtx): Future[Int]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val itemBuffer: Option[PageTree]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def nextBlock(cursor: BigInt, self: STMPtr[ClassificationTreeNode], root: STMPtr[ClassificationTreeNode])(implicit ctx: STMTxnCtx): Future[(BigInt, Stream[Page])]

    Permalink
  25. def nextNode(self: STMPtr[ClassificationTreeNode], root: STMPtr[ClassificationTreeNode])(implicit ctx: STMTxnCtx): Future[Option[STMPtr[ClassificationTreeNode]]]

    Permalink
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def pageStream(self: STMPtr[ClassificationTreeNode], duration: Duration = 30.seconds)(implicit ctx: STMTxnCtx): Stream[Page]

    Permalink
  29. val parent: Option[STMPtr[ClassificationTreeNode]]

    Permalink
  30. val pass: Option[STMPtr[ClassificationTreeNode]]

    Permalink
  31. def recursePath(self: STMPtr[ClassificationTreeNode], path: List[Int])(implicit ctx: STMTxnCtx): Future[STMPtr[ClassificationTreeNode]]

    Permalink
  32. def route(value: Page, self: STMPtr[ClassificationTreeNode], root: STMPtr[ClassificationTreeNode], strategy: ClassificationStrategy, maxSplitDepth: Int)(implicit ctx: STMTxnCtx): Future[Int]

    Permalink
  33. val rule: Option[KryoValue[RuleData]]

    Permalink
  34. def split(value: Page, deserializedRule: (KeyValue[String, Any]) ⇒ Boolean = getRule): Map[Int, Page]

    Permalink
  35. val splitBuffer: Option[PageTree]

    Permalink
  36. val splitTask: Option[Task[String]]

    Permalink
  37. def stream(self: STMPtr[ClassificationTreeNode], duration: Duration = 30.seconds)(implicit ctx: STMTxnCtx): Stream[PageRow]

    Permalink
  38. def sync: SyncApi

    Permalink
  39. def sync(duration: Duration): SyncApi

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

    Permalink
    Definition Classes
    AnyRef
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped