| Package | Description |
|---|---|
| org.nustaq.reallive.client | |
| org.nustaq.reallive.impl | |
| org.nustaq.reallive.impl.actors | |
| org.nustaq.reallive.interfaces |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscribedSet.subscribe(RLPredicate<Record<K>> filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryPredicate<T>
Created by ruedi on 29/08/15.
|
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<Boolean> |
StorageDriver.putCAS(RLPredicate<Record<K>> casCondition,
K key,
Object... keyVals) |
org.nustaq.kontraktor.IPromise<Boolean> |
Mutator.putCAS(RLPredicate<Record<K>> casCondition,
K key,
Object... keyVals) |
| Constructor and Description |
|---|
FilterSpore(RLPredicate<Record<K>> filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealLiveStreamActor._subscribe(RLPredicate pred,
org.nustaq.kontraktor.Callback cb,
int id) |
org.nustaq.kontraktor.IPromise<Boolean> |
TableSharding.putCAS(RLPredicate<Record<K>> casCondition,
K key,
Object... keyVals) |
org.nustaq.kontraktor.IPromise<Boolean> |
TableSharding.ShardMutation.putCAS(RLPredicate<Record<K>> casCondition,
K key,
Object... keyVals) |
org.nustaq.kontraktor.IPromise<Boolean> |
RealLiveStreamActor.putCAS(RLPredicate<Record<K>> casCondition,
K key,
Object[] keyVals) |
| Modifier and Type | Method and Description |
|---|---|
default RLPredicate<T> |
RLPredicate.and(Predicate<? super T> other) |
RLPredicate<Record<K>> |
Subscriber.getFilter() |
static <T> RLPredicate<T> |
RLPredicate.isEqual(Object targetRef) |
default RLPredicate<T> |
RLPredicate.negate() |
default RLPredicate<T> |
RLPredicate.or(Predicate<? super T> other) |
| Modifier and Type | Method and Description |
|---|---|
default void |
RecordIterable.filter(RLPredicate<Record<K>> predicate,
org.nustaq.kontraktor.Callback<Record<K>> cb) |
org.nustaq.kontraktor.IPromise<Boolean> |
Mutation.putCAS(RLPredicate<Record<K>> casCondition,
K key,
Object... keyVals) |
org.nustaq.kontraktor.IPromise<Boolean> |
RealLiveTable.putCAS(RLPredicate<Record<K>> casCondition,
K key,
Object[] keyVals) |
default Subscriber<K> |
ChangeStream.subscribeOn(RLPredicate<Record<K>> filter,
ChangeReceiver<K> receiver) |
| Constructor and Description |
|---|
Subscriber(RLPredicate<Record<K>> filter,
ChangeReceiver<K> receiver) |
Copyright © 2015. All rights reserved.