Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
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 |
Contains common classes and interfaces for SPI implementations.
|
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 | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheConsistencyViolationEvent<K,V>
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 | 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 | 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.10.0 Release Date : March 10 2021