Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache |
Contains main Data Grid APIs.
|
org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.maintenance |
Package contains public interfaces for maintenance mechanism.
|
org.apache.ignite.services |
Contains main Managed Services APIs.
|
org.apache.ignite.spi |
Contains common classes and interfaces for SPI implementations.
|
org.apache.ignite.spi.communication.tcp |
Contains default TCP/IP-based implementation for communication SPI.
|
org.apache.ignite.spi.tracing |
Contains common classes and interfaces for tracing SPI implementations.
|
org.gridgain.grid |
Contains base API classes.
|
org.gridgain.grid.cache.compress |
Contains cache entry compression Zstandard-based implementation.
|
org.gridgain.grid.cache.dr |
Contains cache data center replication API classes.
|
Modifier and Type | Field and Description |
---|---|
static String |
IgniteSystemProperties.IGNITE_CONFIGURATION_VIEW_PACKAGES
Comma separated packages list to expose in configuration view.
|
static String |
IgniteSystemProperties.IGNITE_ENABLE_SUBQUERY_REWRITE_OPTIMIZATION
Enables subquery rewriting optimization.
|
static String |
IgniteSystemProperties.IGNITE_WAIT_FOR_BACKUPS_ON_SHUTDOWN
Deprecated.
Use
ShutdownPolicy instead. |
Modifier and Type | Method and Description |
---|---|
<T> T |
IgniteServices.serviceProxy(String name,
Class<? super T> svcItf,
boolean sticky,
ServiceCallContext callCtx)
Gets a remote handle on the service with the specified caller context.
|
<T> T |
IgniteServices.serviceProxy(String name,
Class<? super T> svcItf,
boolean sticky,
ServiceCallContext callCtx,
long timeout)
Gets a remote handle on the service with the specified caller context and timeout.
|
boolean |
IgniteCache.touch(K key)
Updates the time to live value for the given
key . |
IgniteFuture<Boolean> |
IgniteCache.touchAsync(K key)
Updates the time to live value for the given
key . |
@NotNull TracingConfigurationManager |
Ignite.tracingConfiguration()
Returns the
TracingConfigurationManager instance that allows to
Configure tracing parameters such as sampling rate for the specific tracing coordinates
such as scope and label. |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheEntryVersion
Entry event order.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexQuery<K,V>
Index query is a high-level API that allows user to retrieve cache entries that match specified criteria.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EntryCompressionConfiguration
Cache entry compression configuration marker interface.
|
Modifier and Type | Method and Description |
---|---|
long |
TransactionConfiguration.getDeadlockTimeout()
This is an experimental feature.
|
@Nullable EntryCompressionConfiguration |
CacheConfiguration.getEntryCompressionConfiguration()
Gets compression configuration used to compress entries,
null when compression is not used. |
long |
IgniteConfiguration.getMvccVacuumFrequency()
This is an experimental feature.
|
int |
IgniteConfiguration.getMvccVacuumThreadCount()
This is an experimental feature.
|
PlatformCacheConfiguration |
CacheConfiguration.getPlatformCacheConfiguration()
Gets platform cache configuration.
|
TransactionConfiguration |
TransactionConfiguration.setDeadlockTimeout(long deadlockTimeout)
This is an experimental feature.
|
CacheConfiguration<K,V> |
CacheConfiguration.setEntryCompressionConfiguration(@Nullable EntryCompressionConfiguration entryCompressionCfg)
Sets compression configuration to be used to compress entries.
|
IgniteConfiguration |
IgniteConfiguration.setMvccVacuumFrequency(long mvccVacuumFreq)
This is an experimental feature.
|
IgniteConfiguration |
IgniteConfiguration.setMvccVacuumThreadCount(int mvccVacuumThreadCnt)
This is an experimental feature.
|
CacheConfiguration<K,V> |
CacheConfiguration.setPlatformCacheConfiguration(PlatformCacheConfiguration platformCfg)
Sets platform cache configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MaintenanceAction<T>
Maintenance action interface enables user to execute operations related to a particular
MaintenanceTask . |
interface |
MaintenanceRegistry
MaintenanceRegistry is a service local to each Ignite node
that allows to request performing maintenance actions on that particular node. |
class |
MaintenanceTask
Represents request to handle maintenance situation.
|
interface |
MaintenanceWorkflowCallback
Abstraction to decouple interaction between
MaintenanceRegistry
and components that may require maintenance. |
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceCallContext
Service call context.
|
class |
ServiceCallContextBuilder
Service call context builder.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteSpiContext.addMetricRegistryCreationListener(Consumer<ReadOnlyMetricRegistry> lsnr)
Register listener which will be notified on metric registry creation.
|
ReadOnlyMetricRegistry |
IgniteSpiContext.getOrCreateMetricRegistry(String name)
Returns exisiting or newly created instance of metric registry with given name.
|
Iterable<ReadOnlyMetricRegistry> |
IgniteSpiContext.metricRegistries()
Returns all registered metric registries.
|
void |
IgniteSpiContext.removeMetricRegistry(String name)
Removes metric registry with given name.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpCommunicationSpi.setConnectionRequestor(org.apache.ignite.spi.communication.tcp.internal.ConnectionRequestor connectionRequestor) |
Modifier and Type | Interface and Description |
---|---|
interface |
TracingConfigurationManager
Allows to configure tracing, read the configuration and restore it to the defaults.
|
Modifier and Type | Method and Description |
---|---|
IgniteFuture<?> |
GridDr.flush(String cacheName)
Flushes DR updates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompressionMetrics
Compression implementation metrics.
|
interface |
DictionaryMetrics
Compression with dictionary cycling implementation metrics.
|
class |
GzipCompressionConfiguration
Enables gzip-based compression.
|
class |
GzipCompressionStrategy
Gzip-based implementation of
EntryCompressionStrategy . |
class |
ZstdDictionaryCompressionConfiguration
Enables Zstandard-based compression with dictionary training and rotation.
|
Modifier and Type | Method and Description |
---|---|
long |
CacheDrSenderConfiguration.getBackupSyncFrequency()
Gets backup part's DR state synchronization frequency.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024