@ConfigurationProperties(prefix="orient.datasource") public class OrientDatasourceConfigProperties extends Object
ConfigurationProperties
for OrientDatabaseImpl
(datasource for OrientDB).Modifier and Type | Field and Description |
---|---|
private int |
maxPoolSize |
private String |
password |
private String |
url |
private String |
username |
Constructor and Description |
---|
OrientDatasourceConfigProperties()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxPoolSize() |
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
void |
setMaxPoolSize(int maxPoolSize) |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUsername(String username) |
private String url
private String username
private String password
private int maxPoolSize
public OrientDatasourceConfigProperties()
public String getUrl()
public String getUsername()
public void setUsername(String username)
username
- the new value of getUsername()
.public String getPassword()
public void setPassword(String password)
password
- the new value of getPassword()
.public int getMaxPoolSize()
OPartitionedDatabasePoolFactory.getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
maxPoolSize
- the new value of getMaxPoolSize()
.Copyright © 2001–2016 mmm-Team. All rights reserved.