Uses of Interface
org.nustaq.reallive.api.RLFunction
Packages that use RLFunction
Package
Description
-
Uses of RLFunction in org.nustaq.reallive.api
Methods in org.nustaq.reallive.api with parameters of type RLFunctionModifier and TypeMethodDescriptionorg.nustaq.kontraktor.IPromiseRealLiveTable.atomic(int senderId, String key, RLFunction<Record, 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(String key, RLFunction<Record, Object> action) voidRealLiveTable.atomicUpdate(RLPredicate<Record> filter, RLFunction<Record, 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 RLFunctionModifier and TypeMethodDescriptionorg.nustaq.kontraktor.IPromiseShardedTable.atomic(int senderId, String key, RLFunction<Record, Object> action) voidShardedTable.atomicUpdate(RLPredicate<Record> filter, RLFunction<Record, Boolean> action) -
Uses of RLFunction in org.nustaq.reallive.server
Methods in org.nustaq.reallive.server with parameters of type RLFunctionModifier and TypeMethodDescriptionorg.nustaq.kontraktor.IPromiseStorageDriver.atomic(int senderId, String key, RLFunction<Record, 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.atomicQuery(int senderId, RLPredicate<Record> filter, RLFunction<Record, Boolean> action) Constructors in org.nustaq.reallive.server with parameters of type RLFunction -
Uses of RLFunction in org.nustaq.reallive.server.actors
Methods in org.nustaq.reallive.server.actors with parameters of type RLFunctionModifier and TypeMethodDescriptionorg.nustaq.kontraktor.IPromiseRealLiveTableActor.atomic(int senderId, String key, RLFunction<Record, Object> action) voidRealLiveTableActor.atomicUpdate(RLPredicate<Record> filter, RLFunction<Record, Boolean> action) -
Uses of RLFunction in org.nustaq.reallive.server.storage
Methods in org.nustaq.reallive.server.storage that return RLFunctionConstructors in org.nustaq.reallive.server.storage with parameters of type RLFunction