Class RedisRatelimiter.RateLimiterRedission

java.lang.Object
org.redisson.Redisson
org.miaixz.bus.limiter.support.rate.redis.RedisRatelimiter.RateLimiterRedission
All Implemented Interfaces:
org.redisson.api.RedissonClient
Enclosing class:
RedisRatelimiter

public static class RedisRatelimiter.RateLimiterRedission extends org.redisson.Redisson
继承自Redisson 实现自定义api
  • Field Summary

    Fields inherited from class org.redisson.Redisson

    commandExecutor, config, connectionManager, evictionScheduler, liveObjectClassCache, queueTransferService, responses, writeBehindService
  • Constructor Summary

    Constructors
    Constructor
    Description
    RateLimiterRedission(org.redisson.config.Config config)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.redisson.Redisson

    create, create, createBatch, createBatch, createReactive, createReactive, createRx, createRx, createTransaction, getAtomicDouble, getAtomicLong, getBinaryStream, getBitSet, getBlockingDeque, getBlockingDeque, getBlockingQueue, getBlockingQueue, getBloomFilter, getBloomFilter, getBoundedBlockingQueue, getBoundedBlockingQueue, getBucket, getBucket, getBuckets, getBuckets, getClusterNodesGroup, getCommandExecutor, getConfig, getConnectionManager, getCountDownLatch, getDelayedQueue, getDeque, getDeque, getDoubleAdder, getEvictionScheduler, getExecutorService, getExecutorService, getExecutorService, getExecutorService, getFairLock, getFunction, getFunction, getGeo, getGeo, getHyperLogLog, getHyperLogLog, getId, getIdGenerator, getJsonBucket, getKeys, getLexSortedSet, getList, getList, getListMultimap, getListMultimap, getListMultimapCache, getListMultimapCache, getLiveObjectService, getLocalCachedMap, getLocalCachedMap, getLock, getLongAdder, getMap, getMap, getMap, getMap, getMapCache, getMapCache, getMapCache, getMapCache, getMultiLock, getNodesGroup, getPatternTopic, getPatternTopic, getPermitExpirableSemaphore, getPriorityBlockingDeque, getPriorityBlockingDeque, getPriorityBlockingQueue, getPriorityBlockingQueue, getPriorityDeque, getPriorityDeque, getPriorityQueue, getPriorityQueue, getQueue, getQueue, getRateLimiter, getReadWriteLock, getRedisNodes, getRedLock, getReliableTopic, getReliableTopic, getRemoteService, getRemoteService, getRemoteService, getRemoteService, getRingBuffer, getRingBuffer, getScoredSortedSet, getScoredSortedSet, getScript, getScript, getSemaphore, getSet, getSet, getSetCache, getSetCache, getSetMultimap, getSetMultimap, getSetMultimapCache, getSetMultimapCache, getShardedTopic, getShardedTopic, getSortedSet, getSortedSet, getSpinLock, getSpinLock, getStream, getStream, getTimeSeries, getTimeSeries, getTopic, getTopic, getTransferQueue, getTransferQueue, isShutdown, isShuttingDown, reactive, rxJava, shutdown, shutdown

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RateLimiterRedission

      public RateLimiterRedission(org.redisson.config.Config config)
  • Method Details