| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal |
Contains main 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 processer.
|
| 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 default 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 | Method and Description |
|---|---|
Marshaller |
GridCacheContext.marshaller() |
Marshaller |
GridCacheSharedContext.marshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheSqlQuery.marshallParams(Marshaller m) |
void |
GridCacheSqlQuery.unmarshallParams(Marshaller m) |
| 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 |
IgfsAckMessage.finishUnmarshal(Marshaller marsh,
ClassLoader ldr) |
void |
IgfsCommunicationMessage.finishUnmarshal(Marshaller marsh,
ClassLoader ldr) |
void |
IgfsDeleteMessage.finishUnmarshal(Marshaller marsh,
ClassLoader ldr) |
void |
IgfsAckMessage.prepareMarshal(Marshaller marsh) |
void |
IgfsCommunicationMessage.prepareMarshal(Marshaller marsh) |
void |
IgfsDeleteMessage.prepareMarshal(Marshaller marsh) |
| 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) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015