@ConfigurationProperties(prefix="com.github.nosan.embedded.cassandra") public class EmbeddedCassandraProperties extends Object
Cassandra.| Constructor and Description |
|---|
EmbeddedCassandraProperties() |
public Charset getCqlScriptsEncoding()
public void setCqlScriptsEncoding(Charset cqlScriptsEncoding)
public boolean isRootAllowed()
public void setRootAllowed(boolean rootAllowed)
public boolean isDaemon()
public void setDaemon(boolean daemon)
public boolean isRegisterShutdownHook()
public void setRegisterShutdownHook(boolean registerShutdownHook)
public String getLogger()
public void setLogger(String logger)
public Duration getTimeout()
public void setTimeout(Duration timeout)
@Nullable public String getName()
public void setName(@Nullable
String name)
@Nullable public String getVersion()
public void setVersion(@Nullable
String version)
@Nullable public org.springframework.core.io.Resource getConfig()
public void setConfig(@Nullable
org.springframework.core.io.Resource config)
@Nullable public org.springframework.core.io.Resource getRackConfig()
public void setRackConfig(@Nullable
org.springframework.core.io.Resource rackConfig)
@Nullable public org.springframework.core.io.Resource getTopologyConfig()
public void setTopologyConfig(@Nullable
org.springframework.core.io.Resource topologyConfig)
@Nullable public Path getWorkingDirectory()
public void setWorkingDirectory(@Nullable
Path workingDirectory)
@Nullable public Path getJavaHome()
public void setJavaHome(@Nullable
Path javaHome)
@Nullable public InetAddress getAddress()
public void setAddress(@Nullable
InetAddress address)
@Nullable public Integer getPort()
public void setPort(@Nullable
Integer port)
@Nullable public Integer getSslPort()
public void setSslPort(@Nullable
Integer sslPort)
@Nullable public Integer getRpcPort()
public void setRpcPort(@Nullable
Integer rpcPort)
@Nullable public Integer getStoragePort()
public void setStoragePort(@Nullable
Integer storagePort)
@Nullable public Integer getSslStoragePort()
public void setSslStoragePort(@Nullable
Integer sslStoragePort)
@Nullable public Integer getJmxLocalPort()
public void setJmxLocalPort(@Nullable
Integer jmxLocalPort)
Copyright © 2020. All rights reserved.