Interface OMAGServerConfigStoreRetrieveAll
- All Superinterfaces:
OMAGServerConfigStore
- All Known Implementing Classes:
EncryptedFileBasedServerConfigStoreConnector
,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 Summary
Modifier and TypeMethodDescriptionRetrieve all the stored server configurationsMethods inherited from interface org.odpi.openmetadata.adminservices.store.OMAGServerConfigStore
removeServerConfig, retrieveServerConfig, saveServerConfig, setServerName
-
Method Details
-
retrieveAllServerConfigs
Set<OMAGServerConfig> retrieveAllServerConfigs()Retrieve all the stored server configurations- Returns:
- the set of server configurations present in this OMAG Server Config store
-