ComStatisticsPacket

ldbc.connector.net.packet.request.ComStatisticsPacket
See theComStatisticsPacket companion object
case class ComStatisticsPacket() extends RequestPacket

The COM_STATISTICS request is used to request statistics from the server. Get a human readable string of some internal status vars.

The statistics are refreshed at the time of executing this command. If the returned string is of zero length an error message is returned by mysql_stat to the client application instead of the actual empty statistics string.

Attributes

Companion
object
Source
ComStatisticsPacket.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Packet
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def encode: BitVector

Attributes

Definition Classes
Source
ComStatisticsPacket.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
ComStatisticsPacket.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product