public abstract class DocumentStoreConfiguration extends Object
| Constructor and Description |
|---|
DocumentStoreConfiguration(ConfigurationPropertyReader propertyReader,
int defaultPort) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName() |
Hosts |
getHosts() |
String |
getNativeClientResource() |
String |
getPassword() |
String |
getUsername() |
boolean |
isCreateDatabase() |
public DocumentStoreConfiguration(ConfigurationPropertyReader propertyReader, int defaultPort)
public Hosts getHosts()
OgmProperties.HOST,
OgmProperties.PORTpublic String getDatabaseName()
OgmProperties.DATABASEpublic String getUsername()
OgmProperties.USERNAMEpublic String getPassword()
OgmProperties.PASSWORDpublic boolean isCreateDatabase()
OgmProperties.CREATE_DATABASEpublic String getNativeClientResource()
OgmProperties.NATIVE_CLIENT_RESOURCECopyright © 2010-2024 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.