Uses of Class
org.mariadb.jdbc.client.util.MutableInt
-
Packages that use MutableInt Package Description org.mariadb.jdbc.client.impl org.mariadb.jdbc.client.socket org.mariadb.jdbc.client.socket.impl -
-
Uses of MutableInt in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl that return MutableInt Modifier and Type Method Description MutableIntStandardReadableByteBuf. getSequence()Constructors in org.mariadb.jdbc.client.impl with parameters of type MutableInt Constructor Description StandardReadableByteBuf(MutableInt sequence, byte[] buf, int limit) -
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() -
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. compressSequenceprotected MutableIntPacketWriter. 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)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.
-