Interface SortedMapCompatibleBuilder<B extends SortedMapCompatibleBuilder<B>>


public interface SortedMapCompatibleBuilder<B extends SortedMapCompatibleBuilder<B>>
Map builder.
  • Method Summary

    Modifier and Type Method Description
    B withProtocol​(SortedMapProtocol protocol)
    Configures the builder with a map compatible gossip protocol.
  • Method Details

    • withProtocol

      B withProtocol​(SortedMapProtocol protocol)
      Configures the builder with a map compatible gossip protocol.
      Parameters:
      protocol - the map protocol
      Returns:
      the primitive builder