Uses of Class
org.mariadb.jdbc.util.MutableInt
Packages that use MutableInt
-
Uses of MutableInt in org.mariadb.jdbc.client
Fields in org.mariadb.jdbc.client declared as MutableIntModifier and TypeFieldDescriptionprivate final MutableInt
ClientImpl.compressionSequence
private final MutableInt
ClientImpl.sequence
private final MutableInt
ReadableByteBuf.sequence
Methods in org.mariadb.jdbc.client that return MutableIntConstructors in org.mariadb.jdbc.client with parameters of type MutableInt -
Uses of MutableInt in org.mariadb.jdbc.client.socket
Fields in org.mariadb.jdbc.client.socket declared as MutableIntModifier and TypeFieldDescriptionprotected final MutableInt
PacketWriter.compressSequence
private final MutableInt
CompressInputStream.sequence
private final MutableInt
CompressOutputStream.sequence
private final MutableInt
PacketReader.sequence
protected final MutableInt
PacketWriter.sequence
Methods in org.mariadb.jdbc.client.socket that return MutableIntConstructors in org.mariadb.jdbc.client.socket with parameters of type MutableIntModifierConstructorDescriptionCompressInputStream
(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 MariaDB Packet.