Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
org.aredis.io |
Contains io utility classes used by aredis mainly for Compression on the fly and Optimizing Object Serialization by maintaining Class Descriptors in a common storage.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisClassDescriptorStorage
Implementation of ClassDescriptorStorage used by aredis that stores the ClassDescriptors on a redis server.
|
Modifier and Type | Method and Description |
---|---|
ClassDescriptorStorage |
ClassDescriptorStorageFactory.getStorage(ServerInfo conInfo)
Gets the store to use.
|
Constructor and Description |
---|
OptiObjectInputStream(InputStream in,
ClassDescriptorStorage pdescriptorsStorage)
Creates an OptiObjectInputStream.
|
OptiObjectOutputStream(OutputStream out,
ClassDescriptorStorage pdescriptorsStorage)
Creates an OptiObjectOutputStream with syncToStorate as true.
|
OptiObjectOutputStream(OutputStream out,
ClassDescriptorStorage pdescriptorsStorage,
boolean psyncToStorage)
Creates an OptiObjectOutputStream.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.