public class CacheObjectTransformerUtils extends Object
| Constructor and Description |
|---|
CacheObjectTransformerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
restoreIfNecessary(byte[] bytes,
CacheObjectValueContext ctx)
Restores transformed bytes if necessary.
|
static byte[] |
transformIfNecessary(byte[] bytes,
CacheObjectValueContext ctx)
Transforms bytes according to
CacheObjectTransformerManager when specified. |
static byte[] |
transformIfNecessary(byte[] bytes,
int offset,
int length,
CacheObjectValueContext ctx)
Transforms bytes according to
CacheObjectTransformerManager when specified. |
public static byte[] transformIfNecessary(byte[] bytes,
CacheObjectValueContext ctx)
CacheObjectTransformerManager when specified.bytes - Given bytes.ctx - Context.public static byte[] transformIfNecessary(byte[] bytes,
int offset,
int length,
CacheObjectValueContext ctx)
CacheObjectTransformerManager when specified.bytes - Given bytes.ctx - Context.public static byte[] restoreIfNecessary(byte[] bytes,
CacheObjectValueContext ctx)
bytes - Given bytes.ctx - Context.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023