Interface SnStoreSelectionStrategy
- All Known Implementing Classes:
DefaultSnStoreSelectionStrategy
public interface SnStoreSelectionStrategy
Resolves the stores for a given index type.
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultStore(SnIndexTypeModel indexType) Returns the default stores for the given index type.getDefaultStore(String indexTypeId) Returns the default store for the given index type.getStores(SnIndexTypeModel indexType) Returns the stores for the given index type.Returns the stores for the given index type.
-
Method Details
-
getDefaultStore
Returns the default store for the given index type.- Parameters:
indexTypeId- - the index type id- Returns:
- the default store
-
getDefaultStore
Returns the default stores for the given index type.- Parameters:
indexType- - the index type- Returns:
- the default store
-
getStores
Returns the stores for the given index type.- Parameters:
indexTypeId- - the index type id- Returns:
- the stores
-
getStores
Returns the stores for the given index type.- Parameters:
indexType- - the index type- Returns:
- the stores
-