storage
.
remote
RestmInternalStaticListReplicator
Related Doc:
package remote
class
RestmInternalStaticListReplicator
extends
RestmInternalReplicator
Linear Supertypes
RestmInternalReplicator
,
RestmInternal
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
RestmInternalStaticListReplicator
RestmInternalReplicator
RestmInternal
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
RestmInternalStaticListReplicator
(
shards:
Seq
[
RestmInternal
]
)
(
implicit
executionContext:
ExecutionContext
)
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
_addLock
(
id:
PointerType
,
time:
TimeStamp
)
:
Future
[
String
]
Definition Classes
RestmInternalReplicator
→
RestmInternal
def
_commitTxn
(
time:
TimeStamp
)
:
Future
[
Set
[
PointerType
]]
Definition Classes
RestmInternalReplicator
→
RestmInternal
def
_commitValue
(
id:
PointerType
,
time:
TimeStamp
)
:
Future
[
Unit
]
Definition Classes
RestmInternalReplicator
→
RestmInternal
def
_getValue
(
id:
PointerType
,
time:
TimeStamp
)
:
Future
[
Option
[
ValueType
]]
Definition Classes
RestmInternalReplicator
→
RestmInternal
def
_getValue
(
id:
PointerType
)
:
Future
[
Option
[
ValueType
]]
Definition Classes
RestmInternalReplicator
→
RestmInternal
def
_initValue
(
time:
TimeStamp
,
value:
ValueType
,
id:
PointerType
)
:
Future
[
Boolean
]
Definition Classes
RestmInternalReplicator
→
RestmInternal
def
_lockValue
(
id:
PointerType
,
time:
TimeStamp
)
:
Future
[
Option
[
TimeStamp
]]
Definition Classes
RestmInternalReplicator
→
RestmInternal
def
_resetTxn
(
time:
TimeStamp
)
:
Future
[
Set
[
PointerType
]]
Definition Classes
RestmInternalReplicator
→
RestmInternal
def
_resetValue
(
id:
PointerType
,
time:
TimeStamp
)
:
Future
[
Unit
]
Definition Classes
RestmInternalReplicator
→
RestmInternal
def
_txnState
(
time:
TimeStamp
)
:
Future
[
String
]
Definition Classes
RestmInternalReplicator
→
RestmInternal
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
delete
(
id:
PointerType
,
time:
TimeStamp
)
:
Future
[
Unit
]
Definition Classes
RestmInternalReplicator
→
RestmInternal
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
implicit
val
executionContext
:
ExecutionContext
Definition Classes
RestmInternalStaticListReplicator
→
RestmInternalReplicator
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
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
inner
()
:
Seq
[
RestmInternal
]
Definition Classes
RestmInternalStaticListReplicator
→
RestmInternalReplicator
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
queueValue
(
id:
PointerType
,
time:
TimeStamp
,
value:
ValueType
)
:
Future
[
Unit
]
Definition Classes
RestmInternalReplicator
→
RestmInternal
val
shards
:
Seq
[
RestmInternal
]
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
RestmInternalReplicator
Inherited from
RestmInternal
Inherited from
AnyRef
Inherited from
Any
Ungrouped