Interface ConnectionPool<T>
-
- All Known Implementing Classes:
RedisClusterConnectionPool,RedisConnectionPool,RedisMasterReplicaConnectionPool
public interface ConnectionPool<T>Created: 2019/12/23
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()TgetConnection()voidinitialize(SessionDataCodec codec)
-
-
-
Method Detail
-
getConnection
T getConnection() throws java.lang.Exception
- Throws:
java.lang.Exception
-
initialize
void initialize(SessionDataCodec codec)
-
destroy
void destroy()
-
-