public interface ClassDescriptorStorageFactory
ClassDescriptorStorage
for the given Redis Server.
This is used by the OPTI_JAVA_HANDLER when serializing and de-serializing java objects.Modifier and Type | Method and Description |
---|---|
ClassDescriptorStorage |
getStorage(ServerInfo conInfo)
Gets the store to use.
|
ClassDescriptorStorage getStorage(ServerInfo conInfo)
conInfo
- Redis Server for which the storage is required. This may be ignored if the factory is a single
store like RedisClassDescriptorStorageFactory
and not specific to the Redis Server like
PerConnectionRedisClassDescriptorStorageFactory
.Copyright © 2013- Suresh Mahalingam. All Rights Reserved.