| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
IgniteLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
IgniteLogger |
Ignite.log()
Gets grid's logger.
|
| 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 | Class and Description |
|---|---|
class |
GridLoggerProxy |
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
GridLoggerProxy.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
IgniteLogger |
IgniteKernal.log()
Gets grid's logger.
|
IgniteLogger |
GridKernalContext.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
GridKernalContextImpl.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
GridCachePluginContext.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
GridPluginContext.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
GridKernalContext.log(String ctgr)
Gets logger for given category.
|
IgniteLogger |
GridKernalContextImpl.log(String ctgr)
Gets logger for given category.
|
IgniteLogger |
ComputeTaskInternalFuture.logger() |
| Constructor and Description |
|---|
GridLoggerProxy(IgniteLogger impl,
Object ctgr,
String igniteInstanceName,
String id8) |
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
BinaryContext.log() |
| Constructor and Description |
|---|
BinaryContext(BinaryMetadataHandler metaHnd,
IgniteConfiguration igniteCfg,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
GridTcpRouterConfiguration.getLogger()
Gets logger for the router instance.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpRouterConfiguration |
GridTcpRouterConfiguration.setLogger(IgniteLogger log)
Sets logger for the router instance.
|
| Constructor and Description |
|---|
GridTcpRouterNioListenerAdapter(IgniteLogger log,
GridRouterClientImpl client) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformLogger
Logger that delegates to platform.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
PlatformLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
GridManagerAdapter.log
Logger.
|
| Constructor and Description |
|---|
MappedFileMemoryProvider(IgniteLogger log,
File allocationPath) |
| Constructor and Description |
|---|
UnsafeMemoryProvider(IgniteLogger log) |
| Constructor and Description |
|---|
PageMemoryNoStoreImpl(IgniteLogger log,
DirectMemoryProvider directMemoryProvider,
GridCacheSharedContext<?,?> sharedCtx,
int pageSize,
MemoryPolicyConfiguration memPlcCfg,
MemoryMetricsImpl memMetrics,
boolean trackAcquiredPages) |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
GridProcessorAdapter.log
Grid logger.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
GridCachePreloaderAdapter.log
Logger.
|
protected IgniteLogger |
GridCacheClearAllRunnable.log
Logger.
|
protected static IgniteLogger |
GridCacheMapEntry.log
Logger.
|
protected IgniteLogger |
GridCacheSharedManagerAdapter.log
Logger.
|
protected IgniteLogger |
GridCacheDefaultAffinityKeyMapper.log
Logger.
|
protected IgniteLogger |
GridCacheManagerAdapter.log
Logger.
|
protected IgniteLogger |
GridCacheAdapter.log
Logger.
|
protected IgniteLogger |
GridCacheAdapter.txLockMsgLog
Logger.
|
| Modifier and Type | Field and Description |
|---|---|
protected static AtomicReference<IgniteLogger> |
GridCacheMapEntry.logRef
Static logger to avoid re-creation.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
GridCacheSharedContext.atomicMessageLogger() |
protected IgniteLogger |
GridCacheSharedManagerAdapter.log() |
protected IgniteLogger |
GridCacheManagerAdapter.log() |
protected IgniteLogger |
GridCacheAdapter.log() |
IgniteLogger |
GridCacheContext.logger(Class<?> cls) |
IgniteLogger |
GridCacheSharedContext.logger(Class<?> cls)
Gets grid logger for given class.
|
IgniteLogger |
GridCacheContext.logger(String ctgr) |
IgniteLogger |
GridCacheSharedContext.logger(String category) |
IgniteLogger |
GridCacheSharedContext.messageLogger() |
IgniteLogger |
GridCacheMessage.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridCacheSharedContext.txFinishMessageLogger() |
IgniteLogger |
GridCacheSharedContext.txLockMessageLogger() |
IgniteLogger |
GridCacheSharedContext.txPrepareMessageLogger() |
IgniteLogger |
GridCacheSharedContext.txRecoveryMessageLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
GridCacheUtils.checkAttributeMismatch(IgniteLogger log,
CacheConfiguration locCfg,
CacheConfiguration rmtCfg,
UUID rmtNodeId,
T2<String,String> attr,
boolean fail)
Checks that local and remove configurations have the same value of given attribute.
|
static void |
GridCacheUtils.checkAttributeMismatch(IgniteLogger log,
String cfgName,
UUID rmtNodeId,
String attrName,
String attrMsg,
Object locVal,
Object rmtVal,
boolean fail)
Checks that cache configuration attribute has the same value in local and remote cache configurations.
|
void |
GridCacheContext.dhtMap(GridDhtCacheEntry entry,
GridCacheVersion explicitLockVer,
IgniteLogger log,
Map<ClusterNode,List<GridDhtCacheEntry>> dhtMap,
Map<ClusterNode,List<GridDhtCacheEntry>> nearMap) |
void |
GridCacheContext.dhtMap(UUID nearNodeId,
AffinityTopologyVersion topVer,
GridDhtCacheEntry entry,
GridCacheVersion explicitLockVer,
IgniteLogger log,
Map<ClusterNode,List<GridDhtCacheEntry>> dhtMap,
Map<ClusterNode,List<GridDhtCacheEntry>> nearMap) |
static IgniteInClosure<IgniteInternalFuture<?>> |
GridCacheUtils.errorLogger(IgniteLogger log,
Class<? extends Exception>... excl) |
| Constructor and Description |
|---|
CacheWeakQueryIteratorsHolder(IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteCacheDatabaseSharedManager.dumpStatistics(IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
FreeList.dumpStatistics(IgniteLogger log) |
void |
FreeListImpl.dumpStatistics(IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
GridDistributedTxFinishResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridCacheTxRecoveryRequest.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedTxPrepareResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedTxPrepareRequest.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridCacheTxRecoveryResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedLockResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedUnlockRequest.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedLockRequest.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedTxFinishRequest.messageLogger(GridCacheSharedContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
protected static IgniteLogger |
GridNearAtomicAbstractUpdateFuture.log
Logger.
|
protected static IgniteLogger |
GridDhtAtomicAbstractUpdateFuture.log
Logger.
|
protected static IgniteLogger |
GridNearAtomicAbstractUpdateFuture.msgLog
Logger.
|
protected static IgniteLogger |
GridDhtAtomicAbstractUpdateFuture.msgLog
Logger.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
GridNearAtomicUpdateResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDhtAtomicUpdateResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDhtAtomicDeferredUpdateResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDhtAtomicAbstractUpdateRequest.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridNearAtomicAbstractUpdateRequest.messageLogger(GridCacheSharedContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
protected static IgniteLogger |
GridNearTxPrepareFutureAdapter.log
Logger.
|
protected static IgniteLogger |
GridNearTxPrepareFutureAdapter.msgLog
Logger.
|
protected static IgniteLogger |
GridNearTxFinishFuture.msgLog
Logger.
|
| Modifier and Type | Field and Description |
|---|---|
protected static AtomicReference<IgniteLogger> |
GridNearTxPrepareFutureAdapter.logRef
Logger reference.
|
| Modifier and Type | Field and Description |
|---|---|
protected static IgniteLogger |
GridCacheQueryFutureAdapter.log
Logger.
|
| Constructor and Description |
|---|
GridCacheQueryAdapter(GridCacheContext<?,?> cctx,
GridCacheQueryType type,
IgniteLogger log,
int pageSize,
long timeout,
boolean keepAll,
boolean incBackups,
boolean dedup,
ClusterGroup prj,
IgniteBiPredicate<Object,Object> filter,
Integer part,
String clsName,
String clause,
boolean incMeta,
boolean keepBinary,
UUID subjId,
int taskHash) |
| Constructor and Description |
|---|
GridCacheWriteBehindStore(CacheStoreManager storeMgr,
String igniteInstanceName,
String cacheName,
IgniteLogger log,
CacheStore<K,V> store)
Creates a write-behind cache store for the given store.
|
| Modifier and Type | Field and Description |
|---|---|
protected static IgniteLogger |
IgniteTxAdapter.log
Logger.
|
| Modifier and Type | Method and Description |
|---|---|
protected IgniteLogger |
IgniteTxAdapter.log() |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
GridCacheQueueAdapter.log
Logger.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
DataStructuresProcessor.retry(IgniteLogger log,
Callable<R> call) |
| Modifier and Type | Method and Description |
|---|---|
HadoopJobEx |
HadoopJobInfo.createJob(Class<? extends HadoopJobEx> jobCls,
HadoopJobId jobId,
IgniteLogger log,
String[] libNames,
HadoopHelper helper)
Creates new job instance for the given ID.
|
HadoopJobEx |
HadoopDefaultJobInfo.createJob(Class<? extends HadoopJobEx> jobCls,
HadoopJobId jobId,
IgniteLogger log,
String[] libNames,
HadoopHelper helper)
Creates new job instance for the given ID.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
IgfsManager.log
Logger.
|
protected IgniteLogger |
IgfsContext.log
Logger.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
PlatformAbstractTarget.log
Logger.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PlatformUtils.writeErrorData(Throwable err,
BinaryRawWriterEx writer,
IgniteLogger log)
Write error data.
|
| Constructor and Description |
|---|
GridResourceLoggerInjector(IgniteLogger rsrc) |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
GridRestCommandHandlerAdapter.log
Log.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
GridRedisRestCommandHandler.log
Logger.
|
| Constructor and Description |
|---|
GridRedisRestCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd)
Constructor.
|
| Constructor and Description |
|---|
GridRedisDelCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd)
Handler constructor.
|
GridRedisExistsCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd)
Handler constructor.
|
| Constructor and Description |
|---|
GridRedisDbSizeCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd)
Handler constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
GridRestProtocolAdapter.log
Logger.
|
| Constructor and Description |
|---|
GridTcpMemcachedNioListener(IgniteLogger log,
GridRestProtocolHandler hnd)
Creates listener which will convert incoming tcp packets to rest requests and forward them to
a given rest handler.
|
GridTcpRestNioListener(IgniteLogger log,
GridTcpRestProtocol proto,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Creates listener which will convert incoming tcp packets to rest requests and forward them to
a given rest handler.
|
| Constructor and Description |
|---|
GridRedisNioListener(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridPerformanceSuggestions.logSuggestions(IgniteLogger log,
String igniteInstanceName) |
| Modifier and Type | Method and Description |
|---|---|
static IgniteLogger |
IgniteUtils.logger(GridKernalContext ctx,
AtomicReference<IgniteLogger> logRef,
Class<?> cls)
Initializes logger into/from log reference passed in.
|
static IgniteLogger |
IgniteUtils.logger(GridKernalContext ctx,
AtomicReference<IgniteLogger> logRef,
Object obj)
Initializes logger into/from log reference passed in.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IgniteUtils.addLastCause(Throwable e,
Throwable cause,
IgniteLogger log)
Adds cause to the end of cause chain.
|
static void |
IgniteUtils.asyncLogError(IgniteInternalFuture<?> f,
IgniteLogger log)
Adds listener to asynchronously log errors.
|
static void |
IgniteUtils.close(AutoCloseable rsrc,
IgniteLogger log)
Closes given resource logging possible checked exception.
|
static void |
IgniteUtils.close(Context rsrc,
IgniteLogger log)
Closes given resource logging possible checked exception.
|
static void |
IgniteUtils.close(SelectionKey rsrc,
IgniteLogger log)
Closes given resource logging possible checked exceptions.
|
static void |
IgniteUtils.close(Selector rsrc,
IgniteLogger log)
Closes given resource logging possible checked exception.
|
static void |
IgniteUtils.close(URLClassLoader clsLdr,
IgniteLogger log)
Closes class loader logging possible checked exception.
|
static void |
IgniteUtils.courtesy(IgniteLogger log,
Object msg)
Depending on whether or not log is provided and quiet mode is enabled logs given messages as
quiet message or normal log WARN message in
org.apache.ignite.CourtesyConfigNotice
category. |
static void |
IgniteUtils.courtesy(IgniteLogger log,
Object longMsg,
Object shortMsg)
Depending on whether or not log is provided and quiet mode is enabled logs given messages as
quiet message or normal log WARN message in
org.apache.ignite.CourtesyConfigNotice
category. |
static void |
IgniteUtils.debug(IgniteLogger log,
String msg)
Deprecated.
Calls to this method should never be committed to master.
|
static void |
IgniteUtils.debugStack(IgniteLogger log,
String msg)
Deprecated.
Calls to this method should never be committed to master.
|
static void |
IgniteUtils.dumpStack(IgniteLogger log,
String msg) |
static void |
IgniteUtils.dumpThreads(IgniteLogger log)
Performs thread dump and prints all available info to the given log.
|
static void |
IgniteUtils.ensureDirectory(File dir,
String msg,
IgniteLogger log)
Checks if the given directory exists and attempts to create one if not.
|
static void |
IgniteUtils.error(IgniteLogger log,
Object msg)
Depending on whether or not log is provided and quiet mode is enabled logs given
messages as quiet message or normal log ERROR message.
|
static void |
IgniteUtils.error(IgniteLogger log,
Object longMsg,
Object shortMsg,
Throwable e)
Depending on whether or not log is provided and quiet mode is enabled logs given
messages as quiet message or normal log ERROR message.
|
static void |
IgniteUtils.error(IgniteLogger log,
Object shortMsg,
Throwable e)
|
static void |
GridLogThrottle.error(IgniteLogger log,
Throwable e,
String msg)
Logs error if needed.
|
static void |
GridLogThrottle.error(IgniteLogger log,
Throwable e,
String msg,
boolean byMsg)
Logs error if needed.
|
static GridJavaProcess |
GridJavaProcess.exec(Class cls,
String params,
IgniteLogger log,
IgniteInClosure<String> printC,
GridAbsClosure procKilledC)
Executes main() method of the given class in a separate system process.
|
static GridJavaProcess |
GridJavaProcess.exec(Class cls,
String params,
IgniteLogger log,
IgniteInClosure<String> printC,
GridAbsClosure procKilledC,
Collection<String> jvmArgs,
String cp)
Executes main() method of the given class in a separate system process.
|
static GridJavaProcess |
GridJavaProcess.exec(String clsName,
String params,
IgniteLogger log,
IgniteInClosure<String> printC,
GridAbsClosure procKilledC,
String javaHome,
Collection<String> jvmArgs,
String cp)
Executes main() method of the given class in a separate system process.
|
static void |
GridLogThrottle.info(IgniteLogger log,
String msg)
Logs info if needed.
|
static void |
GridLogThrottle.info(IgniteLogger log,
String msg,
boolean quiet)
Logs info if needed.
|
static boolean |
IgniteUtils.join(GridWorker w,
IgniteLogger log)
Joins runnable.
|
static boolean |
IgniteUtils.join(Iterable<? extends GridWorker> ws,
IgniteLogger log)
Joins given collection of runnables.
|
static boolean |
IgniteUtils.join(Thread t,
IgniteLogger log)
Waits for completion of a given thread.
|
static boolean |
IgniteUtils.joinThreads(Iterable<? extends Thread> workers,
IgniteLogger log)
Waits for completion of a given threads.
|
static void |
IgniteUtils.log(IgniteLogger log,
Object msg)
Depending on whether or not log is provided and quiet mode is enabled logs given
messages as quiet message or normal log INF0 message.
|
static void |
IgniteUtils.log(IgniteLogger log,
Object longMsg,
Object shortMsg)
Depending on whether or not log is provided and quiet mode is enabled logs given
messages as quiet message or normal log INFO message.
|
void |
IgniteExceptionRegistry.printErrors(IgniteLogger log)
Prints errors.
|
static void |
IgniteUtils.quietAndInfo(IgniteLogger log,
String msg)
Prints out the message in quiet and info modes.
|
static void |
IgniteUtils.quietAndWarn(IgniteLogger log,
Object msg)
Logs warning message in both verbose and quiet modes.
|
static void |
IgniteUtils.quietAndWarn(IgniteLogger log,
Object msg,
Object shortMsg)
Logs warning message in both verbose and quiet modes.
|
static void |
IgniteUtils.rollbackConnection(Connection rsrc,
IgniteLogger log)
Rollbacks JDBC connection logging possible checked exception.
|
static void |
IgniteUtils.shutdownNow(Class<?> owner,
ExecutorService exec,
IgniteLogger log)
Shutdowns given
ExecutorService and wait for executor service to stop. |
static void |
IgniteUtils.stopLifecycleAware(IgniteLogger log,
Iterable<?> objs)
For each object provided by the given
Iterable checks if it implements
LifecycleAware interface and executes LifecycleAware.stop() method. |
static void |
IgniteUtils.unzip(File zipFile,
File toDir,
IgniteLogger log)
Unzip file to folder.
|
static void |
IgniteUtils.warn(IgniteLogger log,
Object msg)
Depending on whether or not log is provided and quiet mode is enabled logs given
messages as quiet message or normal log WARN message.
|
static void |
IgniteUtils.warn(IgniteLogger log,
Object longMsg,
Object shortMsg)
Depending on whether or not log is provided and quiet mode is enabled logs given
messages as quiet message or normal log WARN message.
|
static void |
GridLogThrottle.warn(IgniteLogger log,
String msg)
Logs warning if needed.
|
static void |
GridLogThrottle.warn(IgniteLogger log,
String msg,
boolean quiet)
Logs warning if needed.
|
static void |
GridLogThrottle.warn(IgniteLogger log,
String longMsg,
String shortMsg)
Logs warning if needed.
|
static void |
GridLogThrottle.warn(IgniteLogger log,
Throwable e,
String msg,
boolean quite,
boolean byMsg)
Logs warning if needed.
|
| Modifier and Type | Method and Description |
|---|---|
static IgniteLogger |
IgniteUtils.logger(GridKernalContext ctx,
AtomicReference<IgniteLogger> logRef,
Class<?> cls)
Initializes logger into/from log reference passed in.
|
static IgniteLogger |
IgniteUtils.logger(GridKernalContext ctx,
AtomicReference<IgniteLogger> logRef,
Object obj)
Initializes logger into/from log reference passed in.
|
| Constructor and Description |
|---|
StripedExecutor(int cnt,
String igniteInstanceName,
String poolName,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
GridFutureAdapter.logger() |
| Modifier and Type | Method and Description |
|---|---|
static IpcEndpoint |
IpcEndpointFactory.connectEndpoint(String endpointAddr,
IgniteLogger log)
Connects to open server IPC endpoint.
|
| Constructor and Description |
|---|
IpcToNioAdapter(GridNioMetricsListener metricsLsnr,
IgniteLogger log,
IpcEndpoint endp,
GridNioServerListener<T> lsnr,
GridNioMessageWriterFactory writerFactory,
GridNioFilter... filters) |
| Modifier and Type | Method and Description |
|---|---|
static void |
IpcSharedMemoryNativeLoader.load(IgniteLogger log) |
| Constructor and Description |
|---|
IpcSharedMemoryClientEndpoint(int port,
IgniteLogger parent)
Creates and connects client IPC endpoint and starts background checker thread to avoid deadlocks on other party
crash.
|
IpcSharedMemoryClientEndpoint(int port,
int timeout,
IgniteLogger parent)
Creates and connects client IPC endpoint and starts background checker thread to avoid deadlocks on other party
crash.
|
IpcSharedMemoryClientEndpoint(IpcSharedMemorySpace inSpace,
IpcSharedMemorySpace outSpace,
IgniteLogger parent)
Creates connected client IPC endpoint.
|
IpcSharedMemoryServerEndpoint(IgniteLogger log,
UUID locNodeId,
String igniteInstanceName,
String workDir)
Constructor to set dependencies explicitly.
|
IpcSharedMemorySpace(String tokFileName,
int writerPid,
int readerPid,
int size,
boolean reader,
IgniteLogger parent)
This will allocate system resources for the space.
|
IpcSharedMemorySpace(String tokFileName,
int writerPid,
int readerPid,
int size,
boolean reader,
int shmemId,
IgniteLogger parent)
This should be called in order to attach to already allocated system resources.
|
| Modifier and Type | Method and Description |
|---|---|
GridNioServer.Builder<T> |
GridNioServer.Builder.logger(IgniteLogger log) |
| Constructor and Description |
|---|
GridConnectionBytesVerifyFilter(IgniteLogger log)
Creates a filter instance.
|
GridDirectParser(IgniteLogger log,
MessageFactory msgFactory,
GridNioMessageReaderFactory readerFactory) |
GridNioAsyncNotifyFilter(String igniteInstanceName,
Executor exec,
IgniteLogger log)
Assigns filter name to a filter.
|
GridNioCodecFilter(GridNioParser parser,
IgniteLogger log,
boolean directMode)
Creates a codec filter.
|
GridNioFilterChain(IgniteLogger log,
GridNioServerListener<T> lsnr,
GridNioFilter head,
GridNioFilter... filters)
Constructor.
|
GridNioRecoveryDescriptor(boolean pairedConnections,
int queueLimit,
ClusterNode node,
IgniteLogger log)
Deprecated.
|
GridShmemCommunicationClient(int connIdx,
GridNioMetricsListener metricsLsnr,
int port,
long connTimeout,
IgniteLogger log,
MessageFormatter formatter) |
GridTcpNioCommunicationClient(int connIdx,
GridNioSession ses,
IgniteLogger log) |
| Constructor and Description |
|---|
BlockingSslHandler(SSLEngine sslEngine,
SocketChannel ch,
boolean directBuf,
ByteOrder order,
IgniteLogger log) |
GridNioSslFilter(SSLContext sslCtx,
boolean directBuf,
ByteOrder order,
IgniteLogger log)
Creates SSL filter.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
IgniteRemoteStartSpecification.logger() |
| Constructor and Description |
|---|
IgniteRemoteStartSpecification(String host,
int port,
String uname,
String passwd,
File key,
int nodes,
String igniteHome,
String cfg,
String script,
IgniteLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
String |
IgniteSpringHelper.userVersion(ClassLoader ldr,
IgniteLogger log)
Gets user version for given class loader by checking
META-INF/ignite.xml file for userVersion attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
GridWorker.log
Ignite logger.
|
| Constructor and Description |
|---|
GridWorker(String igniteInstanceName,
String name,
IgniteLogger log)
Creates new grid worker with given parameters.
|
GridWorker(String igniteInstanceName,
String name,
IgniteLogger log,
GridWorkerListener lsnr)
Creates new grid worker with given parameters.
|
GridWorkerPool(Executor exec,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
static void |
VisorTaskUtils.log(IgniteLogger log,
String msg)
Log message.
|
static long |
VisorTaskUtils.log(IgniteLogger log,
String msg,
Class<?> clazz,
long start)
Log message.
|
static void |
VisorTaskUtils.logFinish(IgniteLogger log,
Class<?> clazz,
long start)
Log finished.
|
static void |
VisorTaskUtils.logMapped(IgniteLogger log,
Class<?> clazz,
Collection<ClusterNode> nodes)
Log task mapped.
|
static void |
VisorTaskUtils.logStart(IgniteLogger log,
Class<?> clazz,
long start)
Log start.
|
static List<Process> |
VisorTaskUtils.startLocalNode(IgniteLogger log,
String cfgPath,
int nodesToStart,
boolean quite,
Map<String,String> envVars)
Start local node in terminal.
|
| 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 | Method and Description |
|---|---|
IgniteLogger |
CachePluginContext.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
PluginContext.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 | Method and Description |
|---|---|
void |
DiscoveryDataPacket.marshalGridNodeData(DiscoveryDataBag bag,
UUID nodeId,
Marshaller marsh,
IgniteLogger log) |
void |
DiscoveryDataPacket.marshalJoiningNodeData(DiscoveryDataBag bag,
Marshaller marsh,
IgniteLogger log) |
DiscoveryDataBag |
DiscoveryDataPacket.unmarshalGridData(Marshaller marsh,
ClassLoader clsLdr,
boolean clientNode,
IgniteLogger log) |
DiscoveryDataBag |
DiscoveryDataPacket.unmarshalJoiningNodeData(Marshaller marsh,
ClassLoader clsLdr,
boolean clientNode,
IgniteLogger log) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017