Uses of Class
org.mariadb.jdbc.client.util.MutableByte
-
Packages that use MutableByte Package Description org.mariadb.jdbc.client.impl org.mariadb.jdbc.client.socket org.mariadb.jdbc.client.socket.impl -
-
Uses of MutableByte in org.mariadb.jdbc.client.impl
Fields in org.mariadb.jdbc.client.impl declared as MutableByte Modifier and Type Field Description private MutableByteStandardClient. compressionSequenceprivate MutableByteStandardClient. sequence -
Uses of MutableByte in org.mariadb.jdbc.client.socket
Methods in org.mariadb.jdbc.client.socket that return MutableByte Modifier and Type Method Description MutableByteReader. getSequence()Get current sequence object -
Uses of MutableByte in org.mariadb.jdbc.client.socket.impl
Fields in org.mariadb.jdbc.client.socket.impl declared as MutableByte Modifier and Type Field Description protected MutableBytePacketWriter. compressSequencecompressed packet sequenceprivate MutableByteCompressInputStream. sequenceprivate MutableByteCompressOutputStream. sequenceprivate MutableBytePacketReader. sequenceprotected MutableBytePacketWriter. sequencepacket sequenceMethods in org.mariadb.jdbc.client.socket.impl that return MutableByte Modifier and Type Method Description MutableBytePacketReader. getSequence()Constructors in org.mariadb.jdbc.client.socket.impl with parameters of type MutableByte Constructor Description CompressInputStream(java.io.InputStream in, MutableByte compressionSequence)Constructor.CompressOutputStream(java.io.OutputStream out, MutableByte compressionSequence)Constructor.PacketReader(java.io.InputStream in, Configuration conf, MutableByte sequence)Constructor of standard socket MySQL packet stream reader.PacketWriter(java.io.OutputStream out, int maxQuerySizeToLog, java.lang.Integer maxAllowedPacket, MutableByte sequence, MutableByte compressSequence)Common feature to write data into socket, creating MariaDB Packet.
-