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.hadoop.planner |
Ignite Hadoop Accelerator planner 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.apache.ignite.stream.twitter |
Contains implementation of Twitter Streamer.
|
org.apache.ignite.stream.zeromq |
Contains implementation of ZeroMQ Streamer.
|
org.apache.ignite.visor.plugin |
Contains Visor Plugin extension functionality.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setGridLogger(IgniteLogger log)
Sets logger to use within grid.
|
Modifier and Type | Field and Description |
---|---|
protected IgniteLogger |
HadoopAbstractMapReducePlanner.log
Logger.
|
Modifier and Type | Class and Description |
---|---|
class |
NullLogger
Logger which does not output anything.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
NullLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
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 |
PluginContext.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
CachePluginContext.log(Class<?> cls)
Gets logger for given class.
|
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 |
TwitterStreamer.log
Logger.
|
Modifier and Type | Field and Description |
---|---|
protected IgniteLogger |
IgniteZeroMqStreamer.log
Logger.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
VisorPluginModel.logger()
Get logger.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019