Example usage for java.util Timer interface-usage

List of usage examples for java.util Timer interface-usage

Introduction

In this page you can find the example usage for java.util Timer interface-usage.

Usage

From source file ijfx.core.timer.ThreadSafeTimerWrapper.java

/**
 *
 * @author Cyril MONGIS, 2016
 */
public class ThreadSafeTimerWrapper implements Timer {

From source file ijfx.service.DefaultTimer.java

/**
 *
 * @author cyril
 */
public class DefaultTimer implements Timer {

From source file com.clust4j.log.LogTimer.java

public class LogTimer implements Timer {
    private static final ThreadLocal<SimpleDateFormat> dateFormat = new ThreadLocal<SimpleDateFormat>() {
        @Override
        protected SimpleDateFormat initialValue() {
            return new SimpleDateFormat("dd-MMM HH:mm:ss.SSS");
        }

From source file ijfx.core.timer.DefaultTimer.java

/**
 *
 * @author Cyril MONGIS, 2016
 */
public class DefaultTimer implements Timer {

From source file com.taobao.gecko.service.timer.HashedWheelTimer.java

/**
 * A {@link Timer} optimized for approximated I/O timeout scheduling.
 * 
 * <h3>Tick Duration</h3>
 * 
 * As described with 'approximated', this timer does not execute the scheduled

From source file com.alibaba.napoli.gecko.service.timer.HashedWheelTimer.java

/**
 * A {@link Timer} optimized for approximated I/O timeout scheduling.
 * 
 * <h3>Tick Duration</h3>
 * 
 * As described with 'approximated', this timer does not execute the scheduled