Package | Description |
---|---|
org.apache.ignite.configuration | |
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.
|
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 |
---|---|
void |
IgniteConfiguration.setMarshaller(Marshaller marsh)
Sets marshaller to use within grid.
|
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 . |
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015