Package | Description |
---|---|
org.mariadb.jdbc.internal.failover | |
org.mariadb.jdbc.internal.io.input | |
org.mariadb.jdbc.internal.io.output | |
org.mariadb.jdbc.internal.protocol |
Modifier and Type | Field and Description |
---|---|
LruTraceCache |
FailoverProxy.traceCache |
Constructor and Description |
---|
FailoverProxy(Listener listener,
ReentrantLock lock,
LruTraceCache traceCache)
Proxy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
DecompressPacketInputStream.setTraceCache(LruTraceCache traceCache) |
void |
PacketInputStream.setTraceCache(LruTraceCache traceCache) |
void |
StandardPacketInputStream.setTraceCache(LruTraceCache traceCache) |
Modifier and Type | Field and Description |
---|---|
protected LruTraceCache |
AbstractPacketOutputStream.traceCache |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPacketOutputStream.setTraceCache(LruTraceCache traceCache) |
void |
PacketOutputStream.setTraceCache(LruTraceCache traceCache) |
Modifier and Type | Field and Description |
---|---|
protected LruTraceCache |
AbstractConnectProtocol.traceCache |
Constructor and Description |
---|
AbstractConnectProtocol(UrlParser urlParser,
GlobalStateInfo globalInfo,
ReentrantLock lock,
LruTraceCache traceCache)
Get a protocol instance.
|
AuroraProtocol(UrlParser url,
GlobalStateInfo globalInfo,
ReentrantLock lock,
LruTraceCache traceCache) |
MasterProtocol(UrlParser urlParser,
GlobalStateInfo globalInfo,
ReentrantLock lock,
LruTraceCache traceCache)
Get a protocol instance.
|
MastersSlavesProtocol(UrlParser url,
GlobalStateInfo globalInfo,
ReentrantLock lock,
LruTraceCache traceCache) |
Copyright © 2020 mariadb.com. All rights reserved.