| 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.
|
| Class and Description |
|---|
| ClassDescriptors
Holds Class Descriptors in an internal array.
|
| ClassDescriptorStorage
Defines a persistent ClassDescriptor Store for
OptiObjectInputStream and OptiObjectOutputStream. |
| CompressibleByteArrayOutputStream
An OutputStream that compresses the data once the size crosses a certain threshold.
|
| Class and Description |
|---|
| ClassDescriptors
Holds Class Descriptors in an internal array.
|
| ClassDescriptorsInfo
Parent class of ClassDescriptors holding just the specVersion (Currently 1) and the versionNo.
|
| ClassDescriptorStorage
Defines a persistent ClassDescriptor Store for
OptiObjectInputStream and OptiObjectOutputStream. |
| CompressibleByteArrayOutputStream
An OutputStream that compresses the data once the size crosses a certain threshold.
|
| CompressibleByteArrayOutputStreamPool
This is a class to reuse CompressibleByteArrayOutputStream to avoid creating a new one every time.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.