Package | Description |
---|---|
org.apache.ignite.plugin |
Contains plugins management API.
|
org.apache.ignite.plugin.extensions.communication |
Contains extendable components for communication.
|
org.gridgain.grid.cache.compress |
Contains cache entry compression Zstandard-based implementation.
|
Modifier and Type | Method and Description |
---|---|
<T extends Extension> |
ExtensionRegistry.registerExtension(Class<T> extensionItf,
T extensionImpl)
Registers extension provided by plugin.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IgniteMessageFactory
Message factory for all communication messages registered using
IgniteMessageFactory.register(short, Supplier) method call. |
interface |
IoPool
The interface of IO Messaging Pool Extension.
|
interface |
MessageFactory
Deprecated.
Use
MessageFactoryProvider instead. |
interface |
MessageFactoryProvider
Provider of communication message factories.
|
interface |
MessageFormatter
Provides a custom format for communication messages.
|
Modifier and Type | Class and Description |
---|---|
class |
GzipCompressionConfiguration
Enables gzip-based compression.
|
class |
ZstdDictionaryCompressionConfiguration
Enables Zstandard-based compression with dictionary training and rotation.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024