|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvoldemort.server.VoldemortConfig
public class VoldemortConfig
Configuration parameters for the voldemort server.
| Field Summary | |
|---|---|
static int |
VOLDEMORT_DEFAULT_ADMIN_PORT
|
static java.lang.String |
VOLDEMORT_HOME_VAR_NAME
|
| Constructor Summary | |
|---|---|
VoldemortConfig(int nodeId,
java.lang.String voldemortHome)
|
|
VoldemortConfig(java.util.Properties props)
|
|
VoldemortConfig(Props props)
|
|
| Method Summary | |
|---|---|
int |
getAdminConnectionTimeout()
|
int |
getAdminCoreThreads()
|
int |
getAdminMaxThreads()
|
int |
getAdminSocketBufferSize()
|
int |
getAdminSocketTimeout()
|
Props |
getAllProps()
|
int |
getBdbBtreeFanout()
The btree node fanout. |
long |
getBdbCacheSize()
The cache size given by "bdb.cache.size" in bytes default: 200MB |
long |
getBdbCheckpointBytes()
|
boolean |
getBdbCheckpointerHighPriority()
If true, the checkpointer uses more resources in order to complete the checkpoint in a shorter time interval. |
long |
getBdbCheckpointMs()
|
int |
getBdbCleanerLookAheadCacheSize()
|
int |
getBdbCleanerMaxBatchFiles()
The maximum number of log files in the cleaner's backlog, or zero if there is no limit property: "bdb.cleaner.max.batch.files" default: 0 minimum: 0 maximum: 100000 |
int |
getBdbCleanerMinFileUtilization()
A log file will be cleaned if its utilization percentage is below this value, irrespective of total utilization. |
int |
getBdbCleanerMinUtilization()
The cleaner will keep the total disk space utilization percentage above this value. |
int |
getBdbCleanerThreads()
The number of cleaner threads property: "bdb.cleaner.threads" default: 1 minimum: 1 |
boolean |
getBdbCursorPreload()
Do we preload the cursor or not? The advantage of preloading for cursor is faster streaming performance, as entries are fetched in disk order. |
java.lang.String |
getBdbDataDirectory()
The directory in which bdb data is stored. |
boolean |
getBdbFairLatches()
|
int |
getBdbLockNLockTables()
|
long |
getBdbLockTimeoutMs()
The lock timeout for all transactional and non-transactional operations. |
long |
getBdbMaxLogFileSize()
The maximum size of a single .jdb log file in bytes. |
boolean |
getBdbReadUncommitted()
|
int |
getClientConnectionTimeoutMs()
|
int |
getClientMaxConnectionsPerNode()
|
int |
getClientMaxQueuedRequests()
|
int |
getClientMaxThreads()
|
int |
getClientNodeBannageMs()
Deprecated. Use getFailureDetectorBannagePeriod() instead |
int |
getClientRoutingTimeoutMs()
|
int |
getClientSelectors()
|
int |
getClientThreadIdleMs()
|
int |
getCoreThreads()
The comfortable number of threads the threadpool will attempt to maintain. |
java.lang.String |
getDataDirectory()
The directory name given by "data.directory" default: voldemort.home/data |
long |
getFailureDetectorAsyncRecoveryInterval()
|
long |
getFailureDetectorBannagePeriod()
|
java.util.List<java.lang.String> |
getFailureDetectorCatastrophicErrorTypes()
|
java.lang.String |
getFailureDetectorImplementation()
|
long |
getFailureDetectorRequestLengthThreshold()
|
int |
getFailureDetectorThreshold()
|
int |
getFailureDetectorThresholdCountMinimum()
|
long |
getFailureDetectorThresholdInterval()
|
int |
getGossipInterval()
The interval at which gossip is run to exchange metadata |
int |
getMaxParallelStoresRebalancing()
|
int |
getMaxRebalancingAttempt()
|
int |
getMaxThreads()
The maximum number of threadpool threads set by "max.threads" default: 100 |
java.lang.String |
getMetadataDirectory()
The directory name given by "metadata.directory" default: voldemort.home/config |
java.lang.String |
getMysqlDatabaseName()
|
java.lang.String |
getMysqlHost()
|
java.lang.String |
getMysqlPassword()
|
int |
getMysqlPort()
|
java.lang.String |
getMysqlUsername()
|
int |
getNioAdminConnectorSelectors()
|
int |
getNioConnectorSelectors()
|
int |
getNodeId()
The node id given by "node.id" property default: VOLDEMORT_NODE_ID environment variable |
int |
getNumScanPermits()
|
java.lang.String |
getPusherType()
The type of streaming job we would want to use to send hints. |
int |
getReadOnlyBackups()
|
java.lang.String |
getReadOnlyDataStorageDirectory()
|
int |
getReadOnlyDeleteBackupMs()
Amount of time we will wait before we start deleting the backup. |
java.lang.String |
getReadOnlySearchStrategy()
|
boolean |
getRebalancingOptimization()
|
long |
getRebalancingTimeoutSec()
|
long |
getRepairStartMs()
|
RequestFormatType |
getRequestFormatType()
|
int |
getRetentionCleanupFirstStartTimeInHour()
|
int |
getRetentionCleanupScheduledPeriodInHour()
|
int |
getSchedulerThreads()
|
int |
getSlopBatchSize()
Returns the size of the batch used while streaming slops |
long |
getSlopFrequencyMs()
|
long |
getSlopMaxReadBytesPerSec()
|
long |
getSlopMaxWriteBytesPerSec()
|
java.lang.String |
getSlopStoreType()
The underlying store type which will be used to store slops. |
int |
getSlopZonesDownToTerminate()
Number of zones declared down before we terminate the pusher job |
int |
getSocketBufferSize()
|
boolean |
getSocketKeepAlive()
|
int |
getSocketTimeoutMs()
|
java.util.List<java.lang.String> |
getStorageConfigurations()
|
long |
getStreamMaxReadBytesPerSec()
|
long |
getStreamMaxWriteBytesPerSec()
|
boolean |
getUseNioConnector()
|
java.lang.String |
getVoldemortHome()
The node id given by "voldemort.home" default: VOLDEMORT_HOME environment variable |
boolean |
isAdminServerEnabled()
|
boolean |
isBdbFlushTransactionsEnabled()
Given by "bdb.flush.transactions". |
boolean |
isBdbOneEnvPerStore()
|
boolean |
isBdbSortedDuplicatesEnabled()
|
boolean |
isBdbWriteTransactionsEnabled()
|
boolean |
isEnableRebalanceService()
|
boolean |
isGossipEnabled()
|
boolean |
isGuiEnabled()
|
boolean |
isHttpServerEnabled()
|
boolean |
isJmxEnabled()
|
boolean |
isMetadataCheckingEnabled()
|
boolean |
isNetworkClassLoaderEnabled()
|
boolean |
isPipelineRoutedStoreEnabled()
|
boolean |
isRepairEnabled()
|
boolean |
isServerRoutingEnabled()
|
boolean |
isSlopEnabled()
|
boolean |
isSlopPusherJobEnabled()
|
boolean |
isSocketServerEnabled()
|
boolean |
isStatTrackingEnabled()
|
boolean |
isVerboseLoggingEnabled()
|
static VoldemortConfig |
loadFromEnvironmentVariable()
|
static VoldemortConfig |
loadFromVoldemortHome(java.lang.String voldemortHome)
|
void |
setAdminConnectionTimeout(int adminConnectionTimeout)
|
void |
setAdminCoreThreads(int coreThreads)
|
void |
setAdminMaxThreads(int maxThreads)
|
void |
setAdminServerEnabled(boolean enableSocketServer)
|
void |
setAdminSocketBufferSize(int socketBufferSize)
|
void |
setAdminSocketTimeout(int adminSocketTimeout)
|
void |
setBdbBtreeFanout(int bdbBtreeFanout)
|
void |
setBdbCacheSize(int bdbCacheSize)
|
void |
setBdbCheckpointBytes(long bdbCheckpointBytes)
|
void |
setBdbCheckpointerHighPriority(boolean bdbCheckpointerHighPriority)
|
void |
setBdbCheckpointMs(long bdbCheckpointMs)
|
void |
setBdbCleanerLookAheadCacheSize(int bdbCleanerLookAheadCacheSize)
|
void |
setBdbCleanerMaxBatchFiles(int bdbCleanerMaxBatchFiles)
|
void |
setBdbCleanerMinFileUtilization(int minFileUtilization)
|
void |
setBdbCleanerMinUtilization(int minUtilization)
|
void |
setBdbCleanerThreads(int bdbCleanerThreads)
|
void |
setBdbCursorPreload(boolean bdbCursorPreload)
|
void |
setBdbDataDirectory(java.lang.String bdbDataDirectory)
|
void |
setBdbFairLatches(boolean bdbFairLatches)
|
void |
setBdbFlushTransactions(boolean bdbSyncTransactions)
|
void |
setBdbLockNLockTables(int bdbLockNLockTables)
|
void |
setBdbLockTimeoutMs(long bdbLockTimeoutMs)
|
void |
setBdbMaxLogFileSize(long bdbMaxLogFileSize)
|
void |
setBdbOneEnvPerStore(boolean bdbOneEnvPerStore)
|
void |
setBdbReadUncommitted(boolean bdbReadUncommitted)
|
void |
setBdbSortedDuplicates(boolean enable)
|
void |
setBdbWriteTransactions(boolean bdbWriteTransactions)
|
void |
setClientConnectionTimeoutMs(int connectionTimeoutMs)
|
void |
setClientMaxConnectionsPerNode(int maxConnectionsPerNode)
|
void |
setClientMaxQueuedRequests(int clientMaxQueuedRequests)
|
void |
setClientMaxThreads(int clientMaxThreads)
|
void |
setClientNodeBannageMs(int nodeBannageMs)
Deprecated. Use setFailureDetectorBannagePeriod(long) instead |
void |
setClientRoutingTimeoutMs(int routingTimeoutMs)
|
void |
setClientSelectors(int clientSelectors)
|
void |
setClientThreadIdleMs(int clientThreadIdleMs)
|
void |
setCoreThreads(int coreThreads)
|
void |
setDataDirectory(java.lang.String dataDirectory)
|
void |
setEnableAdminServer(boolean enableAdminServer)
|
void |
setEnableGossip(boolean enableGossip)
|
void |
setEnableGui(boolean enableGui)
|
void |
setEnableHttpServer(boolean enableHttpServer)
|
void |
setEnableJmx(boolean enableJmx)
|
void |
setEnableMetadataChecking(boolean enableMetadataChecking)
|
void |
setEnableNetworkClassLoader(boolean enableNetworkClassLoader)
|
void |
setEnablePipelineRoutedStore(boolean enablePipelineRoutedStore)
|
void |
setEnableRebalanceService(boolean enableRebalanceService)
|
void |
setEnableRepair(boolean enableRepair)
|
void |
setEnableServerRouting(boolean enableServerRouting)
|
void |
setEnableSlop(boolean enableSlop)
|
void |
setEnableSlopPusherJob(boolean enableSlopPusherJob)
|
void |
setEnableStatTracking(boolean enableStatTracking)
|
void |
setEnableVerboseLogging(boolean enableVerboseLogging)
|
void |
setFailureDetectorAsyncRecoveryInterval(long failureDetectorAsyncRecoveryInterval)
|
void |
setFailureDetectorBannagePeriod(long failureDetectorBannagePeriod)
|
void |
setFailureDetectorCatastrophicErrorTypes(java.util.List<java.lang.String> failureDetectorCatastrophicErrorTypes)
|
void |
setFailureDetectorImplementation(java.lang.String failureDetectorImplementation)
|
void |
setFailureDetectorRequestLengthThreshold(long failureDetectorRequestLengthThreshold)
|
void |
setFailureDetectorThreshold(int failureDetectorThreshold)
|
void |
setFailureDetectorThresholdCountMinimum(int failureDetectorThresholdCountMinimum)
|
void |
setFailureDetectorThresholdInterval(long failureDetectorThresholdInterval)
|
void |
setGossipInterval(int gossipInterval)
|
void |
setMaxParallelStoresRebalancing(boolean rebalancingOptimization)
|
void |
setMaxParallelStoresRebalancing(int maxParallelStoresRebalancing)
|
void |
setMaxRebalancingAttempt(int maxRebalancingAttempt)
|
void |
setMaxThreads(int maxThreads)
|
void |
setMetadataDirectory(java.lang.String metadataDirectory)
|
void |
setMysqlDatabaseName(java.lang.String mysqlDatabaseName)
|
void |
setMysqlHost(java.lang.String mysqlHost)
|
void |
setMysqlPassword(java.lang.String mysqlPassword)
|
void |
setMysqlPort(int mysqlPort)
|
void |
setMysqlUsername(java.lang.String mysqlUsername)
|
void |
setNioAdminConnectorSelectors(int nioAdminConnectorSelectors)
|
void |
setNioConnectorSelectors(int nioConnectorSelectors)
|
void |
setNodeId(int nodeId)
|
void |
setNumScanPermits(int numScanPermits)
|
void |
setPusherType(java.lang.String pusherType)
|
void |
setReadOnlyBackups(int readOnlyBackups)
|
void |
setReadOnlyDataStorageDirectory(java.lang.String readOnlyStorageDir)
|
void |
setReadOnlyDeleteBackupMs(int readOnlyDeleteBackupTimeMs)
|
void |
setReadOnlySearchStrategy(java.lang.String readOnlySearchStrategy)
|
void |
setRebalancingTimeoutSec(long rebalancingTimeoutSec)
|
void |
setRepairStartMs(long repairStartMs)
|
void |
setRequestFormatType(RequestFormatType type)
|
void |
setRetentionCleanupFirstStartTimeInHour(int retentionCleanupFirstStartTimeInHour)
|
void |
setRetentionCleanupScheduledPeriodInHour(int retentionCleanupScheduledPeriodInHour)
|
void |
setSchedulerThreads(int schedulerThreads)
|
void |
setSlopBatchSize(int slopBatchSize)
|
void |
setSlopFrequencyMs(long slopFrequencyMs)
|
void |
setSlopMaxReadBytesPerSec(long slopMaxReadBytesPerSec)
|
void |
setSlopMaxWriteBytesPerSec(long slopMaxWriteBytesPerSec)
|
void |
setSlopStoreType(java.lang.String slopStoreType)
|
void |
setSlopZonesDownToTerminate(int slopZonesDownToTerminate)
|
void |
setSocketBufferSize(int socketBufferSize)
|
void |
setSocketKeepAlive(boolean on)
|
void |
setSocketTimeoutMs(int socketTimeoutMs)
|
void |
setStorageConfigurations(java.util.List<java.lang.String> storageConfigurations)
|
void |
setStreamMaxReadBytesPerSec(long streamMaxReadBytesPerSec)
|
void |
setStreamMaxWriteBytesPerSec(long streamMaxWriteBytesPerSec)
|
void |
setUseNioConnector(boolean useNio)
|
void |
setVoldemortHome(java.lang.String voldemortHome)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VOLDEMORT_HOME_VAR_NAME
public static int VOLDEMORT_DEFAULT_ADMIN_PORT
| Constructor Detail |
|---|
public VoldemortConfig(java.util.Properties props)
public VoldemortConfig(Props props)
public VoldemortConfig(int nodeId,
java.lang.String voldemortHome)
| Method Detail |
|---|
public static VoldemortConfig loadFromEnvironmentVariable()
public static VoldemortConfig loadFromVoldemortHome(java.lang.String voldemortHome)
public int getGossipInterval()
public void setGossipInterval(int gossipInterval)
public int getNodeId()
public void setNodeId(int nodeId)
public java.lang.String getVoldemortHome()
public void setVoldemortHome(java.lang.String voldemortHome)
public java.lang.String getDataDirectory()
public void setDataDirectory(java.lang.String dataDirectory)
public java.lang.String getMetadataDirectory()
public void setMetadataDirectory(java.lang.String metadataDirectory)
public long getBdbCacheSize()
public void setBdbCacheSize(int bdbCacheSize)
public boolean isBdbFlushTransactionsEnabled()
public void setBdbFlushTransactions(boolean bdbSyncTransactions)
public java.lang.String getBdbDataDirectory()
public void setBdbDataDirectory(java.lang.String bdbDataDirectory)
public long getBdbMaxLogFileSize()
public void setBdbMaxLogFileSize(long bdbMaxLogFileSize)
public int getBdbCleanerMinFileUtilization()
public final void setBdbCleanerMinFileUtilization(int minFileUtilization)
public boolean getBdbCheckpointerHighPriority()
public final void setBdbCheckpointerHighPriority(boolean bdbCheckpointerHighPriority)
public int getBdbCleanerMaxBatchFiles()
public final void setBdbCleanerMaxBatchFiles(int bdbCleanerMaxBatchFiles)
public int getBdbCleanerThreads()
public final void setBdbCleanerThreads(int bdbCleanerThreads)
public int getBdbCleanerLookAheadCacheSize()
public final void setBdbCleanerLookAheadCacheSize(int bdbCleanerLookAheadCacheSize)
public long getBdbLockTimeoutMs()
public final void setBdbLockTimeoutMs(long bdbLockTimeoutMs)
public void setBdbLockNLockTables(int bdbLockNLockTables)
public int getBdbLockNLockTables()
public boolean getBdbFairLatches()
public void setBdbFairLatches(boolean bdbFairLatches)
public boolean getBdbReadUncommitted()
public void setBdbReadUncommitted(boolean bdbReadUncommitted)
public int getBdbCleanerMinUtilization()
public final void setBdbCleanerMinUtilization(int minUtilization)
public int getBdbBtreeFanout()
public void setBdbBtreeFanout(int bdbBtreeFanout)
public boolean getBdbCursorPreload()
public void setBdbCursorPreload(boolean bdbCursorPreload)
public int getCoreThreads()
public void setCoreThreads(int coreThreads)
public int getMaxThreads()
public void setMaxThreads(int maxThreads)
public int getAdminCoreThreads()
public void setAdminCoreThreads(int coreThreads)
public int getAdminMaxThreads()
public void setAdminMaxThreads(int maxThreads)
public boolean isHttpServerEnabled()
public void setEnableHttpServer(boolean enableHttpServer)
public boolean isSocketServerEnabled()
public void setAdminServerEnabled(boolean enableSocketServer)
public boolean isAdminServerEnabled()
public long getStreamMaxReadBytesPerSec()
public void setStreamMaxReadBytesPerSec(long streamMaxReadBytesPerSec)
public long getStreamMaxWriteBytesPerSec()
public void setStreamMaxWriteBytesPerSec(long streamMaxWriteBytesPerSec)
public long getSlopMaxWriteBytesPerSec()
public void setSlopMaxWriteBytesPerSec(long slopMaxWriteBytesPerSec)
public long getSlopMaxReadBytesPerSec()
public void setSlopMaxReadBytesPerSec(long slopMaxReadBytesPerSec)
public void setEnableAdminServer(boolean enableAdminServer)
public boolean isJmxEnabled()
public void setEnableJmx(boolean enableJmx)
public boolean isPipelineRoutedStoreEnabled()
public void setEnablePipelineRoutedStore(boolean enablePipelineRoutedStore)
public boolean isGuiEnabled()
public void setEnableGui(boolean enableGui)
public java.lang.String getMysqlUsername()
public void setMysqlUsername(java.lang.String mysqlUsername)
public java.lang.String getMysqlPassword()
public void setMysqlPassword(java.lang.String mysqlPassword)
public java.lang.String getMysqlDatabaseName()
public void setMysqlDatabaseName(java.lang.String mysqlDatabaseName)
public java.lang.String getMysqlHost()
public void setMysqlHost(java.lang.String mysqlHost)
public int getMysqlPort()
public void setMysqlPort(int mysqlPort)
public java.lang.String getSlopStoreType()
public void setSlopStoreType(java.lang.String slopStoreType)
public java.lang.String getPusherType()
public void setPusherType(java.lang.String pusherType)
public int getSlopZonesDownToTerminate()
public void setSlopZonesDownToTerminate(int slopZonesDownToTerminate)
public int getSlopBatchSize()
public void setSlopBatchSize(int slopBatchSize)
public int getSocketTimeoutMs()
public long getSlopFrequencyMs()
public void setSlopFrequencyMs(long slopFrequencyMs)
public long getRepairStartMs()
public void setRepairStartMs(long repairStartMs)
public void setSocketTimeoutMs(int socketTimeoutMs)
public int getClientSelectors()
public void setClientSelectors(int clientSelectors)
public int getClientRoutingTimeoutMs()
public void setClientRoutingTimeoutMs(int routingTimeoutMs)
public int getClientMaxConnectionsPerNode()
public void setClientMaxConnectionsPerNode(int maxConnectionsPerNode)
public int getClientConnectionTimeoutMs()
public void setClientConnectionTimeoutMs(int connectionTimeoutMs)
@Deprecated public int getClientNodeBannageMs()
getFailureDetectorBannagePeriod() instead
@Deprecated public void setClientNodeBannageMs(int nodeBannageMs)
setFailureDetectorBannagePeriod(long) instead
public int getClientMaxThreads()
public void setClientMaxThreads(int clientMaxThreads)
public int getClientThreadIdleMs()
public void setClientThreadIdleMs(int clientThreadIdleMs)
public int getClientMaxQueuedRequests()
public void setClientMaxQueuedRequests(int clientMaxQueuedRequests)
public boolean isSlopEnabled()
public void setEnableSlop(boolean enableSlop)
public boolean isSlopPusherJobEnabled()
public void setEnableSlopPusherJob(boolean enableSlopPusherJob)
public boolean isRepairEnabled()
public void setEnableRepair(boolean enableRepair)
public boolean isVerboseLoggingEnabled()
public void setEnableVerboseLogging(boolean enableVerboseLogging)
public boolean isStatTrackingEnabled()
public void setEnableStatTracking(boolean enableStatTracking)
public boolean isMetadataCheckingEnabled()
public void setEnableMetadataChecking(boolean enableMetadataChecking)
public long getBdbCheckpointBytes()
public void setBdbCheckpointBytes(long bdbCheckpointBytes)
public long getBdbCheckpointMs()
public void setBdbCheckpointMs(long bdbCheckpointMs)
public int getSchedulerThreads()
public void setSchedulerThreads(int schedulerThreads)
public java.lang.String getReadOnlyDataStorageDirectory()
public void setReadOnlyDataStorageDirectory(java.lang.String readOnlyStorageDir)
public int getReadOnlyBackups()
public void setReadOnlyBackups(int readOnlyBackups)
public int getReadOnlyDeleteBackupMs()
public void setReadOnlyDeleteBackupMs(int readOnlyDeleteBackupTimeMs)
public boolean isBdbWriteTransactionsEnabled()
public void setBdbWriteTransactions(boolean bdbWriteTransactions)
public boolean isBdbSortedDuplicatesEnabled()
public void setBdbSortedDuplicates(boolean enable)
public void setBdbOneEnvPerStore(boolean bdbOneEnvPerStore)
public boolean isBdbOneEnvPerStore()
public int getSocketBufferSize()
public void setSocketBufferSize(int socketBufferSize)
public boolean getSocketKeepAlive()
public void setSocketKeepAlive(boolean on)
public boolean getUseNioConnector()
public void setUseNioConnector(boolean useNio)
public int getNioConnectorSelectors()
public void setNioConnectorSelectors(int nioConnectorSelectors)
public int getNioAdminConnectorSelectors()
public void setNioAdminConnectorSelectors(int nioAdminConnectorSelectors)
public int getAdminSocketBufferSize()
public void setAdminSocketBufferSize(int socketBufferSize)
public java.util.List<java.lang.String> getStorageConfigurations()
public void setStorageConfigurations(java.util.List<java.lang.String> storageConfigurations)
public Props getAllProps()
public void setRequestFormatType(RequestFormatType type)
public RequestFormatType getRequestFormatType()
public boolean isServerRoutingEnabled()
public void setEnableServerRouting(boolean enableServerRouting)
public int getNumScanPermits()
public void setNumScanPermits(int numScanPermits)
public java.lang.String getFailureDetectorImplementation()
public void setFailureDetectorImplementation(java.lang.String failureDetectorImplementation)
public long getFailureDetectorBannagePeriod()
public void setFailureDetectorBannagePeriod(long failureDetectorBannagePeriod)
public int getFailureDetectorThreshold()
public void setFailureDetectorThreshold(int failureDetectorThreshold)
public int getFailureDetectorThresholdCountMinimum()
public void setFailureDetectorThresholdCountMinimum(int failureDetectorThresholdCountMinimum)
public long getFailureDetectorThresholdInterval()
public void setFailureDetectorThresholdInterval(long failureDetectorThresholdInterval)
public long getFailureDetectorAsyncRecoveryInterval()
public void setFailureDetectorAsyncRecoveryInterval(long failureDetectorAsyncRecoveryInterval)
public java.util.List<java.lang.String> getFailureDetectorCatastrophicErrorTypes()
public void setFailureDetectorCatastrophicErrorTypes(java.util.List<java.lang.String> failureDetectorCatastrophicErrorTypes)
public long getFailureDetectorRequestLengthThreshold()
public void setFailureDetectorRequestLengthThreshold(long failureDetectorRequestLengthThreshold)
public int getRetentionCleanupFirstStartTimeInHour()
public void setRetentionCleanupFirstStartTimeInHour(int retentionCleanupFirstStartTimeInHour)
public int getRetentionCleanupScheduledPeriodInHour()
public void setRetentionCleanupScheduledPeriodInHour(int retentionCleanupScheduledPeriodInHour)
public int getAdminSocketTimeout()
public void setAdminSocketTimeout(int adminSocketTimeout)
public int getAdminConnectionTimeout()
public void setAdminConnectionTimeout(int adminConnectionTimeout)
public void setMaxRebalancingAttempt(int maxRebalancingAttempt)
public int getMaxRebalancingAttempt()
public long getRebalancingTimeoutSec()
public void setRebalancingTimeoutSec(long rebalancingTimeoutSec)
public boolean isGossipEnabled()
public void setEnableGossip(boolean enableGossip)
public java.lang.String getReadOnlySearchStrategy()
public void setReadOnlySearchStrategy(java.lang.String readOnlySearchStrategy)
public boolean isNetworkClassLoaderEnabled()
public void setEnableNetworkClassLoader(boolean enableNetworkClassLoader)
public void setEnableRebalanceService(boolean enableRebalanceService)
public boolean isEnableRebalanceService()
public int getMaxParallelStoresRebalancing()
public void setMaxParallelStoresRebalancing(int maxParallelStoresRebalancing)
public boolean getRebalancingOptimization()
public void setMaxParallelStoresRebalancing(boolean rebalancingOptimization)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||