| Package | Description |
|---|---|
| com.oceanbase.jdbc.internal.failover | |
| com.oceanbase.jdbc.internal.io.input | |
| com.oceanbase.jdbc.internal.io.output | |
| com.oceanbase.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 | Field and Description |
|---|---|
protected LruTraceCache |
AbstractPacketInputStream.traceCache |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPacketInputStream.setTraceCache(LruTraceCache traceCache) |
void |
PacketInputStream.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 © 2022 oceanbase.com. All rights reserved.