Uses of Interface
org.rostore.client.KeySerializer
Packages that use KeySerializer
-
Uses of KeySerializer in org.rostore.client
Classes in org.rostore.client that implement KeySerializerFields in org.rostore.client declared as KeySerializerMethods in org.rostore.client with parameters of type KeySerializerModifier 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.Constructors in org.rostore.client with parameters of type KeySerializerModifierConstructorDescriptionprotectedGeneralContainer(RoStoreClient roStoreClient, String name, KeySerializer<K> keySerializer) protectedMappedContainer(RoStoreClient roStoreClient, String name, Mapper mapper, KeySerializer<K> keySerializer)