Method | Description | |
---|---|---|
ClusterVNodeSettings ( Guid instanceId, int debugIndex, IPEndPoint internalTcpEndPoint, IPEndPoint internalSecureTcpEndPoint, IPEndPoint externalTcpEndPoint, IPEndPoint externalSecureTcpEndPoint, IPEndPoint internalHttpEndPoint, IPEndPoint externalHttpEndPoint, GossipAdvertiseInfo gossipAdvertiseInfo, string intHttpPrefixes, string extHttpPrefixes, bool enableTrustedAuth, X509Certificate2 certificate, int workerThreads, bool discoverViaDns, string clusterDns, IPEndPoint gossipSeeds, TimeSpan minFlushDelay, int clusterNodeCount, int prepareAckCount, int commitAckCount, TimeSpan prepareTimeout, TimeSpan commitTimeout, bool useSsl, string sslTargetHost, bool sslValidateServer, TimeSpan statsPeriod, StatsStorage statsStorage, int nodePriority, IAuthenticationProviderFactory authenticationProviderFactory, bool disableScavengeMerging, int scavengeHistoryMaxAge, bool adminOnPublic, bool statsOnPublic, bool gossipOnPublic, TimeSpan gossipInterval, TimeSpan gossipAllowedTimeDifference, TimeSpan gossipTimeout, TimeSpan intTcpHeartbeatTimeout, TimeSpan intTcpHeartbeatInterval, TimeSpan extTcpHeartbeatTimeout, TimeSpan extTcpHeartbeatInterval, bool verifyDbHash, int maxMemtableEntryCount, int hashCollisionReadLimit, bool startStandardProjections, bool disableHTTPCaching, bool logHttpRequests, string index = null, bool enableHistograms = false, int indexCacheDepth = 16, byte indexBitnessVersion = 2, IPersistentSubscriptionConsumerStrategyFactory additionalConsumerStrategies = null, bool unsafeIgnoreHardDeletes = false, bool betterOrdering = false, int readerThreadsCount = 4, bool alwaysKeepScavenged = false ) : System | ||
ToString ( ) : string |
public ClusterVNodeSettings ( Guid instanceId, int debugIndex, IPEndPoint internalTcpEndPoint, IPEndPoint internalSecureTcpEndPoint, IPEndPoint externalTcpEndPoint, IPEndPoint externalSecureTcpEndPoint, IPEndPoint internalHttpEndPoint, IPEndPoint externalHttpEndPoint, GossipAdvertiseInfo gossipAdvertiseInfo, string intHttpPrefixes, string extHttpPrefixes, bool enableTrustedAuth, X509Certificate2 certificate, int workerThreads, bool discoverViaDns, string clusterDns, IPEndPoint gossipSeeds, TimeSpan minFlushDelay, int clusterNodeCount, int prepareAckCount, int commitAckCount, TimeSpan prepareTimeout, TimeSpan commitTimeout, bool useSsl, string sslTargetHost, bool sslValidateServer, TimeSpan statsPeriod, StatsStorage statsStorage, int nodePriority, IAuthenticationProviderFactory authenticationProviderFactory, bool disableScavengeMerging, int scavengeHistoryMaxAge, bool adminOnPublic, bool statsOnPublic, bool gossipOnPublic, TimeSpan gossipInterval, TimeSpan gossipAllowedTimeDifference, TimeSpan gossipTimeout, TimeSpan intTcpHeartbeatTimeout, TimeSpan intTcpHeartbeatInterval, TimeSpan extTcpHeartbeatTimeout, TimeSpan extTcpHeartbeatInterval, bool verifyDbHash, int maxMemtableEntryCount, int hashCollisionReadLimit, bool startStandardProjections, bool disableHTTPCaching, bool logHttpRequests, string index = null, bool enableHistograms = false, int indexCacheDepth = 16, byte indexBitnessVersion = 2, IPersistentSubscriptionConsumerStrategyFactory additionalConsumerStrategies = null, bool unsafeIgnoreHardDeletes = false, bool betterOrdering = false, int readerThreadsCount = 4, bool alwaysKeepScavenged = false ) : System | ||
instanceId | Guid | |
debugIndex | int | |
internalTcpEndPoint | IPEndPoint | |
internalSecureTcpEndPoint | IPEndPoint | |
externalTcpEndPoint | IPEndPoint | |
externalSecureTcpEndPoint | IPEndPoint | |
internalHttpEndPoint | IPEndPoint | |
externalHttpEndPoint | IPEndPoint | |
gossipAdvertiseInfo | GossipAdvertiseInfo | |
intHttpPrefixes | string | |
extHttpPrefixes | string | |
enableTrustedAuth | bool | |
certificate | X509Certificate2 | |
workerThreads | int | |
discoverViaDns | bool | |
clusterDns | string | |
gossipSeeds | IPEndPoint | |
minFlushDelay | TimeSpan | |
clusterNodeCount | int | |
prepareAckCount | int | |
commitAckCount | int | |
prepareTimeout | TimeSpan | |
commitTimeout | TimeSpan | |
useSsl | bool | |
sslTargetHost | string | |
sslValidateServer | bool | |
statsPeriod | TimeSpan | |
statsStorage | StatsStorage | |
nodePriority | int | |
authenticationProviderFactory | IAuthenticationProviderFactory | |
disableScavengeMerging | bool | |
scavengeHistoryMaxAge | int | |
adminOnPublic | bool | |
statsOnPublic | bool | |
gossipOnPublic | bool | |
gossipInterval | TimeSpan | |
gossipAllowedTimeDifference | TimeSpan | |
gossipTimeout | TimeSpan | |
intTcpHeartbeatTimeout | TimeSpan | |
intTcpHeartbeatInterval | TimeSpan | |
extTcpHeartbeatTimeout | TimeSpan | |
extTcpHeartbeatInterval | TimeSpan | |
verifyDbHash | bool | |
maxMemtableEntryCount | int | |
hashCollisionReadLimit | int | |
startStandardProjections | bool | |
disableHTTPCaching | bool | |
logHttpRequests | bool | |
index | string | |
enableHistograms | bool | |
indexCacheDepth | int | |
indexBitnessVersion | byte | |
additionalConsumerStrategies | IPersistentSubscriptionConsumerStrategyFactory | |
unsafeIgnoreHardDeletes | bool | |
betterOrdering | bool | |
readerThreadsCount | int | |
alwaysKeepScavenged | bool | |
return | System |
public IPersistentSubscriptionConsumerStrategyFactory[] AdditionalConsumerStrategies | ||
return | IPersistentSubscriptionConsumerStrategyFactory[] |
public IAuthenticationProviderFactory AuthenticationProviderFactory | ||
return | IAuthenticationProviderFactory |
public X509Certificate2,System.Security.Cryptography.X509Certificates Certificate | ||
return |
public GossipAdvertiseInfo GossipAdvertiseInfo | ||
return | GossipAdvertiseInfo |
public TimeSpan GossipAllowedTimeDifference | ||
return | TimeSpan |