| Package | Description |
|---|---|
| com.singlestore.jdbc.client.socket | |
| com.singlestore.jdbc.client.socket.impl |
| Modifier and Type | Method and Description |
|---|---|
MutableByte |
Reader.getSequence()
Get current sequence object
|
| Modifier and Type | Field and Description |
|---|---|
protected MutableByte |
PacketWriter.compressSequence
compressed packet sequence
|
protected MutableByte |
PacketWriter.sequence
packet sequence
|
| Modifier and Type | Method and Description |
|---|---|
MutableByte |
PacketReader.getSequence() |
| Constructor and Description |
|---|
CompressInputStream(InputStream in,
MutableByte compressionSequence)
Constructor.
|
CompressOutputStream(OutputStream out,
MutableByte compressionSequence) |
PacketReader(InputStream in,
Configuration conf,
MutableByte sequence)
Constructor of standard socket MySQL packet stream reader.
|
PacketWriter(OutputStream out,
int maxQuerySizeToLog,
Integer maxAllowedPacket,
MutableByte sequence,
MutableByte compressSequence)
Common feature to write data into socket, creating SingleStore Packet.
|
Copyright © 2025 SingleStore. All rights reserved.