Package io.quarkus.agroal.runtime
Class QuarkusNettyConnectionCache
java.lang.Object
io.quarkus.agroal.runtime.QuarkusNettyConnectionCache
- All Implemented Interfaces:
io.agroal.api.cache.ConnectionCache
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final io.netty.util.concurrent.FastThreadLocal<io.agroal.api.cache.Acquirable> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
connectionCache
final io.netty.util.concurrent.FastThreadLocal<io.agroal.api.cache.Acquirable> connectionCache
-
-
Constructor Details
-
QuarkusNettyConnectionCache
QuarkusNettyConnectionCache()
-
-
Method Details
-
get
public io.agroal.api.cache.Acquirable get()- Specified by:
getin interfaceio.agroal.api.cache.ConnectionCache
-
put
public void put(io.agroal.api.cache.Acquirable acquirable) - Specified by:
putin interfaceio.agroal.api.cache.ConnectionCache
-
reset
public void reset()- Specified by:
resetin interfaceio.agroal.api.cache.ConnectionCache
-