Interface NodeStoreProvider


  • public interface NodeStoreProvider
    Provides a NodeStore instance for specific role. A role indicates what type store is it e.g. role set to 'secondary' means that this NodeStore acts like replica of some primary NodeStore
    • Field Detail

      • ROLE

        static final java.lang.String ROLE
        Service property name which determine what role this NodeStore is playing.
        See Also:
        Constant Field Values