static MetadataStore |
MetadataStoreFactory.createDb2MetadataStore(java.lang.String userid,
java.io.File passwordFile,
java.util.Properties connectionProperties) |
Create a configured Db2 backed metadata store instance using Db2 JDBC connection properties.
|
static MetadataStore |
MetadataStoreFactory.createDb2MetadataStore(java.lang.String url,
java.lang.String userid,
java.io.File passwordFile) |
Create a basic Db2 connected metadata store instance.
|
static MetadataStore |
MetadataStoreFactory.createDb2MetadataStore(java.lang.String url,
java.lang.String userId,
java.lang.String password) |
Create a basic Db2 connected metadata store instance.
|
static MetadataStore |
MetadataStoreFactory.createDb2MetadataStore(java.lang.String userid,
java.lang.String password,
java.util.Properties connectionProperties) |
Create a configured Db2 backed metadata store instance using Db2 JDBC connection properties.
|
static MetadataStore |
MetadataStoreFactory.createFileMetadataStore() |
Create a file system metadata store instance in the user's $HOME directory
|
static MetadataStore |
MetadataStoreFactory.createFileMetadataStore(java.lang.String location) |
Create a file system metadata store instance at the location provided.
|
static MetadataStore |
MetadataStoreFactory.getMetadataStore() |
Returns the previously created metadata store instance.
|