stm
.
clustering
.
PageTree
PageTreeNode
Related Doc:
package PageTree
case class
PageTreeNode
(
parent:
Option
[
STMPtr
[
PageTreeNode
]]
,
value:
STMPtr
[
KryoValue
[
Page
]]
,
size:
Int
,
left:
Option
[
STMPtr
[
PageTreeNode
]] =
None
,
right:
Option
[
STMPtr
[
PageTreeNode
]] =
None
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
PageTreeNode
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
PageTreeNode
(
parent:
Option
[
STMPtr
[
PageTreeNode
]]
,
value:
STMPtr
[
KryoValue
[
Page
]]
,
size:
Int
,
left:
Option
[
STMPtr
[
PageTreeNode
]] =
None
,
right:
Option
[
STMPtr
[
PageTreeNode
]] =
None
)
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
(
newValue:
Page
,
self:
STMPtr
[
PageTreeNode
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Unit
]
def
apxSize
()
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Long
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
obj:
Any
)
:
Boolean
Definition Classes
PageTreeNode
→ Equals → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
get
(
self:
STMPtr
[
PageTreeNode
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Page
]
def
getByTreeId
(
cursor:
Long
,
self:
STMPtr
[
PageTreeNode
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
STMPtr
[
PageTreeNode
]]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getCursorBlock
(
self:
STMPtr
[
PageTreeNode
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[(
Long
,
KryoValue
[
Page
])]
def
getTreeBit
(
node:
STMPtr
[
PageTreeNode
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Int
def
getTreeId
(
self:
STMPtr
[
PageTreeNode
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Long
]
def
hashCode
()
:
Int
Definition Classes
PageTreeNode
→ AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
left
:
Option
[
STMPtr
[
PageTreeNode
]]
def
leftChild
(
self:
STMPtr
[
PageTreeNode
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
STMPtr
[
PageTreeNode
]]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
nextNode
(
self:
STMPtr
[
PageTreeNode
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Option
[
STMPtr
[
PageTreeNode
]]]
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
parent
:
Option
[
STMPtr
[
PageTreeNode
]]
val
right
:
Option
[
STMPtr
[
PageTreeNode
]]
def
rightParent
(
self:
STMPtr
[
PageTreeNode
]
)
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Option
[
STMPtr
[
PageTreeNode
]]]
val
size
:
Int
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
treeSize
()
(
implicit
ctx:
STMTxnCtx
)
:
Future
[
Long
]
val
value
:
STMPtr
[
KryoValue
[
Page
]]
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
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped