stm
.
clustering
ClassificationTree
Related Docs:
object ClassificationTree
|
package clustering
class
ClassificationTree
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ClassificationTree
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ClassificationTree
(
id:
PointerType
)
new
ClassificationTree
(
dataPtr:
STMPtr
[
ClassificationTreeData
]
)
Type Members
class
AtomicApi
extends
AtomicApiBase
class
SyncApi
extends
SyncApiBase
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
add
(
label:
String
,
value:
ClassificationTreeItem
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Unit
]
def
addAll
(
label:
String
,
value:
List
[
ClassificationTreeItem
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Unit
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
atomic
(
priority:
Duration
=
0.seconds
,
maxRetries:
Int
=
20
)
(
implicit
cluster:
Restm
)
:
AtomicApi
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
dataPtr
:
STMPtr
[
ClassificationTreeData
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getClusterByTreeId
(
value:
String
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
STMPtr
[
ClassificationTreeNode
]]
def
getClusterCount
(
ptr:
STMPtr
[
ClassificationTreeNode
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Map
[
String
,
Int
]]
def
getClusterId
(
value:
ClassificationTreeItem
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
STMPtr
[
ClassificationTreeNode
]]
def
getClusterPath
(
ptr:
STMPtr
[
ClassificationTreeNode
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
NodeInfo
]
def
getClusterStrategy
()
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
ClassificationStrategy
]
def
getRoot
()
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
STMPtr
[
ClassificationTreeNode
]]
def
hashCode
()
:
Int
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
def
setClusterStrategy
(
strategy:
ClassificationStrategy
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Unit
]
def
splitCluster
(
node:
STMPtr
[
ClassificationTreeNode
]
,
root:
STMPtr
[
ClassificationTreeNode
]
,
strategy:
ClassificationStrategy
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Task
[
Int
]]
def
splitTree
(
strategy:
ClassificationStrategy
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Task
[
Int
]]
def
stream
(
duration:
Duration
=
30.seconds
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Stream
[
PageRow
]]
def
sync
:
SyncApi
def
sync
(
duration:
Duration
)
:
SyncApi
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
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
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped