- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for LogNotificationTarget (0.15 seconds)
-
src/main/java/org/codelibs/fess/timer/LogNotificationTarget.java
* to an OpenSearch index for downstream processing. */ public class LogNotificationTarget implements TimeoutTarget { /** * Default constructor. */ public LogNotificationTarget() { // Default constructor } private static final Logger logger = LogManager.getLogger(LogNotificationTarget.class); private static final String NOTIFICATION_QUEUE_INDEX = "fess_log.notification_queue";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 4.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/timer/LogNotificationTargetTest.java
ComponentUtil.getFessConfig().setLogNotificationEnabled(true); logNotificationTarget = new LogNotificationTarget(); } @Test public void test_constructor() { LogNotificationTarget target = new LogNotificationTarget(); assertNotNull(target); } @Test public void test_expired_emptyBuffer() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 4.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/LogNotificationHelper.java
private TimeoutTask timeoutTask; private LogNotificationTarget logNotificationTarget; private final ConcurrentLinkedQueue<LogNotificationEvent> queue = new ConcurrentLinkedQueue<>(); private final AtomicInteger size = new AtomicInteger(0); /** * Initializes the log notification timer. */ @PostConstruct public void init() { logNotificationTarget = new LogNotificationTarget();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/LogNotificationAppender.java
"org.codelibs.fess.helper.NotificationHelper", // "org.codelibs.fess.util.LogNotificationAppender", // "org.codelibs.fess.job.LogNotificationJob", // "org.codelibs.fess.timer.LogNotificationTarget", // "org.codelibs.fess.helper.LogNotificationHelper", // "org.codelibs.curl" // ); private final Level minLevel; /** * Constructs a new LogNotificationAppender.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 6K bytes - Click Count (0)