C# Класс EventStore.Core.Cluster.Settings.ClusterVNodeSettings

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AdditionalConsumerStrategies IPersistentSubscriptionConsumerStrategyFactory[]
AdminOnPublic bool
AlwaysKeepScavenged bool
AuthenticationProviderFactory IAuthenticationProviderFactory
BetterOrdering bool
Certificate System.Security.Cryptography.X509Certificates.X509Certificate2
ClusterDns string
ClusterNodeCount int
CommitAckCount int
CommitTimeout TimeSpan
DisableHTTPCaching bool
DisableScavengeMerging bool
DiscoverViaDns bool
EnableHistograms bool
EnableTrustedAuth bool
ExtHttpPrefixes string[]
ExtTcpHeartbeatInterval TimeSpan
ExtTcpHeartbeatTimeout TimeSpan
GossipAdvertiseInfo GossipAdvertiseInfo
GossipAllowedTimeDifference TimeSpan
GossipInterval TimeSpan
GossipOnPublic bool
GossipSeeds IPEndPoint[]
GossipTimeout TimeSpan
HashCollisionReadLimit int
Index string
IndexBitnessVersion byte
IndexCacheDepth int
IntHttpPrefixes string[]
IntTcpHeartbeatInterval TimeSpan
IntTcpHeartbeatTimeout TimeSpan
LogHttpRequests bool
MaxMemtableEntryCount int
MinFlushDelay TimeSpan
NodeInfo VNodeInfo
NodePriority int
PrepareAckCount int
PrepareTimeout TimeSpan
ReaderThreadsCount int
ScavengeHistoryMaxAge int
SslTargetHost string
SslValidateServer bool
StartStandardProjections bool
StatsOnPublic bool
StatsPeriod TimeSpan
StatsStorage StatsStorage
UnsafeIgnoreHardDeletes bool
UseSsl bool
VerifyDbHash bool
WorkerThreads int

Открытые методы

Метод Описание
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

Описание методов

ClusterVNodeSettings() публичный Метод

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
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

AdditionalConsumerStrategies публичное свойство

public IPersistentSubscriptionConsumerStrategyFactory[] AdditionalConsumerStrategies
Результат IPersistentSubscriptionConsumerStrategyFactory[]

AdminOnPublic публичное свойство

public bool AdminOnPublic
Результат bool

AlwaysKeepScavenged публичное свойство

public bool AlwaysKeepScavenged
Результат bool

AuthenticationProviderFactory публичное свойство

public IAuthenticationProviderFactory AuthenticationProviderFactory
Результат IAuthenticationProviderFactory

BetterOrdering публичное свойство

public bool BetterOrdering
Результат bool

Certificate публичное свойство

public X509Certificate2,System.Security.Cryptography.X509Certificates Certificate
Результат System.Security.Cryptography.X509Certificates.X509Certificate2

ClusterDns публичное свойство

public string ClusterDns
Результат string

ClusterNodeCount публичное свойство

public int ClusterNodeCount
Результат int

CommitAckCount публичное свойство

public int CommitAckCount
Результат int

CommitTimeout публичное свойство

public TimeSpan CommitTimeout
Результат TimeSpan

DisableHTTPCaching публичное свойство

public bool DisableHTTPCaching
Результат bool

DisableScavengeMerging публичное свойство

public bool DisableScavengeMerging
Результат bool

DiscoverViaDns публичное свойство

public bool DiscoverViaDns
Результат bool

EnableHistograms публичное свойство

public bool EnableHistograms
Результат bool

EnableTrustedAuth публичное свойство

public bool EnableTrustedAuth
Результат bool

ExtHttpPrefixes публичное свойство

public string[] ExtHttpPrefixes
Результат string[]

ExtTcpHeartbeatInterval публичное свойство

public TimeSpan ExtTcpHeartbeatInterval
Результат TimeSpan

ExtTcpHeartbeatTimeout публичное свойство

public TimeSpan ExtTcpHeartbeatTimeout
Результат TimeSpan

GossipAdvertiseInfo публичное свойство

public GossipAdvertiseInfo GossipAdvertiseInfo
Результат GossipAdvertiseInfo

GossipAllowedTimeDifference публичное свойство

public TimeSpan GossipAllowedTimeDifference
Результат TimeSpan

GossipInterval публичное свойство

public TimeSpan GossipInterval
Результат TimeSpan

GossipOnPublic публичное свойство

public bool GossipOnPublic
Результат bool

GossipSeeds публичное свойство

public IPEndPoint[] GossipSeeds
Результат IPEndPoint[]

GossipTimeout публичное свойство

public TimeSpan GossipTimeout
Результат TimeSpan

HashCollisionReadLimit публичное свойство

public int HashCollisionReadLimit
Результат int

Index публичное свойство

public string Index
Результат string

IndexBitnessVersion публичное свойство

public byte IndexBitnessVersion
Результат byte

IndexCacheDepth публичное свойство

public int IndexCacheDepth
Результат int

IntHttpPrefixes публичное свойство

public string[] IntHttpPrefixes
Результат string[]

IntTcpHeartbeatInterval публичное свойство

public TimeSpan IntTcpHeartbeatInterval
Результат TimeSpan

IntTcpHeartbeatTimeout публичное свойство

public TimeSpan IntTcpHeartbeatTimeout
Результат TimeSpan

LogHttpRequests публичное свойство

public bool LogHttpRequests
Результат bool

MaxMemtableEntryCount публичное свойство

public int MaxMemtableEntryCount
Результат int

MinFlushDelay публичное свойство

public TimeSpan MinFlushDelay
Результат TimeSpan

NodeInfo публичное свойство

public VNodeInfo NodeInfo
Результат VNodeInfo

NodePriority публичное свойство

public int NodePriority
Результат int

PrepareAckCount публичное свойство

public int PrepareAckCount
Результат int

PrepareTimeout публичное свойство

public TimeSpan PrepareTimeout
Результат TimeSpan

ReaderThreadsCount публичное свойство

public int ReaderThreadsCount
Результат int

ScavengeHistoryMaxAge публичное свойство

public int ScavengeHistoryMaxAge
Результат int

SslTargetHost публичное свойство

public string SslTargetHost
Результат string

SslValidateServer публичное свойство

public bool SslValidateServer
Результат bool

StartStandardProjections публичное свойство

public bool StartStandardProjections
Результат bool

StatsOnPublic публичное свойство

public bool StatsOnPublic
Результат bool

StatsPeriod публичное свойство

public TimeSpan StatsPeriod
Результат TimeSpan

StatsStorage публичное свойство

public StatsStorage StatsStorage
Результат StatsStorage

UnsafeIgnoreHardDeletes публичное свойство

public bool UnsafeIgnoreHardDeletes
Результат bool

UseSsl публичное свойство

public bool UseSsl
Результат bool

VerifyDbHash публичное свойство

public bool VerifyDbHash
Результат bool

WorkerThreads публичное свойство

public int WorkerThreads
Результат int