Uses of Interface
org.nustaq.reallive.api.RecordStorage
Packages that use RecordStorage
Package
Description
-
Uses of RecordStorage in org.nustaq.reallive.api
Methods in org.nustaq.reallive.api that return RecordStorageMethods in org.nustaq.reallive.api with parameters of type RecordStorageModifier and TypeMethodDescription<T> voidStorageIndex.forEachWithSpore(Object hashValue, org.nustaq.kontraktor.Spore<Record, T> spore, RecordStorage store) -
Uses of RecordStorage in org.nustaq.reallive.server
Methods in org.nustaq.reallive.server that return RecordStorageMethods in org.nustaq.reallive.server with parameters of type RecordStorageConstructors in org.nustaq.reallive.server with parameters of type RecordStorage -
Uses of RecordStorage in org.nustaq.reallive.server.actors
Method parameters in org.nustaq.reallive.server.actors with type arguments of type RecordStorageModifier and TypeMethodDescriptionorg.nustaq.kontraktor.IPromiseRealLiveTableActor.init(Function<TableDescription, RecordStorage> storeFactory, TableDescription desc) -
Uses of RecordStorage in org.nustaq.reallive.server.storage
Classes in org.nustaq.reallive.server.storage that implement RecordStorageModifier and TypeClassDescriptionclassCreated by ruedi on 08/12/15.classclassCreated by ruedi on 03/08/15.classwraps a record storage and keeps a list of indices up-to-date by watching operations on the storeclassCreated by moelrue on 05.08.2015.Methods in org.nustaq.reallive.server.storage that return RecordStorageMethods in org.nustaq.reallive.server.storage with parameters of type RecordStorageModifier and TypeMethodDescription<T> voidHashIndex.forEachWithSpore(Object hashValue, org.nustaq.kontraktor.Spore<Record, T> spore, RecordStorage store) IndexedRecordStorage.wrapped(RecordStorage r) Constructors in org.nustaq.reallive.server.storage with parameters of type RecordStorageModifierConstructorDescriptionEncryptedStorageWrapper(Function<Record, Record> encryptionFun, Function<Record, Record> decryptionFun, RecordStorage wrapped)