| Package | Description |
|---|---|
| org.nustaq.reallive.impl | |
| org.nustaq.reallive.impl.actors | |
| org.nustaq.reallive.interfaces |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise |
StorageDriver.atomicQuery(K key,
RLFunction<Record<K>,Object> action)
apply the function to the record with given key and return the result inside a promise
changes to the record inside the function are applied to the real record and a change message
is generated.
|
org.nustaq.kontraktor.IPromise |
Mutator.atomicQuery(K key,
RLFunction<Record<K>,Object> action) |
void |
StorageDriver.atomicUpdate(RLPredicate<Record<K>> filter,
RLFunction<Record<K>,Boolean> action) |
void |
Mutator.atomicUpdate(RLPredicate<Record<K>> filter,
RLFunction<Record<K>,Boolean> action) |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise |
TableSharding.atomicQuery(K key,
RLFunction<Record<K>,Object> action) |
org.nustaq.kontraktor.IPromise |
TableSharding.ShardMutation.atomicQuery(K key,
RLFunction<Record<K>,Object> action) |
org.nustaq.kontraktor.IPromise |
RealLiveTableActor.atomicQuery(K key,
RLFunction<Record<K>,Object> action) |
void |
TableSharding.atomicUpdate(RLPredicate<Record<K>> filter,
RLFunction<Record<K>,Boolean> action) |
void |
TableSharding.ShardMutation.atomicUpdate(RLPredicate<Record<K>> filter,
RLFunction<Record<K>,Boolean> action) |
void |
RealLiveTableActor.atomicUpdate(RLPredicate<Record<K>> filter,
RLFunction<Record<K>,Boolean> action) |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise |
Mutation.atomicQuery(K key,
RLFunction<Record<K>,Object> action)
apply the function to the record with given key and return the result inside a promise
changes to the record inside the function are applied to the real record and a change message
is generated.
|
org.nustaq.kontraktor.IPromise |
RealLiveTable.atomicQuery(K key,
RLFunction<Record<K>,Object> action) |
void |
Mutation.atomicUpdate(RLPredicate<Record<K>> filter,
RLFunction<Record<K>,Boolean> action) |
void |
RealLiveTable.atomicUpdate(RLPredicate<Record<K>> filter,
RLFunction<Record<K>,Boolean> action) |
Copyright © 2017. All rights reserved.