| Package | Description |
|---|---|
| com.singlestore.jdbc.client.impl | |
| com.singlestore.jdbc.client.socket | |
| com.singlestore.jdbc.client.socket.impl |
| Modifier and Type | Method and Description |
|---|---|
MutableInt |
StandardReadableByteBuf.getSequence() |
| Constructor and Description |
|---|
StandardReadableByteBuf(MutableInt sequence,
byte[] buf,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
MutableInt |
Reader.getSequence() |
| Modifier and Type | Field and Description |
|---|---|
protected MutableInt |
PacketWriter.compressSequence |
protected MutableInt |
PacketWriter.sequence |
| Modifier and Type | Method and Description |
|---|---|
MutableInt |
PacketReader.getSequence() |
| Constructor and Description |
|---|
CompressInputStream(InputStream in,
MutableInt compressionSequence) |
CompressOutputStream(OutputStream out,
MutableInt compressionSequence) |
PacketReader(InputStream in,
Configuration conf,
MutableInt sequence)
Constructor of standard socket MySQL packet stream reader.
|
PacketWriter(OutputStream out,
int maxQuerySizeToLog,
MutableInt sequence,
MutableInt compressSequence)
Common feature to write data into socket, creating SingleStore Packet.
|
Copyright © 2023 SingleStore. All rights reserved.