Class AtomicCounterMapBuilder<K>

    • Constructor Detail

      • AtomicCounterMapBuilder

        public AtomicCounterMapBuilder()
    • Method Detail

      • buildAsyncMap

        public abstract AsyncAtomicCounterMap<K> buildAsyncMap()
        Builds an async atomic counter map based on the configuration options supplied to this builder.
        Returns:
        new async atomic counter map
        Throws:
        java.lang.RuntimeException - if a mandatory parameter is missing