Uses of Interface
org.apache.ignite.IgniteLogger
-
-
Uses of IgniteLogger in org.apache.ignite
Methods in org.apache.ignite that return IgniteLogger Modifier and Type Method Description IgniteLoggerIgniteLogger. getLogger(Object ctgr)Creates new logger with given category based off the current instance.IgniteLoggerIgnite. log()Gets grid's logger. -
Uses of IgniteLogger in org.apache.ignite.cache.store.jdbc
Fields in org.apache.ignite.cache.store.jdbc declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerCacheAbstractJdbcStore. logAuto-injected logger instance. -
Uses of IgniteLogger in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return IgniteLogger Modifier and Type Method Description IgniteLoggerIgniteConfiguration. getGridLogger()Should return an instance of logger to use in grid.IgniteLoggerClientConfiguration. getLogger()Gets the logger.Methods in org.apache.ignite.configuration with parameters of type IgniteLogger Modifier and Type Method Description IgniteConfigurationIgniteConfiguration. setGridLogger(IgniteLogger log)Sets logger to use within grid.ClientConfigurationClientConfiguration. setLogger(IgniteLogger logger)Sets the logger. -
Uses of IgniteLogger in org.apache.ignite.dump
Constructors in org.apache.ignite.dump with parameters of type IgniteLogger Constructor Description DumpReader(DumpReaderConfiguration cfg, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal
Classes in org.apache.ignite.internal that implement IgniteLogger Modifier and Type Class Description classGridLoggerProxyMethods in org.apache.ignite.internal that return IgniteLogger Modifier and Type Method Description IgniteLoggerGridLoggerProxy. getLogger(Object ctgr)Creates new logger with given category based off the current instance.IgniteLoggerGridCachePluginContext. log(Class<?> cls)Gets logger for given class.IgniteLoggerGridKernalContext. log(Class<?> cls)Gets logger for given class.IgniteLoggerGridKernalContext. log(String ctgr)Gets logger for given category.IgniteLoggerGridKernalContextImpl. log(Class<?> cls)Gets logger for given class.IgniteLoggerGridKernalContextImpl. log(String ctgr)Gets logger for given category.IgniteLoggerGridPluginContext. log(Class<?> cls)Gets logger for given class.IgniteLoggerIgniteKernal. log()Gets grid's logger.IgniteLoggerComputeTaskInternalFuture. logger()Methods in org.apache.ignite.internal with parameters of type IgniteLogger Modifier and Type Method Description voidMarshallerContextImpl. onMappingDataReceived(IgniteLogger log, List<Map<Integer,MappedName>> mappings)Constructors in org.apache.ignite.internal with parameters of type IgniteLogger Constructor Description GridLoggerProxy(IgniteLogger impl, @Nullable Object ctgr, @Nullable String igniteInstanceName, String id8)LongJVMPauseDetector(IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return IgniteLogger Modifier and Type Method Description IgniteLoggerBinaryContext. log()Constructors in org.apache.ignite.internal.binary with parameters of type IgniteLogger Constructor Description BinaryContext(BinaryMetadataHandler metaHnd, IgniteConfiguration igniteCfg, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index that return IgniteLogger Modifier and Type Method Description IgniteLoggerIndexProcessor. logger() -
Uses of IgniteLogger in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Methods in org.apache.ignite.internal.cache.query.index.sorted.defragmentation with parameters of type IgniteLogger Modifier and Type Method Description voidIndexingDefragmentation. defragment(CacheGroupContext grpCtx, CacheGroupContext newCtx, PageMemoryEx partPageMem, IntMap<LinkMap> mappingByPartition, CheckpointTimeoutLock cpLock, Runnable cancellationChecker, IgniteThreadPoolExecutor defragmentationThreadPool, IgniteLogger log)Defragment index partition. -
Uses of IgniteLogger in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type IgniteLogger Modifier and Type Method Description static intInlineIndexTree. computeInlineSize(String name, List<InlineIndexKeyType> keyTypes, List<IndexKeyDefinition> keyDefs, int cfgInlineSize, int maxInlineSize, IgniteLogger log)Constructors in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type IgniteLogger Constructor Description InlineObjectBytesDetector(int inlineSize, Collection<IndexKeyDefinition> keyDefs, IndexName idxName, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.cdc
Methods in org.apache.ignite.internal.cdc with parameters of type IgniteLogger Modifier and Type Method Description static voidCdcUtils. registerBinaryMeta(BinaryContext ctx, IgniteLogger log, BinaryMetadata meta)Registermeta.static voidCdcUtils. registerMapping(BinaryContext ctx, IgniteLogger log, TypeMapping mapping)Registermapping.Constructors in org.apache.ignite.internal.cdc with parameters of type IgniteLogger Constructor Description CdcConsumerState(IgniteLogger log, Path stateDir)CdcFileLockHolder(String rootDir, String consumerId, IgniteLogger log)WalRecordsConsumer(CdcConsumer consumer, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.client.router
Methods in org.apache.ignite.internal.client.router that return IgniteLogger Modifier and Type Method Description IgniteLoggerGridTcpRouterConfiguration. getLogger()Gets logger for the router instance.Methods in org.apache.ignite.internal.client.router with parameters of type IgniteLogger Modifier and Type Method Description GridTcpRouterConfigurationGridTcpRouterConfiguration. setLogger(IgniteLogger log)Sets logger for the router instance. -
Uses of IgniteLogger in org.apache.ignite.internal.client.router.impl
Constructors in org.apache.ignite.internal.client.router.impl with parameters of type IgniteLogger Constructor Description GridTcpRouterNioListenerAdapter(IgniteLogger log, GridRouterClientImpl client) -
Uses of IgniteLogger in org.apache.ignite.internal.cluster
Methods in org.apache.ignite.internal.cluster with parameters of type IgniteLogger Modifier and Type Method Description static <T> @NotNull DistributePropertyListener<T>DistributedConfigurationUtils. makeUpdateListener(String propUpdMsg, IgniteLogger log)static <T extends Serializable>
IgniteInternalFuture<Void>DistributedConfigurationUtils. setDefaultValue(DistributedProperty<T> prop, T val, IgniteLogger log)Constructors in org.apache.ignite.internal.cluster with parameters of type IgniteLogger Constructor Description DistributedBaselineConfiguration(GridInternalSubscriptionProcessor isp, GridKernalContext ctx, IgniteLogger log)DistributedTransactionConfiguration(GridKernalContext ctx, IgniteLogger log, DistributePropertyListener<Long> longOperationsDumpTimeoutLsnr, DistributePropertyListener<Integer> collisionsDumpIntervalLsnr) -
Uses of IgniteLogger in org.apache.ignite.internal.logger
Subinterfaces of IgniteLogger in org.apache.ignite.internal.logger Modifier and Type Interface Description interfaceIgniteLoggerExInternal extension ofIgniteLogger. -
Uses of IgniteLogger in org.apache.ignite.internal.logger.platform
Classes in org.apache.ignite.internal.logger.platform that implement IgniteLogger Modifier and Type Class Description classPlatformLoggerLogger that delegates to platform.Methods in org.apache.ignite.internal.logger.platform that return IgniteLogger Modifier and Type Method Description IgniteLoggerPlatformLogger. getLogger(Object ctgr)Creates new logger with given category based off the current instance. -
Uses of IgniteLogger in org.apache.ignite.internal.maintenance
Constructors in org.apache.ignite.internal.maintenance with parameters of type IgniteLogger Constructor Description MaintenanceFileStore(boolean disabled, PdsFoldersResolver pdsFoldersResolver, FileIOFactory ioFactory, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.managers
Fields in org.apache.ignite.internal.managers declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerGridManagerAdapter. logLogger. -
Uses of IgniteLogger in org.apache.ignite.internal.managers.deployment
Fields in org.apache.ignite.internal.managers.deployment declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerGridDeploymentStoreAdapter. logLogger.protected IgniteLoggerGridDeploymentStoreAdapter. logLogger. -
Uses of IgniteLogger in org.apache.ignite.internal.managers.discovery
Methods in org.apache.ignite.internal.managers.discovery with parameters of type IgniteLogger Modifier and Type Method Description voidIgniteDiscoverySpiInternalListener. beforeJoin(ClusterNode locNode, IgniteLogger log)default voidIgniteDiscoverySpiInternalListener. beforeReconnect(ClusterNode locNode, IgniteLogger log)booleanIgniteDiscoverySpiInternalListener. beforeSendCustomEvent(DiscoverySpi spi, IgniteLogger log, DiscoverySpiCustomMessage msg) -
Uses of IgniteLogger in org.apache.ignite.internal.managers.indexing
Methods in org.apache.ignite.internal.managers.indexing with parameters of type IgniteLogger Modifier and Type Method Description voidIndexesRebuildTask. stopRebuild(GridCacheContextInfo cacheInfo, IgniteLogger log)Stop rebuilding indexes. -
Uses of IgniteLogger in org.apache.ignite.internal.mem.file
Constructors in org.apache.ignite.internal.mem.file with parameters of type IgniteLogger Constructor Description MappedFileMemoryProvider(IgniteLogger log, File allocationPath) -
Uses of IgniteLogger in org.apache.ignite.internal.mem.unsafe
Constructors in org.apache.ignite.internal.mem.unsafe with parameters of type IgniteLogger Constructor Description UnsafeMemoryProvider(@Nullable IgniteLogger log)UnsafeMemoryProvider(@Nullable IgniteLogger log, @Nullable MemoryAllocator allocator) -
Uses of IgniteLogger in org.apache.ignite.internal.pagemem.impl
Constructors in org.apache.ignite.internal.pagemem.impl with parameters of type IgniteLogger Constructor Description PageMemoryNoStoreImpl(IgniteLogger log, DirectMemoryProvider directMemoryProvider, GridCacheSharedContext<?,?> sharedCtx, int pageSize, DataRegionConfiguration dataRegionCfg, DataRegionMetricsImpl dataRegionMetrics, boolean trackAcquiredPages) -
Uses of IgniteLogger in org.apache.ignite.internal.pagemem.wal.record.delta
Constructors in org.apache.ignite.internal.pagemem.wal.record.delta with parameters of type IgniteLogger Constructor 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) -
Uses of IgniteLogger in org.apache.ignite.internal.plugin
Methods in org.apache.ignite.internal.plugin with parameters of type IgniteLogger Modifier and Type Method Description voidIgniteLogInfoProvider. ackKernalInited(IgniteLogger log, IgniteConfiguration cfg)voidIgniteLogInfoProviderImpl. ackKernalInited(IgniteLogger log, IgniteConfiguration cfg)voidIgniteLogInfoProvider. ackKernalStarted(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProviderImpl. ackKernalStarted(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProvider. ackKernalStopped(IgniteLogger log, Ignite ignite, boolean err)voidIgniteLogInfoProviderImpl. ackKernalStopped(IgniteLogger log, Ignite ignite, boolean err)voidIgniteLogInfoProvider. ackNodeBasicMetrics(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProviderImpl. ackNodeBasicMetrics(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProvider. ackNodeDataStorageMetrics(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProviderImpl. ackNodeDataStorageMetrics(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProvider. ackNodeMemoryStatisticsMetrics(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProviderImpl. ackNodeMemoryStatisticsMetrics(IgniteLogger log, Ignite ignite) -
Uses of IgniteLogger in org.apache.ignite.internal.processors
Fields in org.apache.ignite.internal.processors declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerGridProcessorAdapter. diagnosticLogDiagnostic logger.protected IgniteLoggerGridProcessorAdapter. logGrid logger. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache
Fields in org.apache.ignite.internal.processors.cache declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerGridCacheSharedManagerAdapter. diagnosticLogDiagnostic logger.protected IgniteLoggerGridCacheAdapter. logLogger.protected IgniteLoggerGridCacheClearAllRunnable. logLogger.protected IgniteLoggerGridCacheDefaultAffinityKeyMapper. logLogger.protected IgniteLoggerGridCacheManagerAdapter. logLogger.protected static IgniteLoggerGridCacheMapEntry. logLogger.protected IgniteLoggerGridCachePreloaderAdapter. logLogger.protected IgniteLoggerGridCacheSharedManagerAdapter. logLogger.protected IgniteLoggerIgniteCacheOffheapManagerImpl. logprotected IgniteLoggerGridCacheAdapter. txLockMsgLogLogger.Fields in org.apache.ignite.internal.processors.cache with type parameters of type IgniteLogger Modifier and Type Field Description protected static AtomicReference<IgniteLogger>GridCacheMapEntry. logRefStatic logger to avoid re-creation.Methods in org.apache.ignite.internal.processors.cache that return IgniteLogger Modifier and Type Method Description IgniteLoggerGridCacheSharedContext. atomicMessageLogger()protected IgniteLoggerGridCacheAdapter. log()protected IgniteLoggerGridCacheManagerAdapter. log()IgniteLoggerGridCacheContext. logger(Class<?> cls)IgniteLoggerGridCacheContext. logger(String ctgr)IgniteLoggerGridCacheSharedContext. logger(Class<?> cls)Gets grid logger for given class.IgniteLoggerGridCacheSharedContext. logger(String category)IgniteLoggerGridCacheMessage. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridCacheSharedContext. messageLogger()IgniteLoggerGridCacheSharedContext. txFinishMessageLogger()IgniteLoggerGridCacheSharedContext. txLockMessageLogger()IgniteLoggerGridCacheSharedContext. txPrepareMessageLogger()IgniteLoggerGridCacheSharedContext. txRecoveryMessageLogger()Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteLogger Modifier and Type Method Description static voidGridCacheUtils. 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 voidGridCacheUtils. 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 @Nullable GridCacheUtils.BackupPostProcessingClosureGridCacheUtils. 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.voidGridCacheContext. dhtMap(UUID nearNodeId, AffinityTopologyVersion topVer, GridDhtCacheEntry entry, GridCacheVersion explicitLockVer, IgniteLogger log, Map<ClusterNode,List<GridDhtCacheEntry>> dhtMap, @Nullable Map<ClusterNode,List<GridDhtCacheEntry>> nearMap)voidGridCacheContext. dhtMap(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)static voidGridCacheUtils. initializeConfigDefaults(IgniteLogger log, CacheConfiguration cfg, CacheObjectContext cacheObjCtx)static voidGridCacheUtils. validateCacheGroupsAttributesMismatch(IgniteLogger log, CacheConfiguration cfg1, CacheConfiguration cfg2, String attrName, String attrMsg, Object val1, Object val2, boolean fail)static voidGridCacheUtils. validateKeyConfigiration(String groupName, String cacheName, UUID rmtNodeId, CacheKeyConfiguration[] rmtCacheKeyCfgs, CacheKeyConfiguration[] locCacheKeyCfgs, IgniteLogger log, boolean fail)Validate and compare affinity key configurations.static Map<String,String>GridCacheUtils. validateKeyConfigiration(String groupName, String cacheName, CacheKeyConfiguration[] cacheKeyCfgs, IgniteLogger log, boolean fail)Validate affinity key configurations.Constructors in org.apache.ignite.internal.processors.cache with parameters of type IgniteLogger Constructor Description CacheDataStoreImpl(int partId, CacheDataRowStore rowStore, CacheDataTree dataTree, Supplier<PendingEntriesTree> pendingEntries, CacheGroupContext grp, GridSpinBusyLock busyLock, IgniteLogger log, @Nullable Supplier<GridQueryRowCacheCleaner> cleaner)CacheWeakQueryIteratorsHolder(IgniteLogger log)WALDisableContext(IgniteCacheDatabaseSharedManager dbMgr, IgnitePageStoreManager pageStoreMgr, @Nullable IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.binary
Constructors in org.apache.ignite.internal.processors.cache.binary with parameters of type IgniteLogger Constructor Description TestBinaryContext(BinaryMetadataHandler metaHnd, IgniteConfiguration igniteCfg, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.distributed
Methods in org.apache.ignite.internal.processors.cache.distributed that return IgniteLogger Modifier and Type Method Description IgniteLoggerGridCacheTxRecoveryRequest. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridCacheTxRecoveryResponse. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedLockRequest. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedLockResponse. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedTxFinishRequest. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedTxFinishResponse. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedTxPrepareRequest. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedTxPrepareResponse. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedUnlockRequest. messageLogger(GridCacheSharedContext<?,?> ctx) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.distributed.dht
Fields in org.apache.ignite.internal.processors.cache.distributed.dht declared as IgniteLogger Modifier and Type Field Description protected static IgniteLoggerCacheDistributedGetFutureAdapter. logLogger.Fields in org.apache.ignite.internal.processors.cache.distributed.dht with type parameters of type IgniteLogger Modifier and Type Field Description protected static AtomicReference<IgniteLogger>CacheDistributedGetFutureAdapter. logRefLogger reference.Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return IgniteLogger Modifier and Type Method Description @Nullable IgniteLoggerGridDhtTxPrepareFuture. logger() -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Fields in org.apache.ignite.internal.processors.cache.distributed.dht.atomic declared as IgniteLogger Modifier and Type Field Description protected static IgniteLoggerGridDhtAtomicAbstractUpdateFuture. logLogger.protected static IgniteLoggerGridNearAtomicAbstractUpdateFuture. logLogger.protected static IgniteLoggerGridDhtAtomicAbstractUpdateFuture. msgLogLogger.protected static IgniteLoggerGridNearAtomicAbstractUpdateFuture. msgLogLogger.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic that return IgniteLogger Modifier and Type Method Description IgniteLoggerGridDhtAtomicAbstractUpdateRequest. messageLogger(GridCacheSharedContext ctx)IgniteLoggerGridDhtAtomicDeferredUpdateResponse. messageLogger(GridCacheSharedContext ctx)IgniteLoggerGridDhtAtomicUpdateResponse. messageLogger(GridCacheSharedContext ctx)IgniteLoggerGridNearAtomicAbstractUpdateRequest. messageLogger(GridCacheSharedContext ctx)IgniteLoggerGridNearAtomicUpdateResponse. messageLogger(GridCacheSharedContext ctx) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.distributed.near
Fields in org.apache.ignite.internal.processors.cache.distributed.near declared as IgniteLogger Modifier and Type Field Description protected static IgniteLoggerGridNearTxPrepareFutureAdapter. logLogger.protected static IgniteLoggerGridNearTxPrepareFutureAdapter. msgLogLogger.Fields in org.apache.ignite.internal.processors.cache.distributed.near with type parameters of type IgniteLogger Modifier and Type Field Description protected static AtomicReference<IgniteLogger>GridNearTxPrepareFutureAdapter. logRefLogger reference. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type IgniteLogger Modifier and Type Method Description GridCacheOffheapManager.GridCacheDataStoreGridCacheOffheapManager. createGridCacheDataStore(CacheGroupContext grpCtx, int partId, boolean exists, IgniteLogger log)voidIgniteCacheDatabaseSharedManager. dumpStatistics(IgniteLogger log)Constructors in org.apache.ignite.internal.processors.cache.persistence with parameters of type IgniteLogger Constructor Description FileLockHolder(String rootDir, IgniteLogger log)GridCacheDataStore(CacheGroupContext grp, int partId, boolean exists, GridSpinBusyLock busyLock, IgniteLogger log)NodeFileLockHolder(String rootDir, @NotNull GridKernalContext ctx, IgniteLogger log)RecoveryDebug(Object constId, long time, @Nullable IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Fields in org.apache.ignite.internal.processors.cache.persistence.checkpoint declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerCheckpointMarkersStorage. logLogger.protected IgniteLoggerCheckpointTimeoutLock. logIgnite logger. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.defragmentation
Methods in org.apache.ignite.internal.processors.cache.persistence.defragmentation with parameters of type IgniteLogger Modifier and Type Method Description static voidDefragmentationFileUtils. batchRenameDefragmentedCacheGroupPartitions(File workDir, IgniteLogger log)Failure-tolerant batch rename of defragmented partition files.static voidDefragmentationFileUtils. beforeInitPageStores(File workDir, IgniteLogger log)Performs cleanup of work dir before initializing file page stores.static booleanDefragmentationFileUtils. skipAlreadyDefragmentedCacheGroup(File workDir, int grpId, IgniteLogger log)Checks whether cache group defragmentation completed or not.static booleanDefragmentationFileUtils. skipAlreadyDefragmentedPartition(File workDir, int grpId, int partId, IgniteLogger log)Checks whether partition has already been defragmented or not.static voidDefragmentationFileUtils. writeDefragmentationCompletionMarker(FileIOFactory ioFactory, File workDir, IgniteLogger log)Creates empty completion marker file in given directory. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.defragmentation.maintenance
Constructor parameters in org.apache.ignite.internal.processors.cache.persistence.defragmentation.maintenance with type arguments of type IgniteLogger Constructor Description DefragmentationWorkflowCallback(Function<Class<?>,IgniteLogger> logProvider, CachePartitionDefragmentationManager defrgMgr, FailureProcessor failureProc) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.diagnostic.pagelocktracker
Constructors in org.apache.ignite.internal.processors.cache.persistence.diagnostic.pagelocktracker with parameters of type IgniteLogger Constructor Description PageLockTrackerManager(IgniteLogger log)Default constructor.PageLockTrackerManager(IgniteLogger log, String managerNameId) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.file
Methods in org.apache.ignite.internal.processors.cache.persistence.file with parameters of type IgniteLogger Modifier and Type Method Description static booleanFilePageStoreManager. checkAndInitCacheWorkDir(File cacheWorkDir, IgniteLogger log)Constructors in org.apache.ignite.internal.processors.cache.persistence.file with parameters of type IgniteLogger Constructor Description FileDownloader(IgniteLogger log, Path path)FileUploader(Path path, IgniteLogger log)LongOperationAsyncExecutor(String igniteInstanceName, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.filename
Methods in org.apache.ignite.internal.processors.cache.persistence.filename with parameters of type IgniteLogger Modifier and Type Method Description static @Nullable PdsFolderResolver.FolderCandidatePdsFolderResolver. parseSubFolderName(@NotNull File subFolderFile, @NotNull IgniteLogger log)Constructors in org.apache.ignite.internal.processors.cache.persistence.filename with parameters of type IgniteLogger Constructor Description PdsFolderResolver(IgniteConfiguration cfg, IgniteLogger log, @Nullable Serializable consistentId, Function<File,L> tryLock) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.freelist
Fields in org.apache.ignite.internal.processors.cache.persistence.freelist declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerPagesList. logLogger.Methods in org.apache.ignite.internal.processors.cache.persistence.freelist with parameters of type IgniteLogger Modifier and Type Method Description voidAbstractFreeList. dumpStatistics(IgniteLogger log)voidFreeList. dumpStatistics(IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.pagemem
Constructors in org.apache.ignite.internal.processors.cache.persistence.pagemem with parameters of type IgniteLogger Constructor Description DelayedPageReplacementTracker(int pageSize, PageStoreWriter flushDirtyPage, IgniteLogger log, int segmentCnt)PagesWriteSpeedBasedThrottle(PageMemoryImpl pageMemory, IgniteOutClosure<CheckpointProgress> cpProgress, CheckpointLockStateChecker stateChecker, IgniteLogger log)PagesWriteThrottle(PageMemoryImpl pageMemory, IgniteOutClosure<CheckpointProgress> cpProgress, CheckpointLockStateChecker stateChecker, boolean throttleOnlyPagesInCheckpoint, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.snapshot
Fields in org.apache.ignite.internal.processors.cache.persistence.snapshot declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerAbstractSnapshotFutureTask. logIgnite logger.protected IgniteLoggerAbstractSnapshotFutureTask. logIgnite logger.protected IgniteLoggerAbstractSnapshotFutureTask. logIgnite logger.protected IgniteLoggerAbstractSnapshotFutureTask. logIgnite logger.protected IgniteLoggerAbstractSnapshotVerificationTask.AbstractSnapshotVerificationJob. logInjected logger.protected IgniteLoggerAbstractSnapshotVerificationTask. logInjected logger.protected IgniteLoggerSnapshotSender. logIgnite logger to use.Constructors in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type IgniteLogger Constructor Description SnapshotSender(IgniteLogger log, Executor exec) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump
Constructors in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump with parameters of type IgniteLogger Constructor Description Dump(File dumpDir, boolean keepBinary, boolean raw, IgniteLogger log)Dump(File dumpDir, @Nullable String consistentId, boolean keepBinary, boolean raw, @Nullable EncryptionSpi encSpi, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.wal
Fields in org.apache.ignite.internal.processors.cache.persistence.wal declared as IgniteLogger Modifier and Type Field Description protected @NotNull IgniteLoggerAbstractWalRecordsIterator. logLoggerConstructors in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type IgniteLogger Constructor Description AbstractWalRecordsIterator(@NotNull IgniteLogger log, @NotNull GridCacheSharedContext sharedCtx, @NotNull RecordSerializerFactory serializerFactory, @NotNull FileIOFactory ioFactory, int initialReadBufferSize, @Nullable WALPointer highBound, SegmentFileInputFactory segmentFileInputFactory) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.wal.aware
Constructors in org.apache.ignite.internal.processors.cache.persistence.wal.aware with parameters of type IgniteLogger Constructor Description SegmentAware(IgniteLogger log, int walSegmentsCnt, boolean compactionEnabled, long minWalArchiveSize, long maxWalArchiveSize)Constructor. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle
Fields in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerFsyncFileHandleManagerImpl. logLogger. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Classes in org.apache.ignite.internal.processors.cache.persistence.wal.reader that implement IgniteLogger Modifier and Type Class Description static classIgniteWalIteratorFactory.ConsoleLoggerMethods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return IgniteLogger Modifier and Type Method Description IgniteLoggerIgniteWalIteratorFactory.ConsoleLogger. getLogger(Object ctgr)Creates new logger with given category based off the current instance.IgniteLoggerStandaloneGridKernalContext. log(Class<?> cls)Gets logger for given class.IgniteLoggerStandaloneGridKernalContext. log(String ctgr)Gets logger for given category.Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader with parameters of type IgniteLogger Modifier and Type Method Description IgniteWalIteratorFactory.IteratorParametersBuilderIgniteWalIteratorFactory.IteratorParametersBuilder. log(IgniteLogger log)Constructors in org.apache.ignite.internal.processors.cache.persistence.wal.reader with parameters of type IgniteLogger Constructor Description IgniteWalIteratorFactory(@NotNull IgniteLogger log)Creates WAL files iterator factory.StandaloneGridKernalContext(IgniteLogger log, @Nullable File binaryMetadataFileStoreDir, @Nullable File marshallerMappingFileStoreDir)StandaloneGridKernalContext(IgniteLogger log, @Nullable CompressionProcessor compressProc, @Nullable File binaryMetadataFileStoreDir, @Nullable File marshallerMappingFileStoreDir) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.persistence.wal.scanner
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.scanner with parameters of type IgniteLogger Modifier and Type Method Description static ScannerHandlerScannerHandlers. printToLog(IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.query
Fields in org.apache.ignite.internal.processors.cache.query declared as IgniteLogger Modifier and Type Field Description protected static IgniteLoggerGridCacheQueryFutureAdapter. logLogger.Methods in org.apache.ignite.internal.processors.cache.query that return IgniteLogger Modifier and Type Method Description IgniteLoggerGridCacheQueryFutureAdapter. logger()Constructors in org.apache.ignite.internal.processors.cache.query with parameters of type IgniteLogger Constructor Description CacheQuery(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, IndexQueryDesc idxQryDesc, int limit, boolean incMeta, boolean keepBinary, int taskHash, Boolean dataPageScanEnabled, @Nullable Collection<KeyCacheObject> skipKeys)Cache query adapter for local query processing. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.store
Constructors in org.apache.ignite.internal.processors.cache.store with parameters of type IgniteLogger Constructor Description GridCacheWriteBehindStore(CacheStoreManager storeMgr, String igniteInstanceName, String cacheName, IgniteLogger log, CacheStore<K,V> store)Creates a write-behind cache store for the given store. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.transactions
Fields in org.apache.ignite.internal.processors.cache.transactions declared as IgniteLogger Modifier and Type Field Description protected static IgniteLoggerIgniteTxAdapter. logLogger.Methods in org.apache.ignite.internal.processors.cache.transactions that return IgniteLogger Modifier and Type Method Description protected IgniteLoggerIgniteTxAdapter. log()Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type IgniteLogger Modifier and Type Method Description voidIgniteTxAdapter. logTxFinishErrorSafe(@Nullable IgniteLogger log, boolean commit, Throwable e) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cache.warmup
Constructors in org.apache.ignite.internal.processors.cache.warmup with parameters of type IgniteLogger Constructor Description LoadAllWarmUpStrategy(IgniteLogger log, Supplier<Collection<CacheGroupContext>> grpCtxSup)Constructor. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster that return IgniteLogger Modifier and Type Method Description IgniteLoggerClusterProcessor. diagnosticLog() -
Uses of IgniteLogger in org.apache.ignite.internal.processors.datastructures
Fields in org.apache.ignite.internal.processors.datastructures declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerAtomicDataStructureProxy. logLogger.protected IgniteLoggerGridCacheQueueAdapter. logLogger.Methods in org.apache.ignite.internal.processors.datastructures with parameters of type IgniteLogger Modifier and Type Method Description static <R> RDataStructuresProcessor. retry(IgniteLogger log, Callable<R> call) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.metastorage.persistence
Constructors in org.apache.ignite.internal.processors.metastorage.persistence with parameters of type IgniteLogger Constructor Description DmsDataWriterWorker(@Nullable String igniteInstanceName, IgniteLogger log, org.apache.ignite.internal.processors.metastorage.persistence.DmsLocalMetaStorageLock lock, Consumer<Throwable> errorHnd) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.metric
Constructors in org.apache.ignite.internal.processors.metric with parameters of type IgniteLogger Constructor Description MetricRegistryImpl(String regName, Function<String,Long> hitRateCfgProvider, Function<String,long[]> histogramCfgProvider, IgniteLogger log)MetricsMxBeanImpl(GridMetricManager mmgr, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.odbc
Constructors in org.apache.ignite.internal.processors.odbc with parameters of type IgniteLogger Constructor Description ClientListenerNioMessageParser(IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.platform
Fields in org.apache.ignite.internal.processors.platform declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerPlatformAbstractTarget. logLogger. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type IgniteLogger Modifier and Type Method Description static voidPlatformUtils. writeErrorData(Throwable err, BinaryRawWriterEx writer, @Nullable IgniteLogger log)Write error data. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.query
Constructors in org.apache.ignite.internal.processors.query with parameters of type IgniteLogger Constructor Description DistributedSqlConfiguration(GridKernalContext ctx, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.query.schema
Fields in org.apache.ignite.internal.processors.query.schema declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerSchemaIndexCacheVisitorImpl. logLogger. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.query.schema.management
Constructors in org.apache.ignite.internal.processors.query.schema.management with parameters of type IgniteLogger Constructor Description SortedIndexDescriptorFactory(IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat with parameters of type IgniteLogger Modifier and Type Method Description static ObjectStatisticsImplIgniteStatisticsHelper. aggregateLocalStatistics(GridQueryTypeDescriptor tbl, StatisticsObjectConfiguration cfg, Collection<? extends ObjectStatisticsImpl> stats, IgniteLogger log)Aggregate partition level statistics to local level one or local statistics to global one. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.query.stat.task
Constructors in org.apache.ignite.internal.processors.query.stat.task with parameters of type IgniteLogger Constructor Description GatherPartitionStatistics(IgniteStatisticsRepository statRepo, LocalStatisticsGatheringContext gathCtx, int partId, IgniteLogger log)Constructor. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.query.stat.view
Constructor parameters in org.apache.ignite.internal.processors.query.stat.view with type arguments of type IgniteLogger Constructor Description ColumnConfigurationViewSupplier(IgniteStatisticsConfigurationManager cfgMgr, Function<Class<?>,IgniteLogger> logSupplier)Constructor. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.resource
Constructors in org.apache.ignite.internal.processors.resource with parameters of type IgniteLogger Constructor Description GridResourceLoggerInjector(IgniteLogger rsrc) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.rest.handlers
Fields in org.apache.ignite.internal.processors.rest.handlers declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerGridRestCommandHandlerAdapter. logLog. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.rest.handlers.redis
Fields in org.apache.ignite.internal.processors.rest.handlers.redis declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerGridRedisRestCommandHandler. logLogger.Constructors in org.apache.ignite.internal.processors.rest.handlers.redis with parameters of type IgniteLogger Constructor Description GridRedisConnectionCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor.GridRedisRestCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Constructor. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.rest.handlers.redis.key
Constructors in org.apache.ignite.internal.processors.rest.handlers.redis.key with parameters of type IgniteLogger Constructor 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. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.rest.handlers.redis.server
Constructors in org.apache.ignite.internal.processors.rest.handlers.redis.server with parameters of type IgniteLogger Constructor Description GridRedisDbSizeCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor.GridRedisFlushCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.rest.handlers.redis.string
-
Uses of IgniteLogger in org.apache.ignite.internal.processors.rest.protocols
Fields in org.apache.ignite.internal.processors.rest.protocols declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerGridRestProtocolAdapter. logLogger. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.rest.protocols.tcp
Constructors in org.apache.ignite.internal.processors.rest.protocols.tcp with parameters of type IgniteLogger Constructor 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. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.rest.protocols.tcp.redis
Constructors in org.apache.ignite.internal.processors.rest.protocols.tcp.redis with parameters of type IgniteLogger Constructor Description GridRedisNioListener(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.security.thread
Constructors in org.apache.ignite.internal.processors.security.thread with parameters of type IgniteLogger Constructor Description SecurityAwareStripedExecutor(IgniteSecurity security, int cnt, String igniteInstanceName, String poolName, IgniteLogger log, IgniteInClosure<Throwable> errHnd, boolean stealTasks, GridWorkerListener gridWorkerLsnr, long failureDetectionTimeout)SecurityAwareStripedExecutor(IgniteSecurity security, int cnt, String igniteInstanceName, String poolName, IgniteLogger log, IgniteInClosure<Throwable> errHnd, GridWorkerListener gridWorkerLsnr, long failureDetectionTimeout) -
Uses of IgniteLogger in org.apache.ignite.internal.processors.tracing.configuration
Fields in org.apache.ignite.internal.processors.tracing.configuration declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerGridTracingConfigurationManager. logGrid logger. -
Uses of IgniteLogger in org.apache.ignite.internal.processors.tracing.messages
Constructors in org.apache.ignite.internal.processors.tracing.messages with parameters of type IgniteLogger Constructor Description TraceableMessagesHandler(SpanManager spanMgr, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.sql
Fields in org.apache.ignite.internal.sql declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerSqlCommandProcessor. logLogger. -
Uses of IgniteLogger in org.apache.ignite.internal.suggestions
Methods in org.apache.ignite.internal.suggestions with parameters of type IgniteLogger Modifier and Type Method Description voidGridPerformanceSuggestions. logSuggestions(IgniteLogger log, @Nullable String igniteInstanceName) -
Uses of IgniteLogger in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return IgniteLogger Modifier and Type Method Description static IgniteLoggerIgniteUtils. initLogger(@Nullable IgniteLogger cfgLog, @Nullable String app, @Nullable UUID nodeId, String workDir)static IgniteLoggerIgniteUtils. initLogger(IgniteConfiguration cfg, String app)static IgniteLoggerIgniteUtils. logger(GridKernalContext ctx, AtomicReference<IgniteLogger> logRef, Class<?> cls)Initializes logger into/from log reference passed in.static IgniteLoggerIgniteUtils. logger(GridKernalContext ctx, AtomicReference<IgniteLogger> logRef, Object obj)Initializes logger into/from log reference passed in.Methods in org.apache.ignite.internal.util with parameters of type IgniteLogger Modifier and Type Method Description static booleanIgniteUtils. addLastCause(@Nullable Throwable e, @Nullable Throwable cause, IgniteLogger log)Adds cause to the end of cause chain.static longIgniteUtils. adjustedWalHistorySize(DataStorageConfiguration dsCfg, @Nullable IgniteLogger log)Calculates maximum WAL archive size based on maximum checkpoint buffer size, if the default value ofDataStorageConfiguration.getMaxWalArchiveSize()is not overridden.static voidIgniteUtils. asyncLogError(IgniteInternalFuture<?> f, IgniteLogger log)Adds listener to asynchronously log errors.static voidIgniteUtils. awaitForWorkersStop(Collection<GridWorker> workers, boolean cancel, @Nullable IgniteLogger log)Stops workers from given collection and waits for their completion.static voidIgniteUtils. close(@Nullable AutoCloseable rsrc, @Nullable IgniteLogger log)Closes given resource logging possible checked exception.static voidIgniteUtils. close(@Nullable Socket sock, @Nullable IgniteLogger log)Closes given socket logging possible checked exception.static voidIgniteUtils. close(@Nullable URLClassLoader clsLdr, @Nullable IgniteLogger log)Closes class loader logging possible checked exception.static voidIgniteUtils. close(@Nullable SelectionKey rsrc, @Nullable IgniteLogger log)Closes given resource logging possible checked exceptions.static voidIgniteUtils. close(@Nullable Selector rsrc, @Nullable IgniteLogger log)Closes given resource logging possible checked exception.static voidIgniteUtils. close(@Nullable Context rsrc, @Nullable IgniteLogger log)Closes given resource logging possible checked exception.static voidIgniteUtils. 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 inorg.apache.ignite.CourtesyConfigNoticecategory.static voidIgniteUtils. 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 inorg.apache.ignite.CourtesyConfigNoticecategory.static voidIgniteUtils. debug(IgniteLogger log, String msg)Deprecated.Calls to this method should never be committed to master.static voidIgniteUtils. debugStack(IgniteLogger log, String msg)Deprecated.Calls to this method should never be committed to master.static voidIgniteUtils. dumpStack(@Nullable IgniteLogger log, String msg)static voidIgniteUtils. dumpThreads(@Nullable IgniteLogger log)Performs thread dump and prints all available info to the given log with WARN logging level.static voidIgniteUtils. 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 onisErrorLevelparameter.static voidIgniteUtils. ensureDirectory(File dir, String msg, IgniteLogger log)Checks if the given directory exists and attempts to create one if not.static voidIgniteUtils. ensureDirectory(Path dir, String msg, IgniteLogger log)Checks if the given directory exists and attempts to create one if not.static voidGridLogThrottle. error(@Nullable IgniteLogger log, @Nullable Throwable e, String msg)Logs error if needed.static voidGridLogThrottle. error(@Nullable IgniteLogger log, @Nullable Throwable e, String msg, boolean byMsg)Logs error if needed.static voidIgniteUtils. 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 voidIgniteUtils. error(@Nullable IgniteLogger log, Object shortMsg, @Nullable Throwable e)static voidIgniteUtils. 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 GridJavaProcessGridJavaProcess. 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 GridJavaProcessGridJavaProcess. 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 GridJavaProcessGridJavaProcess. 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 voidGridLogThrottle. info(@Nullable IgniteLogger log, String msg)Logs info if needed.static voidGridLogThrottle. info(@Nullable IgniteLogger log, String msg, boolean quiet)Logs info if needed.static IgniteLoggerIgniteUtils. initLogger(@Nullable IgniteLogger cfgLog, @Nullable String app, @Nullable UUID nodeId, String workDir)static booleanIgniteUtils. join(@Nullable Thread t, @Nullable IgniteLogger log)Waits for completion of a given thread.static booleanIgniteUtils. join(@Nullable Thread t, @Nullable IgniteLogger log, long timeout)Waits for completion of a given thread.static booleanIgniteUtils. join(@Nullable GridWorker w, @Nullable IgniteLogger log)Joins runnable.static booleanIgniteUtils. join(Iterable<? extends GridWorker> ws, IgniteLogger log)Joins given collection of runnables.static booleanIgniteUtils. joinThreads(Iterable<? extends Thread> workers, @Nullable IgniteLogger log)Waits for completion of a given threads.static voidIgniteUtils. 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 voidIgniteUtils. 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 voidIgniteStopwatch. logTime(IgniteLogger log, String operationName, IgniteThrowableRunner operation)Execution given operation and calculation it time.static <T> voidIgniteUtils. notifyListeners(T t, Collection<Consumer<T>> lsnrs, IgniteLogger log)Notifies providedlsnrswith the valuet.voidIgniteExceptionRegistry. printErrors(IgniteLogger log)Prints errors.static voidIgniteUtils. quietAndInfo(IgniteLogger log, String msg)Prints out the message in quiet and info modes.static voidIgniteUtils. quietAndWarn(IgniteLogger log, Object msg)Logs warning message in both verbose and quiet modes.static voidIgniteUtils. quietAndWarn(IgniteLogger log, Object msg, @Nullable Throwable e)Logs warning message in both verbose and quiet modes.static voidIgniteUtils. quietAndWarn(IgniteLogger log, Object msg, Object shortMsg)Logs warning message in both verbose and quiet modes.static voidIgniteUtils. rollbackConnection(@Nullable Connection rsrc, @Nullable IgniteLogger log)Rollbacks JDBC connection logging possible checked exception.static voidIgniteUtils. shutdownNow(Class<?> owner, @Nullable ExecutorService exec, @Nullable IgniteLogger log)Shutdowns givenExecutorServiceand wait for executor service to stop.static voidIgniteUtils. stopLifecycleAware(IgniteLogger log, Iterable<?> objs)For each object provided by the givenIterablechecks if it implementsLifecycleAwareinterface and executesLifecycleAware.stop()method.static voidIgniteUtils. unzip(File zipFile, File toDir, @Nullable IgniteLogger log)Unzip file to folder.static voidGridLogThrottle. warn(@Nullable IgniteLogger log, @Nullable Throwable e, String msg, boolean quite, boolean byMsg)Logs warning if needed.static voidGridLogThrottle. warn(@Nullable IgniteLogger log, String msg)Logs warning if needed.static voidGridLogThrottle. warn(@Nullable IgniteLogger log, String msg, boolean quiet)Logs warning if needed.static voidGridLogThrottle. warn(@Nullable IgniteLogger log, String msg, Throwable e)Logs warning if needed.static voidIgniteUtils. 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 voidIgniteUtils. 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 voidIgniteUtils. 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 withDEV_ONLYmarker.Method parameters in org.apache.ignite.internal.util with type arguments of type IgniteLogger Modifier and Type Method Description static IgniteLoggerIgniteUtils. logger(GridKernalContext ctx, AtomicReference<IgniteLogger> logRef, Class<?> cls)Initializes logger into/from log reference passed in.static IgniteLoggerIgniteUtils. logger(GridKernalContext ctx, AtomicReference<IgniteLogger> logRef, Object obj)Initializes logger into/from log reference passed in.Constructors in org.apache.ignite.internal.util with parameters of type IgniteLogger Constructor Description ReadLockWithTracking(ReentrantReadWriteLock lock, @Nullable IgniteLogger log, long readLockThreshold)ReentrantReadWriteLockWithTracking(IgniteLogger log, long readLockThreshold)ReentrantRWLock wrapper, provides additional trace info onReentrantReadWriteLockWithTracking.ReadLockWithTracking.unlock()method, if someone holds the lock more thanreadLockThreshold.Stripe(String igniteInstanceName, String poolName, int idx, IgniteLogger log, IgniteInClosure<Throwable> errHnd, GridWorkerListener gridWorkerLsnr, HistogramMetricImpl execTime)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) -
Uses of IgniteLogger in org.apache.ignite.internal.util.future
Methods in org.apache.ignite.internal.util.future that return IgniteLogger Modifier and Type Method Description @Nullable IgniteLoggerGridFutureAdapter. logger()Methods in org.apache.ignite.internal.util.future with parameters of type IgniteLogger Modifier and Type Method Description protected voidGridCompoundFuture. logDebug(IgniteLogger log, String msg)protected voidGridCompoundFuture. logError(IgniteLogger log, String msg, Throwable e) -
Uses of IgniteLogger in org.apache.ignite.internal.util.ipc
Methods in org.apache.ignite.internal.util.ipc with parameters of type IgniteLogger Modifier and Type Method Description static IpcEndpointIpcEndpointFactory. connectEndpoint(String endpointAddr, IgniteLogger log)Connects to open server IPC endpoint.Constructors in org.apache.ignite.internal.util.ipc with parameters of type IgniteLogger Constructor Description IpcToNioAdapter(MetricRegistryImpl mreg, IgniteLogger log, IpcEndpoint endp, GridNioServerListener<T> lsnr, GridNioMessageWriterFactory writerFactory, GridNioFilter... filters) -
Uses of IgniteLogger in org.apache.ignite.internal.util.lang
Methods in org.apache.ignite.internal.util.lang with parameters of type IgniteLogger Modifier and Type Method Description static BooleanSupplierGridFunc. nonThrowableSupplier(BooleanSupplier s, boolean dfltVal, IgniteLogger log)Return supplier that suppress any exception throwed bys.static BooleanSupplierGridFunc. nonThrowableSupplier(BooleanSupplier s, IgniteLogger log)Return supplier that suppress any exception throwed bys.static DoubleSupplierGridFunc. nonThrowableSupplier(DoubleSupplier s, double dfltVal, IgniteLogger log)Return supplier that suppress any exception throwed bys.static DoubleSupplierGridFunc. nonThrowableSupplier(DoubleSupplier s, IgniteLogger log)Return supplier that suppress any exception throwed bys.static IntSupplierGridFunc. nonThrowableSupplier(IntSupplier s, int dfltVal, IgniteLogger log)Return supplier that suppress any exception throwed bys.static IntSupplierGridFunc. nonThrowableSupplier(IntSupplier s, IgniteLogger log)Return supplier that suppress any exception throwed bys.static LongSupplierGridFunc. nonThrowableSupplier(LongSupplier s, long dfltVal, IgniteLogger log)Return supplier that suppress any exception throwed bys.static LongSupplierGridFunc. nonThrowableSupplier(LongSupplier s, IgniteLogger log)Return supplier that suppress any exception throwed bys.static <T> Supplier<T>GridFunc. nonThrowableSupplier(Supplier<T> s, IgniteLogger log)Return supplier that suppress any exception throwed bys.static <T> Supplier<T>GridFunc. nonThrowableSupplier(Supplier<T> s, T dfltVal, IgniteLogger log)Return supplier that suppress any exception throwed bys. -
Uses of IgniteLogger in org.apache.ignite.internal.util.nio
Methods in org.apache.ignite.internal.util.nio with parameters of type IgniteLogger Modifier and Type Method Description GridNioServer.Builder<T>GridNioServer.Builder. logger(IgniteLogger log)Constructors in org.apache.ignite.internal.util.nio with parameters of type IgniteLogger Constructor 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)GridNioTracerFilter(IgniteLogger log, Tracing tracer)Creates a tracer filter.GridTcpNioCommunicationClient(int connIdx, GridNioSession ses, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.util.nio.ssl
Constructors in org.apache.ignite.internal.util.nio.ssl with parameters of type IgniteLogger Constructor Description BlockingSslHandler(SSLEngine sslEngine, SocketChannel ch, boolean directBuf, ByteOrder order, IgniteLogger log)GridNioSslFilter(SSLContext sslCtx, boolean directBuf, ByteOrder order, IgniteLogger log, @Nullable MetricRegistryImpl mreg)Creates SSL filter. -
Uses of IgniteLogger in org.apache.ignite.internal.util.nodestart
Methods in org.apache.ignite.internal.util.nodestart that return IgniteLogger Modifier and Type Method Description IgniteLoggerIgniteRemoteStartSpecification. logger()Constructors in org.apache.ignite.internal.util.nodestart with parameters of type IgniteLogger Constructor 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) -
Uses of IgniteLogger in org.apache.ignite.internal.util.spring
Methods in org.apache.ignite.internal.util.spring with parameters of type IgniteLogger Modifier and Type Method Description StringIgniteSpringHelper. userVersion(ClassLoader ldr, IgniteLogger log)Gets user version for given class loader by checkingMETA-INF/ignite.xmlfile foruserVersionattribute. -
Uses of IgniteLogger in org.apache.ignite.internal.util.worker
Fields in org.apache.ignite.internal.util.worker declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerGridWorker. logIgnite logger.Constructors in org.apache.ignite.internal.util.worker with parameters of type IgniteLogger Constructor 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) -
Uses of IgniteLogger in org.apache.ignite.internal.visor.util
Methods in org.apache.ignite.internal.visor.util with parameters of type IgniteLogger Modifier and Type Method Description static longVisorTaskUtils. log(@Nullable IgniteLogger log, String msg, Class<?> clazz, long start)Log message.static voidVisorTaskUtils. logFinish(@Nullable IgniteLogger log, Class<?> clazz, long start)Log finished.static voidVisorTaskUtils. logMapped(@Nullable IgniteLogger log, Class<?> clazz, Collection<ClusterNode> nodes)Log task mapped.static voidVisorTaskUtils. logStart(@Nullable IgniteLogger log, Class<?> clazz, long start)Log start. -
Uses of IgniteLogger in org.apache.ignite.internal.worker
Constructors in org.apache.ignite.internal.worker with parameters of type IgniteLogger Constructor Description WorkersRegistry(@NotNull IgniteBiInClosure<GridWorker,FailureType> workerFailedHnd, long sysWorkerBlockedTimeout, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.logger
Classes in org.apache.ignite.logger that implement IgniteLogger Modifier and Type Class Description classNullLoggerLogger which does not output anything.Methods in org.apache.ignite.logger that return IgniteLogger Modifier and Type Method Description IgniteLoggerNullLogger. getLogger(Object ctgr)Creates new logger with given category based off the current instance.static IgniteLoggerNullLogger. whenNull(IgniteLogger log)Methods in org.apache.ignite.logger with parameters of type IgniteLogger Modifier and Type Method Description static IgniteLoggerNullLogger. whenNull(IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.logger.java
Classes in org.apache.ignite.logger.java that implement IgniteLogger Modifier and Type Class Description classJavaLoggerLogger to use with Java logging.Methods in org.apache.ignite.logger.java that return IgniteLogger Modifier and Type Method Description IgniteLoggerJavaLogger. getLogger(Object ctgr)Creates new logger with given category based off the current instance. -
Uses of IgniteLogger in org.apache.ignite.plugin
Methods in org.apache.ignite.plugin that return IgniteLogger Modifier and Type Method Description IgniteLoggerCachePluginContext. log(Class<?> cls)Gets logger for given class.IgniteLoggerPluginContext. log(Class<?> cls)Gets logger for given class. -
Uses of IgniteLogger in org.apache.ignite.spi
Fields in org.apache.ignite.spi declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerIgniteSpiAdapter. logConstructors in org.apache.ignite.spi with parameters of type IgniteLogger Constructor Description IgniteSpiThread(String igniteInstanceName, String name, IgniteLogger log)Creates thread with givenname.IgniteSpiThreadFactory(String igniteInstanceName, String threadName, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.spi.communication.tcp.internal
Methods in org.apache.ignite.spi.communication.tcp.internal with parameters of type IgniteLogger Modifier and Type Method Description static voidCommunicationTcpUtils. failNode(ClusterNode nodeToFail, IgniteSpiContext spiCtx, Throwable err, IgniteLogger log)Forcibly fails client node. -
Uses of IgniteLogger in org.apache.ignite.spi.discovery.tcp
Fields in org.apache.ignite.spi.discovery.tcp declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerTcpDiscoverySpi. logLogger. -
Uses of IgniteLogger in org.apache.ignite.spi.discovery.tcp.internal
Methods in org.apache.ignite.spi.discovery.tcp.internal with parameters of type IgniteLogger Modifier and Type Method Description voidDiscoveryDataPacket. marshalGridNodeData(DiscoveryDataBag bag, UUID nodeId, Marshaller marsh, int compressionLevel, IgniteLogger log)voidDiscoveryDataPacket. marshalJoiningNodeData(DiscoveryDataBag bag, Marshaller marsh, int compressionLevel, IgniteLogger log)DiscoveryDataBagDiscoveryDataPacket. unmarshalGridData(Marshaller marsh, ClassLoader clsLdr, boolean clientNode, IgniteLogger log)DiscoveryDataBagDiscoveryDataPacket. unmarshalJoiningNodeData(Marshaller marsh, ClassLoader clsLdr, boolean clientNode, IgniteLogger log)DiscoveryDataBagDiscoveryDataPacket. unmarshalJoiningNodeDataSilently(Marshaller marsh, ClassLoader clsLdr, boolean clientNode, IgniteLogger log)voidDiscoveryDataPacket. unzipData(IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.spi.encryption.keystore
Fields in org.apache.ignite.spi.encryption.keystore declared as IgniteLogger Modifier and Type Field Description protected IgniteLoggerKeystoreEncryptionSpi. logLogger.
-