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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Service property name which determine what role this NodeStore is playing.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

    • ROLE

      static final String ROLE
      Service property name which determine what role this NodeStore is playing.
      See Also:
  • Method Details