Java org.apache.cassandra.config DatabaseDescriptor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.config DatabaseDescriptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.config DatabaseDescriptor.

The text is from its open source code.

Method

voidcreateAllDirectories()
Creates all storage-related directories.
voiddaemonInitialization()
String[]getAllDataFileLocations()
StringgetClusterName()
StringgetCommitLogLocation()
intgetConcurrentCompactors()
Config.DiskAccessModegetDiskAccessMode()
IEndpointSnitchgetEndpointSnitch()
InetAddressgetListenAddress()
StringgetLocalDataCenter()
intgetNativeTransportPort()
This is the port used with RPC address for the native protocol to communicate with clients.
IPartitionergetPartitioner()
InetAddressgetRpcAddress()
This is the address used to bind for the native protocol to communicate with clients.
StringgetSavedCachesLocation()
intgetSSLStoragePort()
intgetStoragePort()
booleanhasLargeAddressSpace()
booleanisAutoSnapshot()
ConfigloadConfig()
voidsetStreamThroughputOutboundMegabitsPerSec(int value)
booleanstartNativeTransport()