Class ConsistentMapBuilder<K,​V>

    • Constructor Detail

      • ConsistentMapBuilder

        public ConsistentMapBuilder()
    • Method Detail

      • buildAsyncMap

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