Uses of Class
org.rostore.v2.container.DataWithRecord
Packages that use DataWithRecord
Package
Description
REST-related APIKey management classes
RoStore async classes for high-frequency massive concurrency
-
Uses of DataWithRecord in org.rostore.service.apikey
Methods in org.rostore.service.apikey that return DataWithRecordModifier and TypeMethodDescriptionApiKeyManager.create(ApiKeyPermissions apiKeyPermissions, Record record) ApiKeyManager.repairRootApiKeyEntry() -
Uses of DataWithRecord in org.rostore.v2.container.async
Methods in org.rostore.v2.container.async that return DataWithRecordModifier and TypeMethodDescription<T> DataWithRecord<T> Gets a value based on key from container.<T> DataWithRecord<T> AsyncContainer.get(int sessionId, byte[] key, Function<InputStream, T> valueDeserializer) Gets a value based on key from container.<T> DataWithRecord<T> Gets a value based on key from container.