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 java.lang.String
ROLE
Service property name which determine what role this NodeStore is playing.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeStore
getNodeStore()
-
-
-
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
-
-
Method Detail
-
getNodeStore
NodeStore getNodeStore()
-
-