| 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 |
GridPluginContext.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
GridCachePluginContext.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
GridKernalContextImpl.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
GridKernalContext.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
GridKernalContextImpl.log(String ctgr)
Gets logger for given category.
|
IgniteLogger |
GridKernalContext.log(String ctgr)
Gets logger for given category.
|
IgniteLogger |
ComputeTaskInternalFuture.logger() |
| Constructor and Description |
|---|
GridLoggerProxy(IgniteLogger impl,
@Nullable Object ctgr,
@Nullable String igniteInstanceName,
String id8) |
LongJVMPauseDetector(IgniteLogger log) |
| 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) |
| Constructor and Description |
|---|
DistributedBaselineConfiguration(GridInternalSubscriptionProcessor isp,
GridKernalContext ctx,
IgniteLogger log) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteDiscoverySpiInternalListener.beforeJoin(ClusterNode locNode,
IgniteLogger log) |
default void |
IgniteDiscoverySpiInternalListener.beforeReconnect(ClusterNode locNode,
IgniteLogger log) |
boolean |
IgniteDiscoverySpiInternalListener.beforeSendCustomEvent(DiscoverySpi spi,
IgniteLogger log,
DiscoverySpiCustomMessage msg) |
| 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,
DataRegionConfiguration dataRegionCfg,
LongAdderMetric totalAllocatedPagesMetric,
boolean trackAcquiredPages) |
| Constructor and Description |
|---|
InitNewPageRecord(int grpId,
long pageId,
int ioType,
int ioVer,
long newPageId,
@Nullable IgniteLogger log) |
MetaPageInitRecord(int grpId,
long pageId,
int ioType,
int ioVer,
long treeRoot,
long reuseListRoot,
@Nullable IgniteLogger log) |
PagesListInitNewPageRecord(int grpId,
long pageId,
int ioType,
int ioVer,
long newPageId,
long prevPageId,
long addDataPageId,
@Nullable IgniteLogger log) |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
GridProcessorAdapter.diagnosticLog
Diagnostic logger.
|
protected IgniteLogger |
GridProcessorAdapter.log
Grid logger.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
GridCacheSharedManagerAdapter.diagnosticLog
Diagnostic logger.
|
protected IgniteLogger |
GridCacheDefaultAffinityKeyMapper.log
Logger.
|
protected IgniteLogger |
GridCacheAdapter.log
Logger.
|
protected static IgniteLogger |
GridCacheMapEntry.log
Logger.
|
protected IgniteLogger |
IgniteCacheOffheapManagerImpl.log |
protected IgniteLogger |
GridCacheSharedManagerAdapter.log
Logger.
|
protected IgniteLogger |
GridCacheManagerAdapter.log
Logger.
|
protected IgniteLogger |
GridCachePreloaderAdapter.log
Logger.
|
protected IgniteLogger |
GridCacheClearAllRunnable.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 |
GridCacheAdapter.log() |
protected IgniteLogger |
GridCacheSharedManagerAdapter.log() |
protected IgniteLogger |
GridCacheManagerAdapter.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,
@Nullable Object locVal,
@Nullable Object rmtVal,
boolean fail)
Checks that cache configuration attribute has the same value in local and remote cache configurations.
|
static @Nullable GridCacheUtils.BackupPostProcessingClosure |
GridCacheUtils.createBackupPostProcessingClosure(AffinityTopologyVersion topVer,
IgniteLogger log,
GridCacheContext cctx,
@Nullable KeyCacheObject key,
@Nullable IgniteCacheExpiryPolicy expiryPlc,
boolean readThrough,
boolean skipVals)
Creates closure that saves initial value to backup partition.
|
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,
@Nullable Map<ClusterNode,List<GridDhtCacheEntry>> nearMap) |
static IgniteInClosure<IgniteInternalFuture<?>> |
GridCacheUtils.errorLogger(IgniteLogger log,
Class<? extends Exception>... excl) |
static void |
GridCacheUtils.initializeConfigDefaults(IgniteLogger log,
CacheConfiguration cfg,
CacheObjectContext cacheObjCtx) |
static void |
GridCacheUtils.validateCacheGroupsAttributesMismatch(IgniteLogger log,
CacheConfiguration cfg1,
CacheConfiguration cfg2,
String attrName,
String attrMsg,
Object val1,
Object val2,
boolean fail) |
static Map<String,String> |
GridCacheUtils.validateKeyConfigiration(String groupName,
String cacheName,
CacheKeyConfiguration[] cacheKeyCfgs,
IgniteLogger log,
boolean fail)
Validate affinity key configurations.
|
static void |
GridCacheUtils.validateKeyConfigiration(String groupName,
String cacheName,
UUID rmtNodeId,
CacheKeyConfiguration[] rmtCacheKeyCfgs,
CacheKeyConfiguration[] locCacheKeyCfgs,
IgniteLogger log,
boolean fail)
Validate and compare affinity key configurations.
|
| Constructor and Description |
|---|
CacheWeakQueryIteratorsHolder(IgniteLogger log) |
WALDisableContext(IgniteCacheDatabaseSharedManager dbMgr,
IgnitePageStoreManager pageStoreMgr,
@Nullable IgniteLogger log) |
| Constructor and Description |
|---|
TestBinaryContext(BinaryMetadataHandler metaHnd,
IgniteConfiguration igniteCfg,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
GridDistributedLockResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedTxPrepareResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedTxFinishResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedUnlockRequest.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridCacheTxRecoveryResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedTxFinishRequest.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedTxPrepareRequest.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDistributedLockRequest.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridCacheTxRecoveryRequest.messageLogger(GridCacheSharedContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
GridDhtTxAbstractEnlistFuture.log
Logger.
|
protected static IgniteLogger |
CacheDistributedGetFutureAdapter.log
Logger.
|
| Modifier and Type | Field and Description |
|---|---|
protected static AtomicReference<IgniteLogger> |
CacheDistributedGetFutureAdapter.logRef
Logger reference.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteLogger |
GridDhtTxPrepareFuture.logger() |
| Modifier and Type | Field and Description |
|---|---|
protected static IgniteLogger |
GridDhtAtomicAbstractUpdateFuture.log
Logger.
|
protected static IgniteLogger |
GridNearAtomicAbstractUpdateFuture.log
Logger.
|
protected static IgniteLogger |
GridDhtAtomicAbstractUpdateFuture.msgLog
Logger.
|
protected static IgniteLogger |
GridNearAtomicAbstractUpdateFuture.msgLog
Logger.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
GridDhtAtomicAbstractUpdateRequest.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridNearAtomicAbstractUpdateRequest.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDhtAtomicDeferredUpdateResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridNearAtomicUpdateResponse.messageLogger(GridCacheSharedContext ctx) |
IgniteLogger |
GridDhtAtomicUpdateResponse.messageLogger(GridCacheSharedContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
protected static IgniteLogger |
GridNearTxPrepareFutureAdapter.log
Logger.
|
protected IgniteLogger |
GridNearTxAbstractEnlistFuture.log
Logger.
|
protected static IgniteLogger |
GridNearTxFinishFuture.msgLog
Logger.
|
protected static IgniteLogger |
GridNearTxPrepareFutureAdapter.msgLog
Logger.
|
| Modifier and Type | Field and Description |
|---|---|
protected static AtomicReference<IgniteLogger> |
GridNearTxPrepareFutureAdapter.logRef
Logger reference.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridNearTxAbstractEnlistFuture.logDebug(IgniteLogger log,
String msg) |
protected void |
GridNearTxAbstractEnlistFuture.logError(IgniteLogger log,
String msg,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
void |
MvccProcessor.dumpDebugInfo(IgniteLogger log,
@Nullable IgniteDiagnosticPrepareContext diagCtx) |
void |
MvccProcessorImpl.dumpDebugInfo(IgniteLogger log,
@Nullable IgniteDiagnosticPrepareContext diagCtx) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteCacheDatabaseSharedManager.dumpStatistics(IgniteLogger log) |
| Constructor and Description |
|---|
Checkpointer(@Nullable String gridName,
String name,
IgniteLogger log) |
FileLockHolder(String path,
@NotNull GridKernalContext ctx,
IgniteLogger log) |
RecoveryDebug(Object constId,
long time,
@Nullable IgniteLogger log) |
| Constructor and Description |
|---|
PageLockTrackerManager(IgniteLogger log)
Default constructor.
|
PageLockTrackerManager(IgniteLogger log,
String managerNameId) |
| Constructor and Description |
|---|
FileDownloader(IgniteLogger log,
Path path) |
FileUploader(Path path,
IgniteLogger log) |
LongOperationAsyncExecutor(String igniteInstanceName,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable PdsConsistentIdProcessor.FolderCandidate |
PdsConsistentIdProcessor.parseSubFolderName(@NotNull File subFolderFile,
@NotNull IgniteLogger log) |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
PagesList.log
Logger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFreeList.dumpStatistics(IgniteLogger log) |
void |
FreeList.dumpStatistics(IgniteLogger log) |
| Constructor and Description |
|---|
DelayedPageReplacementTracker(int pageSize,
PageStoreWriter flushDirtyPage,
IgniteLogger log,
int segmentCnt) |
PagesWriteSpeedBasedThrottle(PageMemoryImpl pageMemory,
CheckpointWriteProgressSupplier cpProgress,
CheckpointLockStateChecker stateChecker,
IgniteLogger log) |
PagesWriteThrottle(PageMemoryImpl pageMemory,
CheckpointWriteProgressSupplier cpProgress,
CheckpointLockStateChecker stateChecker,
boolean throttleOnlyPagesInCheckpoint,
IgniteLogger log) |
| Modifier and Type | Field and Description |
|---|---|
protected @NotNull IgniteLogger |
AbstractWalRecordsIterator.log
Logger
|
| Constructor and Description |
|---|
AbstractWalRecordsIterator(@NotNull IgniteLogger log,
@NotNull GridCacheSharedContext sharedCtx,
@NotNull RecordSerializerFactory serializerFactory,
@NotNull FileIOFactory ioFactory,
int initialReadBufferSize,
SegmentFileInputFactory segmentFileInputFactory) |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
FsyncFileHandleManagerImpl.log
Logger.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
StandaloneGridKernalContext.log(Class<?> cls)
Gets logger for given class.
|
IgniteLogger |
StandaloneGridKernalContext.log(String ctgr)
Gets logger for given category.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteWalIteratorFactory.IteratorParametersBuilder |
IgniteWalIteratorFactory.IteratorParametersBuilder.log(IgniteLogger log) |
| Constructor and Description |
|---|
IgniteWalIteratorFactory(@NotNull IgniteLogger log)
Creates WAL files iterator factory.
|
StandaloneGridKernalContext(IgniteLogger log,
@Nullable File binaryMetadataFileStoreDir,
@Nullable File marshallerMappingFileStoreDir) |
| Modifier and Type | Method and Description |
|---|---|
static ScannerHandler |
ScannerHandlers.printToLog(IgniteLogger log) |
| 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 incBackups,
boolean dedup,
ClusterGroup prj,
IgniteBiPredicate<Object,Object> filter,
@Nullable Integer part,
@Nullable String clsName,
String clause,
int limit,
boolean incMeta,
boolean keepBinary,
UUID subjId,
int taskHash,
MvccSnapshot mvccSnapshot,
Boolean dataPageScanEnabled) |
| 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 | Method and Description |
|---|---|
void |
IgniteTxAdapter.logTxFinishErrorSafe(@Nullable IgniteLogger log,
boolean commit,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
IgniteLogger |
ClusterProcessor.diagnosticLog() |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
AtomicDataStructureProxy.log
Logger.
|
protected IgniteLogger |
GridCacheQueueAdapter.log
Logger.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
DataStructuresProcessor.retry(IgniteLogger log,
Callable<R> call) |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
PageHistoryDiagnoster.log
Diagnostic logger.
|
| Modifier and Type | Method and Description |
|---|---|
HadoopJobEx |
HadoopDefaultJobInfo.createJob(Class<? extends HadoopJobEx> jobCls,
HadoopJobId jobId,
IgniteLogger log,
@Nullable String[] libNames,
HadoopHelper helper)
Creates new job instance for the given ID.
|
HadoopJobEx |
HadoopJobInfo.createJob(Class<? extends HadoopJobEx> jobCls,
HadoopJobId jobId,
IgniteLogger log,
@Nullable String[] libNames,
HadoopHelper helper)
Creates new job instance for the given ID.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
IgfsContext.log
Logger.
|
protected IgniteLogger |
IgfsManager.log
Logger.
|
| Constructor and Description |
|---|
MetricRegistry(String regName,
Function<String,Long> hitRateCfgProvider,
Function<String,long[]> histogramCfgProvider,
IgniteLogger log) |
MetricsMxBeanImpl(GridMetricManager mmgr,
IgniteLogger log) |
| 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,
@Nullable IgniteLogger log)
Write error data.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
SchemaIndexCacheVisitorImpl.log
Logger.
|
| 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 |
|---|
GridRedisConnectionCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
GridRedisRestCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Constructor.
|
| Constructor and Description |
|---|
GridRedisDelCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
GridRedisExistsCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
GridRedisExpireCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
| Constructor and Description |
|---|
GridRedisDbSizeCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
GridRedisFlushCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
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,
@Nullable 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(@Nullable Throwable e,
@Nullable Throwable cause,
IgniteLogger log)
Adds cause to the end of cause chain.
|
static long |
IgniteUtils.adjustedWalHistorySize(DataStorageConfiguration dsCfg,
@Nullable IgniteLogger log)
Calculates maximum WAL archive size based on maximum checkpoint buffer size, if the default value of
DataStorageConfiguration.getMaxWalArchiveSize() is not overridden. |
static void |
IgniteUtils.asyncLogError(IgniteInternalFuture<?> f,
IgniteLogger log)
Adds listener to asynchronously log errors.
|
static void |
IgniteUtils.close(@Nullable AutoCloseable rsrc,
@Nullable IgniteLogger log)
Closes given resource logging possible checked exception.
|
static void |
IgniteUtils.close(@Nullable Context rsrc,
@Nullable IgniteLogger log)
Closes given resource logging possible checked exception.
|
static void |
IgniteUtils.close(@Nullable SelectionKey rsrc,
@Nullable IgniteLogger log)
Closes given resource logging possible checked exceptions.
|
static void |
IgniteUtils.close(@Nullable Selector rsrc,
@Nullable IgniteLogger log)
Closes given resource logging possible checked exception.
|
static void |
IgniteUtils.close(@Nullable URLClassLoader clsLdr,
@Nullable IgniteLogger log)
Closes class loader logging possible checked exception.
|
static void |
IgniteUtils.courtesy(@Nullable 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(@Nullable 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(@Nullable IgniteLogger log,
String msg) |
static void |
IgniteUtils.dumpThread(Thread t,
@Nullable IgniteLogger log)
Dumps stack trace of the thread to the given log at warning level.
|
static void |
IgniteUtils.dumpThreads(@Nullable IgniteLogger log)
Performs thread dump and prints all available info to the given log with WARN logging level.
|
static void |
IgniteUtils.dumpThreads(@Nullable IgniteLogger log,
boolean isErrorLevel)
Performs thread dump and prints all available info to the given log
with WARN or ERROR logging level depending on
isErrorLevel parameter. |
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.ensureDirectory(Path dir,
String msg,
IgniteLogger log)
Checks if the given directory exists and attempts to create one if not.
|
static void |
IgniteUtils.error(@Nullable 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(@Nullable IgniteLogger log,
Object longMsg,
Object shortMsg,
@Nullable 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(@Nullable IgniteLogger log,
Object shortMsg,
@Nullable Throwable e)
|
static void |
GridLogThrottle.error(@Nullable IgniteLogger log,
@Nullable Throwable e,
String msg)
Logs error if needed.
|
static void |
GridLogThrottle.error(@Nullable IgniteLogger log,
@Nullable Throwable e,
String msg,
boolean byMsg)
Logs error if needed.
|
static GridJavaProcess |
GridJavaProcess.exec(Class cls,
String params,
@Nullable IgniteLogger log,
@Nullable IgniteInClosure<String> printC,
@Nullable GridAbsClosure procKilledC)
Executes main() method of the given class in a separate system process.
|
static GridJavaProcess |
GridJavaProcess.exec(Class cls,
String params,
@Nullable IgniteLogger log,
@Nullable IgniteInClosure<String> printC,
@Nullable GridAbsClosure procKilledC,
@Nullable Collection<String> jvmArgs,
@Nullable String cp)
Executes main() method of the given class in a separate system process.
|
static GridJavaProcess |
GridJavaProcess.exec(String clsName,
String params,
@Nullable IgniteLogger log,
@Nullable IgniteInClosure<String> printC,
@Nullable GridAbsClosure procKilledC,
@Nullable String javaHome,
@Nullable Collection<String> jvmArgs,
@Nullable String cp)
Executes main() method of the given class in a separate system process.
|
static void |
GridLogThrottle.info(@Nullable IgniteLogger log,
String msg)
Logs info if needed.
|
static void |
GridLogThrottle.info(@Nullable IgniteLogger log,
String msg,
boolean quiet)
Logs info if needed.
|
static boolean |
IgniteUtils.join(@Nullable GridWorker w,
@Nullable IgniteLogger log)
Joins runnable.
|
static boolean |
IgniteUtils.join(Iterable<? extends GridWorker> ws,
IgniteLogger log)
Joins given collection of runnables.
|
static boolean |
IgniteUtils.join(@Nullable Thread t,
@Nullable IgniteLogger log)
Waits for completion of a given thread.
|
static boolean |
IgniteUtils.join(@Nullable Thread t,
@Nullable IgniteLogger log,
long timeout)
Waits for completion of a given thread.
|
static boolean |
IgniteUtils.joinThreads(Iterable<? extends Thread> workers,
@Nullable IgniteLogger log)
Waits for completion of a given threads.
|
static void |
IgniteUtils.log(@Nullable 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(@Nullable 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.
|
static void |
IgniteStopwatch.logTime(IgniteLogger log,
String operationName,
IgniteThrowableRunner operation)
Execution given operation and calculation it time.
|
static <T> void |
IgniteUtils.notifyListeners(T t,
Collection<Consumer<T>> lsnrs,
IgniteLogger log)
Notifies provided
lsnrs with the value t. |
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.quietAndWarn(IgniteLogger log,
Object msg,
@Nullable Throwable e)
Logs warning message in both verbose and quiet modes.
|
static void |
IgniteUtils.rollbackConnection(@Nullable Connection rsrc,
@Nullable IgniteLogger log)
Rollbacks JDBC connection logging possible checked exception.
|
static void |
IgniteUtils.shutdownNow(Class<?> owner,
@Nullable ExecutorService exec,
@Nullable 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,
@Nullable IgniteLogger log)
Unzip file to folder.
|
static void |
IgniteUtils.warn(@Nullable 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(@Nullable IgniteLogger log,
Object msg,
@Nullable Throwable e)
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(@Nullable IgniteLogger log,
String msg)
Logs warning if needed.
|
static void |
GridLogThrottle.warn(@Nullable IgniteLogger log,
String msg,
boolean quiet)
Logs warning if needed.
|
static void |
GridLogThrottle.warn(@Nullable IgniteLogger log,
@Nullable Throwable e,
String msg,
boolean quite,
boolean byMsg)
Logs warning if needed.
|
static void |
IgniteUtils.warnDevOnly(@Nullable 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 with
DEV_ONLY marker. |
| 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 |
|---|
Stripe(String igniteInstanceName,
String poolName,
int idx,
IgniteLogger log,
IgniteInClosure<Throwable> errHnd,
GridWorkerListener gridWorkerLsnr) |
StripedExecutor(int cnt,
String igniteInstanceName,
String poolName,
IgniteLogger log,
IgniteInClosure<Throwable> errHnd,
boolean stealTasks,
GridWorkerListener gridWorkerLsnr,
long failureDetectionTimeout) |
StripedExecutor(int cnt,
String igniteInstanceName,
String poolName,
IgniteLogger log,
IgniteInClosure<Throwable> errHnd,
GridWorkerListener gridWorkerLsnr,
long failureDetectionTimeout) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteLogger |
GridFutureAdapter.logger() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridCompoundFuture.logDebug(IgniteLogger log,
String msg) |
protected void |
GridCompoundFuture.logError(IgniteLogger log,
String msg,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
static IpcEndpoint |
IpcEndpointFactory.connectEndpoint(String endpointAddr,
IgniteLogger log)
Connects to open server IPC endpoint.
|
| Constructor and Description |
|---|
IpcToNioAdapter(MetricRegistry mreg,
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 |
|---|---|
static BooleanSupplier |
GridFunc.nonThrowableSupplier(BooleanSupplier s,
boolean dfltVal,
IgniteLogger log)
Return supplier that suppress any exception throwed by
s. |
static BooleanSupplier |
GridFunc.nonThrowableSupplier(BooleanSupplier s,
IgniteLogger log)
Return supplier that suppress any exception throwed by
s. |
static DoubleSupplier |
GridFunc.nonThrowableSupplier(DoubleSupplier s,
double dfltVal,
IgniteLogger log)
Return supplier that suppress any exception throwed by
s. |
static DoubleSupplier |
GridFunc.nonThrowableSupplier(DoubleSupplier s,
IgniteLogger log)
Return supplier that suppress any exception throwed by
s. |
static IntSupplier |
GridFunc.nonThrowableSupplier(IntSupplier s,
IgniteLogger log)
Return supplier that suppress any exception throwed by
s. |
static IntSupplier |
GridFunc.nonThrowableSupplier(IntSupplier s,
int dfltVal,
IgniteLogger log)
Return supplier that suppress any exception throwed by
s. |
static LongSupplier |
GridFunc.nonThrowableSupplier(LongSupplier s,
IgniteLogger log)
Return supplier that suppress any exception throwed by
s. |
static LongSupplier |
GridFunc.nonThrowableSupplier(LongSupplier s,
long dfltVal,
IgniteLogger log)
Return supplier that suppress any exception throwed by
s. |
static <T> Supplier<T> |
GridFunc.nonThrowableSupplier(Supplier<T> s,
IgniteLogger log)
Return supplier that suppress any exception throwed by
s. |
static <T> Supplier<T> |
GridFunc.nonThrowableSupplier(Supplier<T> s,
T dfltVal,
IgniteLogger log)
Return supplier that suppress any exception throwed by
s. |
| 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) |
GridShmemCommunicationClient(int connIdx,
MetricRegistry mreg,
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(@Nullable String host,
int port,
@Nullable String uname,
@Nullable String passwd,
@Nullable File key,
int nodes,
@Nullable String igniteHome,
@Nullable String cfg,
@Nullable String script,
@Nullable 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(@Nullable String igniteInstanceName,
String name,
IgniteLogger log)
Creates new grid worker with given parameters.
|
GridWorker(String igniteInstanceName,
String name,
IgniteLogger log,
@Nullable GridWorkerListener lsnr)
Creates new grid worker with given parameters.
|
GridWorkerPool(Executor exec,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
static void |
VisorTaskUtils.log(@Nullable IgniteLogger log,
String msg)
Log message.
|
static long |
VisorTaskUtils.log(@Nullable IgniteLogger log,
String msg,
Class<?> clazz,
long start)
Log message.
|
static void |
VisorTaskUtils.logFinish(@Nullable IgniteLogger log,
Class<?> clazz,
long start)
Log finished.
|
static void |
VisorTaskUtils.logMapped(@Nullable IgniteLogger log,
Class<?> clazz,
Collection<ClusterNode> nodes)
Log task mapped.
|
static void |
VisorTaskUtils.logStart(@Nullable IgniteLogger log,
Class<?> clazz,
long start)
Log start.
|
static List<Process> |
VisorTaskUtils.startLocalNode(@Nullable IgniteLogger log,
String cfgPath,
int nodesToStart,
boolean quite,
Map<String,String> envVars)
Start local node in terminal.
|
| Constructor and Description |
|---|
WorkersRegistry(@NotNull IgniteBiInClosure<GridWorker,FailureType> workerFailedHnd,
long sysWorkerBlockedTimeout,
IgniteLogger log) |
| 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.
|
| 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) |
| Constructor and Description |
|---|
TcpCommunicationConnectionCheckFuture(TcpCommunicationSpi spi,
IgniteLogger log,
GridNioServer nioSrvr,
List<ClusterNode> nodes) |
| 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,
boolean isCompressionEnabled,
int compressionLevel,
IgniteLogger log) |
void |
DiscoveryDataPacket.marshalJoiningNodeData(DiscoveryDataBag bag,
Marshaller marsh,
boolean isCompressionEnabled,
int compressionLevel,
IgniteLogger log) |
DiscoveryDataBag |
DiscoveryDataPacket.unmarshalGridData(Marshaller marsh,
ClassLoader clsLdr,
boolean clientNode,
IgniteLogger log) |
DiscoveryDataBag |
DiscoveryDataPacket.unmarshalJoiningNodeData(Marshaller marsh,
ClassLoader clsLdr,
boolean clientNode,
IgniteLogger log) |
DiscoveryDataBag |
DiscoveryDataPacket.unmarshalJoiningNodeDataSilently(Marshaller marsh,
ClassLoader clsLdr,
boolean clientNode,
IgniteLogger log) |
void |
DiscoveryDataPacket.unzipData(IgniteLogger log) |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteLogger |
KeystoreEncryptionSpi.log
Logger.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020