public class DefaultClusteringManagementServiceConfiguration extends java.lang.Object implements ClusteringManagementServiceConfiguration<java.lang.Void>
Constructor and Description |
---|
DefaultClusteringManagementServiceConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getManagementCallExecutorAlias() |
int |
getManagementCallQueueSize() |
long |
getManagementCallTimeoutSec() |
java.lang.Class<ClusteringManagementService> |
getServiceType()
Indicates which service consumes this configuration at creation.
|
DefaultClusteringManagementServiceConfiguration |
setManagementCallExecutorAlias(java.lang.String managementCallExecutorAlias) |
DefaultClusteringManagementServiceConfiguration |
setManagementCallQueueSize(int managementCallQueueSize) |
DefaultClusteringManagementServiceConfiguration |
setManagementCallTimeoutSec(long managementCallTimeoutSec) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build, compatibleWith, derive
public DefaultClusteringManagementServiceConfiguration()
public java.lang.String getManagementCallExecutorAlias()
getManagementCallExecutorAlias
in interface ClusteringManagementServiceConfiguration<java.lang.Void>
public DefaultClusteringManagementServiceConfiguration setManagementCallExecutorAlias(java.lang.String managementCallExecutorAlias)
public int getManagementCallQueueSize()
getManagementCallQueueSize
in interface ClusteringManagementServiceConfiguration<java.lang.Void>
public DefaultClusteringManagementServiceConfiguration setManagementCallQueueSize(int managementCallQueueSize)
public long getManagementCallTimeoutSec()
getManagementCallTimeoutSec
in interface ClusteringManagementServiceConfiguration<java.lang.Void>
public DefaultClusteringManagementServiceConfiguration setManagementCallTimeoutSec(long managementCallTimeoutSec)
public java.lang.Class<ClusteringManagementService> getServiceType()
ServiceCreationConfiguration
getServiceType
in interface ServiceCreationConfiguration<ClusteringManagementService,java.lang.Void>