| Package | Description |
|---|---|
| org.apache.ignite.internal.binary |
Contains binary APIs internal implementation.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.binary |
Implementation of binary processor.
|
| 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 |
|---|---|
void |
BinaryObjectOffheapImpl.finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
void |
BinaryObjectImpl.finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
void |
BinaryEnumObjectImpl.finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
CacheObject |
BinaryObjectOffheapImpl.prepareForCache(CacheObjectContext ctx)
Prepares cache object for cache (e.g. copies user-provided object if needed).
|
CacheObject |
BinaryObjectImpl.prepareForCache(CacheObjectContext ctx)
Prepares cache object for cache (e.g. copies user-provided object if needed).
|
CacheObject |
BinaryEnumObjectImpl.prepareForCache(CacheObjectContext ctx)
Prepares cache object for cache (e.g. copies user-provided object if needed).
|
void |
BinaryObjectOffheapImpl.prepareMarshal(CacheObjectContext ctx) |
void |
BinaryObjectImpl.prepareMarshal(CacheObjectContext ctx) |
void |
BinaryEnumObjectImpl.prepareMarshal(CacheObjectContext ctx) |
<T> T |
BinaryObjectOffheapImpl.value(CacheObjectContext ctx,
boolean cpy) |
<T> T |
BinaryObjectImpl.value(CacheObjectContext ctx,
boolean cpy) |
<T> T |
BinaryEnumObjectImpl.value(CacheObjectContext ctx,
boolean cpy) |
byte[] |
BinaryObjectOffheapImpl.valueBytes(CacheObjectContext ctx) |
byte[] |
BinaryObjectImpl.valueBytes(CacheObjectContext ctx) |
byte[] |
BinaryEnumObjectImpl.valueBytes(CacheObjectContext cacheCtx) |
| 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 |
KeyCacheObjectImpl.finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
void |
CacheObjectByteArrayImpl.finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
void |
CacheObject.finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
void |
CacheObjectImpl.finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
protected boolean |
CacheObjectAdapter.needCopy(CacheObjectContext ctx) |
CacheObject |
KeyCacheObjectImpl.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 |
CacheObject.prepareForCache(CacheObjectContext ctx)
Prepares cache object for cache (e.g. copies user-provided object if needed).
|
CacheObject |
CacheObjectImpl.prepareForCache(CacheObjectContext ctx)
Prepares cache object for cache (e.g. copies user-provided object if needed).
|
void |
KeyCacheObjectImpl.prepareMarshal(CacheObjectContext ctx) |
void |
CacheObjectByteArrayImpl.prepareMarshal(CacheObjectContext ctx) |
void |
CacheObject.prepareMarshal(CacheObjectContext ctx) |
void |
CacheObjectImpl.prepareMarshal(CacheObjectContext ctx) |
<T> T |
KeyCacheObjectImpl.value(CacheObjectContext ctx,
boolean cpy) |
<T> T |
CacheObjectByteArrayImpl.value(CacheObjectContext ctx,
boolean cpy) |
<T> T |
CacheObject.value(CacheObjectContext ctx,
boolean cpy) |
<T> T |
CacheObjectImpl.value(CacheObjectContext ctx,
boolean cpy) |
byte[] |
KeyCacheObjectImpl.valueBytes(CacheObjectContext ctx) |
byte[] |
CacheObjectByteArrayImpl.valueBytes(CacheObjectContext ctx) |
byte[] |
CacheObject.valueBytes(CacheObjectContext ctx) |
byte[] |
CacheObjectImpl.valueBytes(CacheObjectContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheObjectBinaryContext |
| Modifier and Type | Method and Description |
|---|---|
CacheObjectContext |
CacheObjectBinaryProcessorImpl.contextForCache(CacheConfiguration cfg) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
CacheObjectBinaryProcessorImpl.marshal(CacheObjectContext ctx,
Object val) |
KeyCacheObject |
CacheObjectBinaryProcessorImpl.toCacheKeyObject(CacheObjectContext ctx,
GridCacheContext cctx,
Object obj,
boolean userObj) |
CacheObject |
CacheObjectBinaryProcessorImpl.toCacheObject(CacheObjectContext ctx,
byte type,
byte[] bytes) |
CacheObject |
CacheObjectBinaryProcessorImpl.toCacheObject(CacheObjectContext ctx,
Object obj,
boolean userObj) |
Object |
CacheObjectBinaryProcessorImpl.unmarshal(CacheObjectContext ctx,
byte[] bytes,
ClassLoader clsLdr) |
| 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 |
IgniteCacheObjectProcessor.contextForCache(CacheConfiguration ccfg) |
CacheObjectContext |
IgniteCacheObjectProcessorImpl.contextForCache(CacheConfiguration ccfg) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
IgniteCacheObjectProcessor.marshal(CacheObjectContext ctx,
Object val) |
byte[] |
IgniteCacheObjectProcessorImpl.marshal(CacheObjectContext ctx,
Object val) |
protected int |
IgniteCacheObjectProcessorImpl.partition(CacheObjectContext ctx,
GridCacheContext cctx,
Object obj) |
KeyCacheObject |
IgniteCacheObjectProcessor.toCacheKeyObject(CacheObjectContext ctx,
GridCacheContext cctx,
Object obj,
boolean userObj) |
KeyCacheObject |
IgniteCacheObjectProcessorImpl.toCacheKeyObject(CacheObjectContext ctx,
GridCacheContext cctx,
Object obj,
boolean userObj) |
protected KeyCacheObject |
IgniteCacheObjectProcessorImpl.toCacheKeyObject0(CacheObjectContext ctx,
GridCacheContext cctx,
Object obj,
boolean userObj) |
CacheObject |
IgniteCacheObjectProcessor.toCacheObject(CacheObjectContext ctx,
byte type,
byte[] bytes) |
CacheObject |
IgniteCacheObjectProcessorImpl.toCacheObject(CacheObjectContext ctx,
byte type,
byte[] bytes) |
CacheObject |
IgniteCacheObjectProcessor.toCacheObject(CacheObjectContext ctx,
Object obj,
boolean userObj) |
CacheObject |
IgniteCacheObjectProcessorImpl.toCacheObject(CacheObjectContext ctx,
Object obj,
boolean userObj) |
Object |
IgniteCacheObjectProcessor.unmarshal(CacheObjectContext ctx,
byte[] bytes,
ClassLoader clsLdr) |
Object |
IgniteCacheObjectProcessorImpl.unmarshal(CacheObjectContext ctx,
byte[] bytes,
ClassLoader clsLdr) |
| Modifier and Type | Method and Description |
|---|---|
CacheObjectContext |
DataStreamerImpl.cacheObjectContext() |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017