Class MySqlConnectorTask.ServerIdGenerator

    • Field Detail

      • configuredServerId

        private final long configuredServerId
      • offset

        private final long offset
      • counter

        private int counter
    • Constructor Detail

      • ServerIdGenerator

        private ServerIdGenerator​(long configuredServerId,
                                  long configuredOffset)
    • Method Detail

      • getNextServerId

        public long getNextServerId()
      • getConfiguredServerId

        public long getConfiguredServerId()