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 | Method and Description |
---|---|
void |
BinaryHandler.serialize(Object data,
Object metaData,
CompressibleByteArrayOutputStream op,
ServerInfo serverInfo)
The data to serialize must be a byte array.
|
void |
DataHandler.serialize(Object data,
Object metaData,
CompressibleByteArrayOutputStream op,
ServerInfo serverInfo)
Serialze value
|
void |
JavaHandler.serialize(Object data,
Object metaData,
CompressibleByteArrayOutputStream op,
ServerInfo serverInfo) |
void |
StringHandler.serialize(Object data,
Object metaData,
CompressibleByteArrayOutputStream op,
ServerInfo serverInfo)
The data to serialize must be a String.
|
Modifier and Type | Method and Description |
---|---|
CompressibleByteArrayOutputStream |
CompressibleByteArrayOutputStreamPool.borrowStream() |
Modifier and Type | Method and Description |
---|---|
Queue<CompressibleByteArrayOutputStream> |
CompressibleByteArrayOutputStreamPool.getPool() |
Modifier and Type | Method and Description |
---|---|
boolean |
CompressibleByteArrayOutputStreamPool.returnStream(CompressibleByteArrayOutputStream stream) |
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.