org.apache.cassandra.net
Class MessagingConfig
java.lang.Object
org.apache.cassandra.net.MessagingConfig
public class MessagingConfig
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessagingConfig
public MessagingConfig()
getMessagingThreadCount
public static int getMessagingThreadCount()
setMessagingThreadCount
public static void setMessagingThreadCount(int threadCount)
setExpectedRoundTripTime
public static void setExpectedRoundTripTime(int roundTripTimeMillis)
getExpectedRoundTripTime
public static int getExpectedRoundTripTime()
getConnectionPoolInitialSize
public static int getConnectionPoolInitialSize()
getConnectionPoolGrowthFactor
public static int getConnectionPoolGrowthFactor()
getConnectionPoolMaxSize
public static int getConnectionPoolMaxSize()
getConnectionPoolWaitTimeout
public static int getConnectionPoolWaitTimeout()
getConnectionPoolMonitorInterval
public static int getConnectionPoolMonitorInterval()
setNumberOfPorts
public static void setNumberOfPorts(int n)
getNumberOfPorts
public static int getNumberOfPorts()
Copyright © 2009 The Apache Software Foundation