| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.distributed.near | |
| org.apache.ignite.internal.processors.cache.version | |
| org.apache.ignite.internal.processors.cacheobject |
Cache object processor.
|
| org.apache.ignite.internal.processors.datastreamer |
Data streamer processor.
|
| Modifier and Type | Method and Description |
|---|---|
CacheObjectContext |
GridCacheContext.cacheObjectContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheContext.cacheObjectContext(CacheObjectContext cacheObjCtx)
Sets cache object context.
|
void |
CacheObjectImpl.finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
void |
CacheObjectByteArrayImpl.finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
void |
KeyCacheObjectImpl.finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
void |
CacheObject.finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
protected boolean |
CacheObjectAdapter.needCopy(CacheObjectContext ctx) |
CacheObject |
CacheObjectImpl.prepareForCache(CacheObjectContext ctx)
Prepares cache object for cache (e.g. copies user-provided object if needed).
|
CacheObject |
CacheObjectByteArrayImpl.prepareForCache(CacheObjectContext ctx)
Prepares cache object for cache (e.g. copies user-provided object if needed).
|
CacheObject |
KeyCacheObjectImpl.prepareForCache(CacheObjectContext ctx)
Prepares cache object for cache (e.g. copies user-provided object if needed).
|
CacheObject |
CacheObject.prepareForCache(CacheObjectContext ctx)
Prepares cache object for cache (e.g. copies user-provided object if needed).
|
void |
CacheObjectImpl.prepareMarshal(CacheObjectContext ctx) |
void |
CacheObjectByteArrayImpl.prepareMarshal(CacheObjectContext ctx) |
void |
KeyCacheObjectImpl.prepareMarshal(CacheObjectContext ctx) |
void |
CacheObject.prepareMarshal(CacheObjectContext ctx) |
<T> T |
CacheObjectImpl.value(CacheObjectContext ctx,
boolean cpy) |
<T> T |
CacheObjectByteArrayImpl.value(CacheObjectContext ctx,
boolean cpy) |
<T> T |
KeyCacheObjectImpl.value(CacheObjectContext ctx,
boolean cpy) |
<T> T |
CacheObject.value(CacheObjectContext ctx,
boolean cpy) |
byte[] |
CacheObjectImpl.valueBytes(CacheObjectContext ctx) |
byte[] |
CacheObjectByteArrayImpl.valueBytes(CacheObjectContext ctx) |
byte[] |
KeyCacheObjectImpl.valueBytes(CacheObjectContext ctx) |
byte[] |
CacheObject.valueBytes(CacheObjectContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheVersionedValue.prepareMarshal(CacheObjectContext ctx)
This method is called before the whole message is sent
and is responsible for pre-marshalling state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheRawVersionedEntry.marshal(CacheObjectContext ctx,
Marshaller marsh)
Perform internal marshal of this entry before it will be serialized.
|
void |
GridCacheRawVersionedEntry.prepareDirectMarshal(CacheObjectContext ctx) |
void |
GridCacheRawVersionedEntry.unmarshal(CacheObjectContext ctx) |
void |
GridCacheRawVersionedEntry.unmarshal(CacheObjectContext ctx,
Marshaller marsh)
Perform internal unmarshal of this entry.
|
void |
GridCacheRawVersionedEntry.unmarshalKey(CacheObjectContext ctx,
Marshaller marsh)
Perform internal key unmarshal of this entry.
|
| Modifier and Type | Method and Description |
|---|---|
CacheObjectContext |
IgniteCacheObjectProcessorImpl.contextForCache(ClusterNode node,
String cacheName) |
CacheObjectContext |
IgniteCacheObjectProcessor.contextForCache(ClusterNode node,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
IgniteCacheObjectProcessorImpl.marshal(CacheObjectContext ctx,
Object val) |
byte[] |
IgniteCacheObjectProcessor.marshal(CacheObjectContext ctx,
Object val) |
KeyCacheObject |
IgniteCacheObjectProcessorImpl.toCacheKeyObject(CacheObjectContext ctx,
Object obj,
boolean userObj) |
KeyCacheObject |
IgniteCacheObjectProcessor.toCacheKeyObject(CacheObjectContext ctx,
Object obj,
boolean userObj) |
CacheObject |
IgniteCacheObjectProcessorImpl.toCacheObject(CacheObjectContext ctx,
byte type,
byte[] bytes) |
CacheObject |
IgniteCacheObjectProcessor.toCacheObject(CacheObjectContext ctx,
byte type,
byte[] bytes) |
CacheObject |
IgniteCacheObjectProcessorImpl.toCacheObject(CacheObjectContext ctx,
Object obj,
boolean userObj) |
CacheObject |
IgniteCacheObjectProcessor.toCacheObject(CacheObjectContext ctx,
Object obj,
boolean userObj) |
Object |
IgniteCacheObjectProcessorImpl.unmarshal(CacheObjectContext ctx,
byte[] bytes,
ClassLoader clsLdr) |
Object |
IgniteCacheObjectProcessor.unmarshal(CacheObjectContext ctx,
byte[] bytes,
ClassLoader clsLdr) |
| Modifier and Type | Method and Description |
|---|---|
CacheObjectContext |
DataStreamerImpl.cacheObjectContext() |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015