org.frameworkset.nosql.redis.NodeInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-data Show documentation
Show all versions of bboss-data Show documentation
bboss RedisãMongodbãMilvusãMinio客æ·ç«¯å·¥å
·å
.
package org.frameworkset.nosql.redis;
public class NodeInfo {
private String host;
private int port;
public NodeInfo() {
// TODO Auto-generated constructor stub
}
public String getHost() {
return host;
}
public void setHost(String host) {
this.host = host;
}
public int getPort() {
return port;
}
public void setPort(int port) {
this.port = port;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy