Interface OMAGServerConfigStoreRetrieveAll
- All Superinterfaces:
- OMAGServerConfigStore
- All Known Implementing Classes:
- FileBasedServerConfigStoreConnector
OMAGServerConfigStoreQueryAll provides a method to retrieve all the stored servers. It is an extension to the OMAGServerConfigStore interface
 to the configuration for an OMAG Server. This is accessed through a connector.
 This function has been added to a new interface so existing implementations using OMAGServerConfigStore continue to work.
- 
Method SummaryModifier and TypeMethodDescriptionRetrieve all the stored server configurationsMethods inherited from interface org.odpi.openmetadata.adminservices.store.OMAGServerConfigStoreremoveServerConfig, retrieveServerConfig, saveServerConfig, setServerName
- 
Method Details- 
retrieveAllServerConfigsSet<OMAGServerConfig> retrieveAllServerConfigs()Retrieve all the stored server configurations- Returns:
- the set of server configurations present in this OMAG Server Config store
 
 
-