jar

com.github.hetianyi : sentinel-redis

Maven & Gradle

Jan 16, 2020

sentinel-redis · 基于redis单机/redis集群的分布式限流降级插件(不支持熔断),不需要引入第三方Java服务,能够快速部署。

Table Of Contents

Latest Version

Download com.github.hetianyi : sentinel-redis JAR file - Latest Versions:

All Versions

Download com.github.hetianyi : sentinel-redis JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sentinel-redis-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.hetianyi.plugin.sentinel.impl

├─ com.github.hetianyi.plugin.sentinel.impl.DefaultBlockHandler.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.impl.DefaultFallbackHandler.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.impl.EmptyBlockHandler.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.impl.EmptyFallbackHandler.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.impl.EmptyLimitKeyGenerator.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.impl.IPLimitKeyGenerator.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.impl.SessionIdLimitKeyGenerator.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.impl.UrlLimitKeyGenerator.class - [JAR]

com.github.hetianyi.plugin.sentinel.config

├─ com.github.hetianyi.plugin.sentinel.config.AnnotatedLimitResourceProperties.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.config.LimitResourceProperties.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.config.ScriptConfig.class - [JAR]

com.github.hetianyi.plugin.sentinel.annotation

├─ com.github.hetianyi.plugin.sentinel.annotation.LimitResource.class - [JAR]

com.github.hetianyi.plugin.sentinel.exception

├─ com.github.hetianyi.plugin.sentinel.exception.BlockException.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.exception.DowngradeException.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.exception.ServerBusyException.class - [JAR]

com.github.hetianyi.plugin.sentinel.util

├─ com.github.hetianyi.plugin.sentinel.util.ConfigPropertiesCheckingUtil.class - [JAR]

com.github.hetianyi.plugin.sentinel

├─ com.github.hetianyi.plugin.sentinel.AspectResolver.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.BlockHandler.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.ClassInitializeFactory.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.ExceptionFactory.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.FallbackHandler.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.LimitKeyGenerator.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.PropertiesFactory.class - [JAR]

├─ com.github.hetianyi.plugin.sentinel.RateLimiterAutoConfiguration.class - [JAR]