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