Uses of Class
org.rostore.client.MappedContainer
Packages that use MappedContainer
-
Uses of MappedContainer in org.rostore.client
Methods in org.rostore.client that return MappedContainerModifier and TypeMethodDescription<K> MappedContainer<K> RoStoreClient.getMappedContainer(String name, Mapper mapper) Creates a new light-weight object that represents access to the container.<K> MappedContainer<K> RoStoreClient.getMappedContainer(String name, Mapper mapper, KeySerializer<K> keySerializer) Creates a new light-weight object that represents access to the container.