When I create an Apache Ignite cache I believe it is implemented as a HashMap
Is it possible to configure it as a TreeMap, so that the order of the keys is guaranteed?
When I create an Apache Ignite cache I believe it is implemented as a HashMap
Is it possible to configure it as a TreeMap, so that the order of the keys is guaranteed?