Uses of Interface
org.rostore.client.KeySerializer
-
Uses of KeySerializer in org.rostore.client
Modifier and TypeMethodDescription<K> GeneralContainer
<K> RoStoreClient.getGeneralContainer
(String name, KeySerializer<K> keySerializer) Creates objectGeneralContainer
.<K> MappedContainer
<K> RoStoreClient.getMappedContainer
(String name, Mapper mapper, KeySerializer<K> keySerializer) Creates a new light-weight object that represents access to the container.ModifierConstructorDescriptionprotected
GeneralContainer
(RoStoreClient roStoreClient, String name, KeySerializer<K> keySerializer) protected
MappedContainer
(RoStoreClient roStoreClient, String name, Mapper mapper, KeySerializer<K> keySerializer)