Class BinLogHeader


  • public class BinLogHeader
    extends java.lang.Object
    • Constructor Detail

      • BinLogHeader

        public BinLogHeader​(long timestamp,
                            int eventCode,
                            long serverId,
                            long eventLength,
                            long nextPosition,
                            int flags)
    • Method Detail

      • getTimestamp

        public long getTimestamp()
      • getEventCode

        public int getEventCode()
      • getServerId

        public long getServerId()
      • getEventLength

        public long getEventLength()
      • getEventDataLength

        public long getEventDataLength()
      • getNextPosition

        public long getNextPosition()
      • getFlags

        public int getFlags()
      • toString

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