Uses of Interface
org.nustaq.reallive.api.RLFunction
| Package | Description |
|---|---|
| org.nustaq.reallive.api | |
| org.nustaq.reallive.client | |
| org.nustaq.reallive.server | |
| org.nustaq.reallive.server.actors | |
| org.nustaq.reallive.server.storage |
-
Uses of RLFunction in org.nustaq.reallive.api
Methods in org.nustaq.reallive.api with parameters of type RLFunction Modifier and Type Method Description org.nustaq.kontraktor.IPromiseRealLiveTable. atomic(int senderId, java.lang.String key, RLFunction<Record,java.lang.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.default org.nustaq.kontraktor.IPromiseRealLiveTable. atomic(java.lang.String key, RLFunction<Record,java.lang.Object> action)voidRealLiveTable. atomicUpdate(RLPredicate<Record> filter, RLFunction<Record,java.lang.Boolean> action)mass update.default <R> voidRealLiveStreamActor. map(RLPredicate<Record> predicate, RLFunction<Record,R> mapFun, org.nustaq.kontraktor.Callback<R> cb) -
Uses of RLFunction in org.nustaq.reallive.client
Methods in org.nustaq.reallive.client with parameters of type RLFunction Modifier and Type Method Description org.nustaq.kontraktor.IPromiseShardedTable. atomic(int senderId, java.lang.String key, RLFunction<Record,java.lang.Object> action)voidShardedTable. atomicUpdate(RLPredicate<Record> filter, RLFunction<Record,java.lang.Boolean> action) -
Uses of RLFunction in org.nustaq.reallive.server
Methods in org.nustaq.reallive.server with parameters of type RLFunction Modifier and Type Method Description org.nustaq.kontraktor.IPromiseStorageDriver. atomicQuery(int senderId, java.lang.String key, RLFunction<Record,java.lang.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.voidStorageDriver. atomicUpdate(RLPredicate<Record> filter, RLFunction<Record,java.lang.Boolean> action)Constructors in org.nustaq.reallive.server with parameters of type RLFunction Constructor Description MapSpore(RLPredicate<Record> filter, RLFunction<Record,V> mapFun) -
Uses of RLFunction in org.nustaq.reallive.server.actors
Methods in org.nustaq.reallive.server.actors with parameters of type RLFunction Modifier and Type Method Description org.nustaq.kontraktor.IPromiseRealLiveTableActor. atomic(int senderId, java.lang.String key, RLFunction<Record,java.lang.Object> action)voidRealLiveTableActor. atomicUpdate(RLPredicate<Record> filter, RLFunction<Record,java.lang.Boolean> action) -
Uses of RLFunction in org.nustaq.reallive.server.storage
Methods in org.nustaq.reallive.server.storage that return RLFunction Modifier and Type Method Description RLFunction<Record,java.lang.Object>HashIndex. getHashGetter()Constructors in org.nustaq.reallive.server.storage with parameters of type RLFunction Constructor Description HashIndex(RLFunction<Record,java.lang.Object> hashGetter, java.lang.String hashPath)