Class FormatDescriptionEvent

  • All Implemented Interfaces:
    BinLogData

    public class FormatDescriptionEvent
    extends java.lang.Object
    implements BinLogData
    • Constructor Detail

      • FormatDescriptionEvent

        public FormatDescriptionEvent​(int logFormatVersion,
                                      java.lang.String serverVersion,
                                      long timestamp,
                                      int headerLength,
                                      int checksumType)
    • Method Detail

      • getLogFormatVersion

        public int getLogFormatVersion()
      • getServerVersion

        public java.lang.String getServerVersion()
      • getTimestamp

        public long getTimestamp()
      • getHeaderLength

        public int getHeaderLength()
      • getChecksumType

        public int getChecksumType()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object