Interface ElasticAccountBean
- All Known Implementing Classes:
ElasticAccountBeanImpl
public interface ElasticAccountBean
A bean the encapsulates the storage and retrieval of
ElasticConfiguration
-
Method Summary
Modifier and TypeMethodDescription@Nullable ElasticConfiguration
boolean
void
saveElasticConfig
(@NotNull ElasticConfiguration elasticConfiguration)
-
Method Details
-
getElasticConfig
-
saveElasticConfig
-
isElasticSupportEnabled
boolean isElasticSupportEnabled()- Returns:
- true iff elastic support is enabled
-