Class PersistedCounterConfigurationStorage

java.lang.Object
org.infinispan.counter.impl.manager.PersistedCounterConfigurationStorage
All Implemented Interfaces:
CounterConfigurationStorage

public class PersistedCounterConfigurationStorage extends Object implements CounterConfigurationStorage
A persistent implementation of CounterConfigurationStorage.

The counter's configuration will be stored (as xml format) in counters.xml file in GlobalStateConfiguration.sharedPersistentLocation()

Since:
9.2
Author:
Pedro Ruivo