public class StringRedisRetryTemplate extends RedisRetryTemplate<java.lang.String,java.lang.String>
| コンストラクターと説明 |
|---|
StringRedisRetryTemplate(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory, org.springframework.retry.RetryOperations retryOperations) 再試行操作のセットを使用して新しい StringRedisTemplate インスタンスを構築します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected org.springframework.data.redis.connection.RedisConnection | preProcessConnection(org.springframework.data.redis.connection.RedisConnection connection, boolean existingConnection) |
execute, getRecoveryCallback, RetryOperations, setRecoveryCallback, setRetryOperationsafterPropertiesSet, boundHashOps, boundListOps, boundSetOps, boundValueOps, boundZSetOps, convertAndSend, createRedisConnectionProxy, delete, delete, discard, dump, exec, exec, execRaw, execute, execute, execute, execute, execute, executePipelined, executePipelined, executePipelined, executePipelined, expire, expireAt, getClientList, getDefaultSerializer, getExpire, getExpire, getHashKeySerializer, getHashValueSerializer, getKeySerializer, getStringSerializer, getValueSerializer, hasKey, isEnableDefaultSerializer, isExposeConnection, keys, killClient, move, multi, opsForHash, opsForHyperLogLog, opsForList, opsForSet, opsForValue, opsForZSet, persist, postProcessResult, randomKey, rename, renameIfAbsent, restore, setDefaultSerializer, setEnableDefaultSerializer, setEnableTransactionSupport, setExposeConnection, setHashKeySerializer, setHashValueSerializer, setKeySerializer, setScriptExecutor, setStringSerializer, setValueSerializer, slaveOf, slaveOfNoOne, sort, sort, sort, sort, sort, type, unwatch, watch, watchpublic StringRedisRetryTemplate(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory,
org.springframework.retry.RetryOperations retryOperations)StringRedisTemplate インスタンスを構築します。Spring 管理コンテキストの外部で作成する場合は、RedisTemplate.afterPropertiesSet() を呼び出す必要があります。connectionFactory - 新しい接続を作成するための接続ファクトリ protected org.springframework.data.redis.connection.RedisConnection preProcessConnection(org.springframework.data.redis.connection.RedisConnection connection,
boolean existingConnection)org.springframework.data.redis.core.RedisTemplate<java.lang.String,java.lang.String> の preProcessConnection