Class DefaultAtomicIdGenerator

    • Constructor Detail

      • DefaultAtomicIdGenerator

        public DefaultAtomicIdGenerator​(AsyncAtomicIdGenerator asyncIdGenerator,
                                        long operationTimeoutMillis)
    • Method Detail

      • nextId

        public long nextId()
        Description copied from interface: AtomicIdGenerator
        Gets the next globally unique numeric identifier.
        Specified by:
        nextId in interface AtomicIdGenerator
        Returns:
        the next globally unique numeric identifier