Uses of Class
org.mariadb.jdbc.util.MutableInt
-
Packages that use MutableInt Package Description org.mariadb.jdbc.client org.mariadb.jdbc.client.socket -
-
Uses of MutableInt in org.mariadb.jdbc.client
Fields in org.mariadb.jdbc.client declared as MutableInt Modifier and Type Field Description private MutableIntClientImpl. compressionSequenceprivate MutableIntClientImpl. sequenceprivate MutableIntReadableByteBuf. sequenceMethods in org.mariadb.jdbc.client that return MutableInt Modifier and Type Method Description MutableIntReadableByteBuf. getSequence()Constructors in org.mariadb.jdbc.client with parameters of type MutableInt Constructor Description ReadableByteBuf(MutableInt sequence, byte[] buf, int limit) -
Uses of MutableInt in org.mariadb.jdbc.client.socket
Fields in org.mariadb.jdbc.client.socket declared as MutableInt Modifier and Type Field Description protected MutableIntPacketWriter. compressSequenceprivate MutableIntCompressInputStream. sequenceprivate MutableIntCompressOutputStream. sequenceprivate MutableIntPacketReader. sequenceprotected MutableIntPacketWriter. sequenceMethods in org.mariadb.jdbc.client.socket that return MutableInt Modifier and Type Method Description MutableIntPacketReader. getSequence()Constructors in org.mariadb.jdbc.client.socket with parameters of type MutableInt Constructor Description CompressInputStream(java.io.InputStream in, MutableInt compressionSequence)CompressOutputStream(java.io.OutputStream out, MutableInt compressionSequence)PacketReader(java.io.InputStream in, Configuration conf, MutableInt sequence)Constructor of standard socket MySQL packet stream reader.PacketWriter(java.io.OutputStream out, int maxQuerySizeToLog, MutableInt sequence, MutableInt compressSequence)Common feature to write data into socket, creating MariaDB Packet.
-