public class MetadataStoreFactory extends Object
MetadataStore.| Constructor and Description |
|---|
MetadataStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
static MetadataStore |
create(String metadataURL,
MetadataStoreConfig metadataStoreConfig)
Create a new
MetadataStore instance based on the given configuration. |
public static MetadataStore create(String metadataURL, MetadataStoreConfig metadataStoreConfig) throws IOException
MetadataStore instance based on the given configuration.metadataURL - the metadataStore URLmetadataStoreConfig - the configuration objectMetadataStore instanceIOException - if the metadata store initialization failsCopyright © 2017–2021 Apache Software Foundation. All rights reserved.