Package io.atomix.primitive.protocol.map
Interface NavigableMapCompatibleBuilder<B extends NavigableMapCompatibleBuilder<B>>
public interface NavigableMapCompatibleBuilder<B extends NavigableMapCompatibleBuilder<B>>
Map builder.
-
Method Summary
Modifier and Type Method Description BwithProtocol(NavigableMapProtocol protocol)Configures the builder with a map compatible gossip protocol.
-
Method Details
-
withProtocol
Configures the builder with a map compatible gossip protocol.- Parameters:
protocol- the map protocol- Returns:
- the primitive builder
-