Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.marshaller |
Contains various supported marshallers.
|
org.apache.ignite.marshaller.jdk |
Contains JDK java.io based marshaller.
|
org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
Modifier and Type | Method and Description |
---|---|
Marshaller |
IgniteConfiguration.getMarshaller()
Deprecated.
Since 2.1. Some Ignite features will not work if non-null marshaller is set
(IgniteCache.withKeepBinary(), .NET, CPP, ODBC)
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setMarshaller(Marshaller marsh)
Deprecated.
Since 2.1. Some Ignite features will not work if non-null marshaller is set
(IgniteCache.withKeepBinary(), .NET, CPP, ODBC)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMarshaller
Base class for marshallers.
|
class |
AbstractNodeNameAwareMarshaller
Marshaller allowing for
Ignition.localIgnite() calls. |
Modifier and Type | Method and Description |
---|---|
static void |
MarshallerUtils.setNodeName(Marshaller marsh,
@Nullable String nodeName)
Set node name to marshaller context if possible.
|
Modifier and Type | Class and Description |
---|---|
class |
JdkMarshaller
Implementation of
Marshaller based on JDK serialization mechanism. |
Modifier and Type | Method and Description |
---|---|
protected Marshaller |
TcpDiscoverySpi.marshaller() |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019