All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.founder.core.model.Mode Maven / Gradle / Ivy

The newest version!
package com.founder.core.model;

public enum Mode {
    /**
     * 时间窗口模式
     */
    TIME_WINDOW,
    /**
     * 令牌桶模式
     */
    TOKEN_BUCKET

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy