Uses of Class
org.rostore.v2.container.DataWithRecord
Package
Description
REST-related APIKey management classes
RoStore async classes for high-frequency massive concurrency
-
Uses of DataWithRecord in org.rostore.service.apikey
Modifier and TypeMethodDescriptionApiKeyManager.create
(ApiKeyPermissions apiKeyPermissions, Record record) ApiKeyManager.repairRootApiKeyEntry()
-
Uses of DataWithRecord in org.rostore.v2.container.async
Modifier 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.