| Package | Description |
|---|---|
| org.nustaq.reallive.api | |
| org.nustaq.reallive.client | |
| org.nustaq.reallive.impl | |
| org.nustaq.reallive.impl.actors |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KeySetSubscriber.KSPredicate<T> |
interface |
RLNoQueryPredicate<T> |
| Modifier and Type | Method and Description |
|---|---|
default RLPredicate<T> |
RLPredicate.and(java.util.function.Predicate<? super T> other) |
RLPredicate<Record> |
Subscriber.getFilter() |
static <T> RLPredicate<T> |
RLPredicate.isEqual(Object targetRef) |
default RLPredicate<T> |
RLPredicate.negate() |
default RLPredicate<T> |
RLPredicate.or(java.util.function.Predicate<? super T> other) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealLiveTable.atomicUpdate(RLPredicate<Record> filter,
RLFunction<Record,Boolean> action)
mass update.
|
Subscriber |
Subscriber.filter(RLPredicate<Record> filter) |
default org.nustaq.kontraktor.IPromise<Record> |
RealLiveTable.find(RLPredicate<Record> condition) |
default void |
RealLiveStreamActor.forEach(RLPredicate<Record> predicate,
org.nustaq.kontraktor.Callback<Record> cb) |
default <R> void |
RealLiveStreamActor.map(RLPredicate<Record> predicate,
RLFunction<Record,R> mapFun,
org.nustaq.kontraktor.Callback<R> cb) |
default org.nustaq.kontraktor.IPromise<List<Record>> |
RealLiveTable.queryList(RLPredicate<Record> condition) |
default Subscriber |
ChangeStream.subscribeOn(RLPredicate<Record> filter,
ChangeReceiver receiver) |
| Constructor and Description |
|---|
Subscriber(RLPredicate<Record> filter,
ChangeReceiver receiver) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscribedSet.subscribe(RLPredicate<Record> filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryPredicate<T>
Created by ruedi on 29/08/15.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageDriver.atomicUpdate(RLPredicate<Record> filter,
RLFunction<Record,Boolean> action) |
| Constructor and Description |
|---|
FilterSpore(RLPredicate<Record> filter) |
MapSpore(RLPredicate<Record> filter,
RLFunction<Record,V> mapFun) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealLiveTableActor._subscribe(RLPredicate pred,
org.nustaq.kontraktor.Callback cb,
int id) |
void |
RealLiveTableActor.atomicUpdate(RLPredicate<Record> filter,
RLFunction<Record,Boolean> action) |
void |
ShardedTable.atomicUpdate(RLPredicate<Record> filter,
RLFunction<Record,Boolean> action) |
Copyright © 2019. All rights reserved.