public class PartitionDatabaseMeta extends Object
Constructor and Description |
---|
PartitionDatabaseMeta() |
PartitionDatabaseMeta(String partitionId,
String hostname,
String port,
String database) |
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseName() |
String |
getHostname() |
String |
getPartitionId() |
String |
getPassword() |
String |
getPort() |
String |
getUsername() |
void |
setDatabaseName(String database) |
void |
setHostname(String hostname) |
void |
setPartitionId(String partitionId) |
void |
setPassword(String password) |
void |
setPort(String port) |
void |
setUsername(String username) |
public String getPartitionId()
public void setPartitionId(String partitionId)
partitionId
- the partitionId to setpublic String getDatabaseName()
public void setDatabaseName(String database)
database
- the database to setpublic String getHostname()
public void setHostname(String hostname)
hostname
- the hostname to setpublic String getPort()
public void setPort(String port)
port
- the port to setpublic String getPassword()
public void setPassword(String password)
password
- the password to setpublic String getUsername()
public void setUsername(String username)
username
- the username to set