Index

A C G L R S 
All Classes|All Packages

A

ApplicationConfig - Class in com.trendyol.jdempotent.redis
 
ApplicationConfig(RedisConfigProperties) - Constructor for class com.trendyol.jdempotent.redis.ApplicationConfig
 

C

com.trendyol.jdempotent.redis - package com.trendyol.jdempotent.redis
 
contains(IdempotencyKey) - Method in class com.trendyol.jdempotent.redis.RedisIdempotentRepository
 

G

getDatabase() - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
getDialTimeoutSecond() - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
getExpirationTimeHour() - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
getIdempotentAspect(RedisTemplate) - Method in class com.trendyol.jdempotent.redis.ApplicationConfig
 
getIdempotentAspect(RedisTemplate, ErrorConditionalCallback) - Method in class com.trendyol.jdempotent.redis.ApplicationConfig
 
getMaxRetryCount() - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
getPassword() - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
getReadTimeoutSecond() - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
getResponse(IdempotencyKey) - Method in class com.trendyol.jdempotent.redis.RedisIdempotentRepository
 
getSentinelHostList() - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
getSentinelMasterName() - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
getSentinelPort() - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
getWriteTimeoutSecond() - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 

L

lettuceConnectionFactory() - Method in class com.trendyol.jdempotent.redis.RedisSentinelConfiguration
 

R

RedisConfigProperties - Class in com.trendyol.jdempotent.redis
 
RedisConfigProperties() - Constructor for class com.trendyol.jdempotent.redis.RedisConfigProperties
 
RedisIdempotentRepository - Class in com.trendyol.jdempotent.redis
 
RedisIdempotentRepository(RedisTemplate, RedisConfigProperties) - Constructor for class com.trendyol.jdempotent.redis.RedisIdempotentRepository
 
RedisSentinelConfiguration - Class in com.trendyol.jdempotent.redis
 
RedisSentinelConfiguration(RedisConfigProperties) - Constructor for class com.trendyol.jdempotent.redis.RedisSentinelConfiguration
 
redisTemplate() - Method in class com.trendyol.jdempotent.redis.RedisSentinelConfiguration
 
remove(IdempotencyKey) - Method in class com.trendyol.jdempotent.redis.RedisIdempotentRepository
 

S

setDatabase(Integer) - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
setDialTimeoutSecond(String) - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
setExpirationTimeHour(Long) - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
setMaxRetryCount(String) - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
setPassword(String) - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
setReadTimeoutSecond(String) - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
setResponse(IdempotencyKey, IdempotentRequestWrapper, IdempotentResponseWrapper) - Method in class com.trendyol.jdempotent.redis.RedisIdempotentRepository
 
setSentinelHostList(List<String>) - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
setSentinelMasterName(String) - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
setSentinelPort(Integer) - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
setWriteTimeoutSecond(String) - Method in class com.trendyol.jdempotent.redis.RedisConfigProperties
 
store(IdempotencyKey, IdempotentRequestWrapper) - Method in class com.trendyol.jdempotent.redis.RedisIdempotentRepository
 
A C G L R S 
All Classes|All Packages