Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache.hibernate |
Contains implementation of Hibernate L2 cache.
|
org.apache.ignite.cache.store.cassandra.common |
Contains commonly used helper classes
|
org.apache.ignite.cache.store.cassandra.datasource |
Contains data source implementation
|
org.apache.ignite.cache.store.cassandra.session |
Contains classes responsible for handling sessions and communication with Cassandra
|
org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.logger |
Contains logging functionality used throughout the system.
|
org.apache.ignite.logger.java |
Contains Java logging implementation for logging.
|
org.apache.ignite.logger.jcl |
Contains Jakarta commons logging implementation for logging.
|
org.apache.ignite.logger.log4j |
Contains default Log4j implementation for logging.
|
org.apache.ignite.logger.log4j2 |
Contains default Log4j2 implementation for logging.
|
org.apache.ignite.logger.slf4j |
Contains SLF4J implementation for logging.
|
org.apache.ignite.ml |
Root ML package.
|
org.apache.ignite.ml.environment.logging |
Package contains several logging strategy realisations.
|
org.apache.ignite.ml.math |
Contains main APIs for matrix/vector algebra.
|
org.apache.ignite.plugin |
Contains plugins management API.
|
org.apache.ignite.spi |
Contains common classes and interfaces for SPI implementations.
|
org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
org.apache.ignite.spi.encryption.keystore |
Contains encryption SPI implementation based on standard jdk keystore.
|
org.gridgain.grid.cache.store.local |
Contains cache file local store API classes.
|
org.gridgain.grid.persistentstore.snapshot.file |
Contains base GridGain database snapshot SPI file implementation.
|
org.gridgain.grid.persistentstore.snapshot.file.copy |
Contains two-phases copy strategy implementation.
|
org.gridgain.grid.persistentstore.snapshot.file.remote |
Contains remote GridGain database snapshot SPI file implementation.
|
org.gridgain.grid.persistentstore.snapshot.file.remote.wal |
Contains GridGain database snapshot SPI file implementation for remote WAL.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
IgniteLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
IgniteLogger |
IgniteSpringBean.log()
Gets grid's logger.
|
IgniteLogger |
Ignite.log()
Gets grid's logger.
|
Modifier and Type | Field and Description |
---|---|
protected IgniteLogger |
HibernateAccessStrategyAdapter.log |
Constructor and Description |
---|
RandomSleeper(int min,
int max,
int incr,
IgniteLogger log)
Creates sleeper instance.
|
Modifier and Type | Method and Description |
---|---|
CassandraSession |
DataSource.session(IgniteLogger log)
Creates Cassandra session wrapper if it wasn't created yet and returns it
|
Constructor and Description |
---|
CassandraSessionImpl(com.datastax.driver.core.Cluster.Builder builder,
Integer fetchSize,
com.datastax.driver.core.ConsistencyLevel readConsistency,
com.datastax.driver.core.ConsistencyLevel writeConsistency,
long expirationTimeout,
IgniteLogger log)
Creates instance of Cassandra driver session wrapper.
|
LoadCacheCustomQueryWorker(CassandraSession ses,
com.datastax.driver.core.Statement stmt,
PersistenceController ctrl,
IgniteLogger log,
IgniteBiInClosure<K,V> clo) |
LoadCacheCustomQueryWorker(CassandraSession ses,
String qry,
PersistenceController ctrl,
IgniteLogger log,
IgniteBiInClosure<K,V> clo) |
Modifier and Type | Field and Description |
---|---|
protected IgniteLogger |
CacheAbstractJdbcStore.log
Auto-injected logger instance.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
IgniteConfiguration.getGridLogger()
Should return an instance of logger to use in grid.
|
IgniteLogger |
ClientConfiguration.getLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setGridLogger(IgniteLogger log)
Sets logger to use within grid.
|
ClientConfiguration |
ClientConfiguration.setLogger(IgniteLogger logger)
Sets the logger.
|
Modifier and Type | Class and Description |
---|---|
class |
EchoingLogger
IgniteLogger wrapper that echoes log messages to arbitrary target. |
class |
NullLogger
Logger which does not output anything.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
EchoingLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
IgniteLogger |
NullLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
static IgniteLogger |
NullLogger.whenNull(IgniteLogger log) |
Modifier and Type | Method and Description |
---|---|
static IgniteLogger |
NullLogger.whenNull(IgniteLogger log) |
Constructor and Description |
---|
EchoingLogger(@NotNull IgniteLogger delegate,
@NotNull Consumer<String> echoTo) |
Modifier and Type | Class and Description |
---|---|
class |
JavaLogger
Logger to use with Java logging.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
JavaLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JclLogger
This logger wraps any JCL (Jakarta Commons Logging)
loggers.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
JclLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4JLogger
Log4j-based implementation for logging.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4J2Logger
Log4j2-based implementation for logging.
|
Modifier and Type | Class and Description |
---|---|
class |
Slf4jLogger
SLF4J-based implementation for logging.
|
Modifier and Type | Method and Description |
---|---|
void |
FileExporter.setLog(IgniteLogger log) |
Modifier and Type | Method and Description |
---|---|
static org.apache.ignite.ml.environment.logging.CustomMLLogger.Factory |
CustomMLLogger.factory(IgniteLogger rootLog)
Returns factory for OnIgniteLogger instantiating.
|
Modifier and Type | Method and Description |
---|---|
static void |
Tracer.showAscii(Matrix mtx,
IgniteLogger log,
String fmt) |
static void |
Tracer.showAscii(Vector vec,
IgniteLogger log) |
static void |
Tracer.showAscii(Vector vec,
IgniteLogger log,
String fmt) |
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
CachePluginContext.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
PluginContext.log(Class<?> cls)
Gets logger for given class.
|
Modifier and Type | Field and Description |
---|---|
protected IgniteLogger |
IgniteSpiAdapter.log |
Constructor and Description |
---|
IgniteSpiThread(String igniteInstanceName,
String name,
IgniteLogger log)
Creates thread with given
name . |
IgniteSpiThreadFactory(String igniteInstanceName,
String threadName,
IgniteLogger log) |
Modifier and Type | Field and Description |
---|---|
protected IgniteLogger |
TcpDiscoverySpi.log
Logger.
|
Modifier and Type | Field and Description |
---|---|
protected IgniteLogger |
KeystoreEncryptionSpi.log
Logger.
|
Modifier and Type | Field and Description |
---|---|
protected IgniteLogger |
CacheFileLocalStore.log |
Constructor and Description |
---|
DeleteFileVisitor(org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotOperationContext ctx,
IgniteLogger log) |
ZipCompressionTask(org.gridgain.grid.internal.processors.cache.database.snapshot.file.FsSnapshotPath file,
int compressionLevel,
org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotOperationContext snapshotOperationContext,
org.gridgain.grid.internal.processors.cache.database.SnapshotMetricsMXBeanImpl snapshotMetricsMXBean,
IgniteLogger logger)
Deprecated.
File to compress.
|
Constructor and Description |
---|
TwoPhaseFilesCopyStrategy(boolean onlyIfNotExists,
IgniteLogger igniteLogger) |
Modifier and Type | Method and Description |
---|---|
static @Nullable Collection<org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath> |
SnapshotPathFactory.create(@Nullable Collection<org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotRemotePath> files,
@Nullable IgniteLogger log,
@Nullable SftpConfiguration sftpConfiguration)
Converts
File to SnapshotPath in collection. |
static void |
SnapshotPathOperationsHelper.ensureDirectory(@NotNull org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath snapshotPath,
@NotNull String msg,
@Nullable IgniteLogger log)
Ensures that this is a directory.
|
Constructor and Description |
---|
DescriptorFactory(IgniteLogger log) |
GridGainWalIteratorFactory(IgniteLogger log) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024