Uses of Interface
org.apache.ignite.IgniteLogger
Packages that use IgniteLogger
Package
Description
-
Uses of IgniteLogger in com._1c.g5.v8.bm.core.internal.ignite
Classes in com._1c.g5.v8.bm.core.internal.ignite that implement IgniteLoggerMethods in com._1c.g5.v8.bm.core.internal.ignite that return IgniteLoggerConstructors in com._1c.g5.v8.bm.core.internal.ignite with parameters of type IgniteLoggerModifierConstructorDescriptionStoreManager(Path path, int pageSize, DataRegionManager pageMemoryRegistry, StoreConfigurationStore storeConfigurationStore, WalManager walManager, PageStoreManager pageStoreManager, PageLockListener pageLockListener, org.apache.ignite.internal.FailureProcessor failureProcessor, IgniteLogger logger, List<Marshaller> marshallers) Constructs a new instance. -
Uses of IgniteLogger in com._1c.g5.v8.bm.core.internal.ignite.infrastructure
Constructors in com._1c.g5.v8.bm.core.internal.ignite.infrastructure with parameters of type IgniteLoggerModifierConstructorDescriptionDataRegionManager(List<DataRegionConfiguration> dataRegionConfigurations, int pageSize, IgnitePredicate<Long> evictablePagePredicate, IgniteClosure<Long, Integer> tagReader, PageStoreManager pageStoreManager, ExecutorService executorService, IgniteLogger logger) -
Uses of IgniteLogger in org.apache.ignite
Methods in org.apache.ignite that return IgniteLoggerModifier and TypeMethodDescriptionCreates new logger with given category based off the current instance. -
Uses of IgniteLogger in org.apache.ignite.internal.pagemem
Constructors in org.apache.ignite.internal.pagemem with parameters of type IgniteLoggerModifierConstructorDescriptionPageMemoryImpl(String name, long maximumSize, int pageSize, int concurrencyLevel, DirectMemoryProvider directMemoryProvider, PageStoreManager storeMgr, IgnitePredicate<Long> evictablePagePredicate, IgniteClosure<Long, Integer> tagReader, ExecutorService asyncRunner, IgniteLogger log, DataRegionMetrics memMetrics) Constructs a new instance. -
Uses of IgniteLogger in org.apache.ignite.internal.persistence.freelist
Fields in org.apache.ignite.internal.persistence.freelist declared as IgniteLoggerMethods in org.apache.ignite.internal.persistence.freelist with parameters of type IgniteLoggerModifier and TypeMethodDescriptionvoidFreeList.dumpStatistics(IgniteLogger log) voidFreeListImpl.dumpStatistics(IgniteLogger log) Constructors in org.apache.ignite.internal.persistence.freelist with parameters of type IgniteLoggerModifierConstructorDescriptionFreeListImpl(int cacheId, String name, int pageSize, DataRegionMetrics memMetrics, PageMemory pageMemory, ReuseList reuseList, WalManager wal, org.apache.ignite.internal.PageAccessHelper pageHandler, long metaPageId, boolean initNew, PageLockListener lockLsnr, IgniteLogger log, AtomicLong pageListCacheLimit) protectedPagesList(int cacheId, String name, PageMemory pageMem, int buckets, int pageSize, WalManager wal, org.apache.ignite.internal.PageAccessHelper pageHandler, long metaPageId, PageLockListener lockLsnr, IgniteLogger log, byte pageFlag) -
Uses of IgniteLogger in org.apache.ignite.internal.persistence.tree.reuse
Constructors in org.apache.ignite.internal.persistence.tree.reuse with parameters of type IgniteLoggerModifierConstructorDescriptionReuseListImpl(int cacheId, String name, PageMemory pageMem, WalManager wal, org.apache.ignite.internal.PageAccessHelper pageHandler, long metaPageId, boolean initNew, int pageSize, PageLockListener lockLsnr, IgniteLogger logger, AtomicLong pageListCacheLimit) -
Uses of IgniteLogger in org.apache.ignite.internal.persistence.wal
Constructors in org.apache.ignite.internal.persistence.wal with parameters of type IgniteLoggerModifierConstructorDescriptionWalManagerImpl(Path path, int maxPendingChainSize, boolean forceSync, int pageSize, DataRegionManager dataRegionManager, StoreConfigurationStore storeConfigurationStore, IgniteLogger logger) -
Uses of IgniteLogger in org.apache.ignite.internal.persistence.wal.record.delta
Constructors in org.apache.ignite.internal.persistence.wal.record.delta with parameters of type IgniteLoggerModifierConstructorDescriptionInitNewPageRecord(int grpId, long pageId, int ioType, int ioVer, long newPageId, IgniteLogger log) MetaPageInitRecord(int grpId, long pageId, int ioType, int ioVer, int treeRoot, int reuseListRoot, int freeListRoot, IgniteLogger log) PagesListInitNewPageRecord(int grpId, long pageId, int ioType, int ioVer, long newPageId, long prevPageId, long addDataPageId, IgniteLogger log) -
Uses of IgniteLogger in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util with parameters of type IgniteLoggerModifier and TypeMethodDescriptionstatic voidIgniteUtils.error(IgniteLogger log, Object msg) Depending on whether or not log is provided and quiet mode is enabled logs given messages as quiet message or normal log ERROR message.static voidIgniteUtils.error(IgniteLogger log, Object longMsg, Object shortMsg, Throwable e) Depending on whether or not log is provided and quiet mode is enabled logs given messages as quiet message or normal log ERROR message.static voidIgniteUtils.error(IgniteLogger log, Object shortMsg, Throwable e) static booleanIgniteUtils.join(Thread t, IgniteLogger log) Waits for completion of a given thread.static booleanIgniteUtils.join(Thread t, IgniteLogger log, long timeout) Waits for completion of a given thread.static booleanIgniteUtils.joinThreads(Iterable<? extends Thread> workers, IgniteLogger log) Waits for completion of a given threads.static voidIgniteUtils.warn(IgniteLogger log, Object msg) Depending on whether or not log is provided and quiet mode is enabled logs given messages as quiet message or normal log WARN message.static voidIgniteUtils.warn(IgniteLogger log, Object msg, 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. -
Uses of IgniteLogger in org.apache.ignite.internal.util.future
Methods in org.apache.ignite.internal.util.future that return IgniteLoggerMethods in org.apache.ignite.internal.util.future with parameters of type IgniteLoggerModifier and TypeMethodDescriptionprotected voidGridCompoundFuture.logDebug(IgniteLogger log, String msg) protected voidGridCompoundFuture.logError(IgniteLogger log, String msg, Throwable e) -
Uses of IgniteLogger in org.apache.ignite.testframework
Classes in org.apache.ignite.testframework that implement IgniteLoggerMethods in org.apache.ignite.testframework that return IgniteLoggerMethods in org.apache.ignite.testframework with parameters of type IgniteLoggerModifier and TypeMethodDescriptionstatic <C extends Collection<T>,T>
voidGridTestUtils.assertContains(IgniteLogger log, C col, T elem) Checks that collection contains element .static voidGridTestUtils.assertContains(IgniteLogger log, String str, String substr) Checks that string contains substring .static <C extends Collection<T>,T>
voidGridTestUtils.assertNotContains(IgniteLogger log, C col, T elem) Checks that collection doesn't contains element .static voidGridTestUtils.assertNotContains(IgniteLogger log, String str, String substr) Checks that string doesn't contains substring .static ThrowableGridTestUtils.assertThrows(IgniteLogger log, Class<? extends Throwable> cls, String msg, Object obj, String mtd, Object... params) Checks whether object's method call throws expected exception or not.static ThrowableGridTestUtils.assertThrows(IgniteLogger log, Callable<?> call, Class<? extends Throwable> cls, String msg) Checks whether callable throws expected exception or not.static ThrowableGridTestUtils.assertThrows(IgniteLogger log, GridTestUtils.RunnableX run, Class<? extends Throwable> cls, String msg) Checks whether runnable throws expected exception or not.static voidGridTestUtils.assertThrowsAnyCause(IgniteLogger log, Callable<?> call, Class<? extends Throwable> cls, String msg) Checks whether callable throws an exception with specified cause.static ThrowableGridTestUtils.assertThrowsInherited(IgniteLogger log, Callable<?> call, Class<? extends Throwable> cls, String msg) Checks whether callable throws expected exception or its child or not.static voidGridTestUtils.retryAssert(IgniteLogger log, int retries, long retryInterval, GridAbsClosure c) Tries few times to perform some assertion.static voidGridTestUtils.stopThreads(IgniteLogger log) Interrupts and waits for termination of all the threads started so far by current test.