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.cdc | |
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.events |
Contains Event Subscription functionality together with various events emitted by Ignite.
|
org.apache.ignite.maintenance |
Contains public interfaces for maintenance mechanism.
|
org.apache.ignite.mxbean |
Contains annotations for Dynamic MBeans.
|
org.apache.ignite.spi.tracing |
Contains common classes and interfaces for tracing SPI implementations.
|
Modifier and Type | Field and Description |
---|---|
static String |
IgniteSystemProperties.IGNITE_ENABLE_SUBQUERY_REWRITE_OPTIMIZATION
Enables subquery rewriting optimization.
|
static String |
IgniteSystemProperties.IGNITE_WAIT_FOR_BACKUPS_ON_SHUTDOWN
When enabled, node will wait until all of its data is backed up before shutting down.
|
Modifier and Type | Method and Description |
---|---|
@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. |
IgniteCache<K,V> |
IgniteCache.withReadRepair()
This is an experimental API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheEntryVersion
Entry event order.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexQuery<K,V>
Index queries work over distributed indexes and retrieve cache entries that match the specified criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
CdcConfiguration
This class defines
CdcMain runtime configuration. |
interface |
CdcConsumer
Consumer of WAL data change events.
|
interface |
CdcEvent
Event of single entry change.
|
class |
CdcLoader
Utility class to load
CdcMain from Spring XML configuration. |
Modifier and Type | Method and Description |
---|---|
String |
DataStorageConfiguration.getCdcWalPath()
Gets a path to the CDC directory.
|
long |
TransactionConfiguration.getDeadlockTimeout()
This is an experimental feature.
|
long |
IgniteConfiguration.getMvccVacuumFrequency()
This is an experimental feature.
|
int |
IgniteConfiguration.getMvccVacuumThreadCount()
This is an experimental feature.
|
PlatformCacheConfiguration |
CacheConfiguration.getPlatformCacheConfiguration()
Gets platform cache configuration.
|
long |
DataStorageConfiguration.getWalForceArchiveTimeout() |
boolean |
DataStorageConfiguration.isCdcEnabled()
Gets flag indicating whether CDC is enabled.
|
DataStorageConfiguration |
DataStorageConfiguration.setCdcEnabled(boolean cdcEnabled)
Sets flag indicating whether CDC enabled.
|
DataStorageConfiguration |
DataStorageConfiguration.setCdcWalPath(String cdcWalPath)
Sets a path for the CDC directory.
|
TransactionConfiguration |
TransactionConfiguration.setDeadlockTimeout(long deadlockTimeout)
This is an experimental feature.
|
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.
|
DataStorageConfiguration |
DataStorageConfiguration.setWalForceArchiveTimeout(long walForceArchiveTimeout) |
Modifier and Type | Class and Description |
---|---|
class |
CacheConsistencyViolationEvent
This is an experimental API.
|
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 |
PerformanceStatisticsMBean
MBean that provides access to performance statistics management.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TracingConfigurationManager
Allows to configure tracing, read the configuration and restore it to the defaults.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.12.0 Release Date : January 10 2022