| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.marshaller |
Contains various supported marshallers.
|
| org.apache.ignite.marshaller.jdk |
Contains JDK java.io based marshaller.
|
| Modifier and Type | Method and Description |
|---|---|
JdkMarshaller |
MarshallerContextImpl.jdkMarshaller()
Returns JDK marshaller instance.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable DataStorageConfiguration |
GridCacheUtils.extractDataStorage(ClusterNode node,
JdkMarshaller marshaller,
ClassLoader clsLdr)
Extract and unmarshal data storage configuration from given node.
|
static boolean |
GridCacheUtils.isInMemoryCluster(Collection<ClusterNode> nodes,
JdkMarshaller marshaller,
ClassLoader clsLdr) |
| Modifier and Type | Method and Description |
|---|---|
JdkMarshaller |
MarshallerContext.jdkMarshaller()
Returns JDK marshaller instance.
|
static JdkMarshaller |
MarshallerUtils.jdkMarshaller(@Nullable String nodeName)
Create JDK marshaller with provided node name.
|
| Modifier and Type | Field and Description |
|---|---|
static JdkMarshaller |
JdkMarshaller.DEFAULT
Default instance.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021