| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.binary |
Contains binary APIs internal implementation.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.query | |
| org.apache.ignite.internal.processors.cache.version | |
| org.apache.ignite.internal.processors.igfs |
Contains high performance file system processor.
|
| org.apache.ignite.internal.processors.query.h2.twostep.messages | |
| org.apache.ignite.marshaller |
Contains various supported marshallers.
|
| org.apache.ignite.marshaller.jdk |
Contains JDK java.io based marshaller.
|
| org.apache.ignite.marshaller.optimized |
Contains Optimized marshaller.
|
| org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
| org.apache.ignite.spi.discovery.tcp.messages |
Contains implementation messages.
|
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
IgniteConfiguration.getMarshaller()
Should return an instance of marshaller to use in grid.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteConfiguration |
IgniteConfiguration.setMarshaller(Marshaller marsh)
Sets marshaller to use within grid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridJobSiblingsResponse.unmarshalSiblings(Marshaller marsh) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryMarshaller
Implementation of
Marshaller that lets to serialize and deserialize all objects
in the binary format. |
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
GridCacheContext.marshaller() |
Marshaller |
GridCacheSharedContext.marshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheQueryMarshallable.marshall(Marshaller m) |
void |
GridCacheSqlQuery.marshall(Marshaller m) |
void |
GridCacheQueryMarshallable.unmarshall(Marshaller m,
GridKernalContext ctx) |
void |
GridCacheSqlQuery.unmarshall(Marshaller m,
GridKernalContext ctx) |
| 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.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 |
|---|---|
void |
IgfsDeleteMessage.finishUnmarshal(Marshaller marsh,
ClassLoader ldr) |
void |
IgfsCommunicationMessage.finishUnmarshal(Marshaller marsh,
ClassLoader ldr) |
void |
IgfsAckMessage.finishUnmarshal(Marshaller marsh,
ClassLoader ldr) |
void |
IgfsDeleteMessage.prepareMarshal(Marshaller marsh) |
void |
IgfsCommunicationMessage.prepareMarshal(Marshaller marsh) |
void |
IgfsAckMessage.prepareMarshal(Marshaller marsh) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridQueryRequest.marshall(Marshaller m)
Deprecated.
|
void |
GridQueryRequest.unmarshall(Marshaller m,
GridKernalContext ctx)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMarshaller
Base class for marshallers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdkMarshaller
Implementation of
Marshaller based on JDK serialization mechanism. |
| Modifier and Type | Class and Description |
|---|---|
class |
OptimizedMarshaller
Optimized implementation of
Marshaller. |
| Modifier and Type | Field and Description |
|---|---|
protected Marshaller |
TcpDiscoverySpi.marsh
Marshaller.
|
| Modifier and Type | Method and Description |
|---|---|
DiscoverySpiCustomMessage |
TcpDiscoveryCustomEventMessage.message(Marshaller marsh,
ClassLoader ldr) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016