C# Class EventStore.Core.Cluster.Settings.ClusterVNodeSettings

Afficher le fichier Open project: EventStore/EventStore Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode 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

Method Details

ClusterVNodeSettings() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AdditionalConsumerStrategies public_oe property

public IPersistentSubscriptionConsumerStrategyFactory[] AdditionalConsumerStrategies
Résultat IPersistentSubscriptionConsumerStrategyFactory[]

AdminOnPublic public_oe property

public bool AdminOnPublic
Résultat bool

AlwaysKeepScavenged public_oe property

public bool AlwaysKeepScavenged
Résultat bool

AuthenticationProviderFactory public_oe property

public IAuthenticationProviderFactory AuthenticationProviderFactory
Résultat IAuthenticationProviderFactory

BetterOrdering public_oe property

public bool BetterOrdering
Résultat bool

Certificate public_oe property

public X509Certificate2,System.Security.Cryptography.X509Certificates Certificate
Résultat System.Security.Cryptography.X509Certificates.X509Certificate2

ClusterDns public_oe property

public string ClusterDns
Résultat string

ClusterNodeCount public_oe property

public int ClusterNodeCount
Résultat int

CommitAckCount public_oe property

public int CommitAckCount
Résultat int

CommitTimeout public_oe property

public TimeSpan CommitTimeout
Résultat TimeSpan

DisableHTTPCaching public_oe property

public bool DisableHTTPCaching
Résultat bool

DisableScavengeMerging public_oe property

public bool DisableScavengeMerging
Résultat bool

DiscoverViaDns public_oe property

public bool DiscoverViaDns
Résultat bool

EnableHistograms public_oe property

public bool EnableHistograms
Résultat bool

EnableTrustedAuth public_oe property

public bool EnableTrustedAuth
Résultat bool

ExtHttpPrefixes public_oe property

public string[] ExtHttpPrefixes
Résultat string[]

ExtTcpHeartbeatInterval public_oe property

public TimeSpan ExtTcpHeartbeatInterval
Résultat TimeSpan

ExtTcpHeartbeatTimeout public_oe property

public TimeSpan ExtTcpHeartbeatTimeout
Résultat TimeSpan

GossipAdvertiseInfo public_oe property

public GossipAdvertiseInfo GossipAdvertiseInfo
Résultat GossipAdvertiseInfo

GossipAllowedTimeDifference public_oe property

public TimeSpan GossipAllowedTimeDifference
Résultat TimeSpan

GossipInterval public_oe property

public TimeSpan GossipInterval
Résultat TimeSpan

GossipOnPublic public_oe property

public bool GossipOnPublic
Résultat bool

GossipSeeds public_oe property

public IPEndPoint[] GossipSeeds
Résultat IPEndPoint[]

GossipTimeout public_oe property

public TimeSpan GossipTimeout
Résultat TimeSpan

HashCollisionReadLimit public_oe property

public int HashCollisionReadLimit
Résultat int

Index public_oe property

public string Index
Résultat string

IndexBitnessVersion public_oe property

public byte IndexBitnessVersion
Résultat byte

IndexCacheDepth public_oe property

public int IndexCacheDepth
Résultat int

IntHttpPrefixes public_oe property

public string[] IntHttpPrefixes
Résultat string[]

IntTcpHeartbeatInterval public_oe property

public TimeSpan IntTcpHeartbeatInterval
Résultat TimeSpan

IntTcpHeartbeatTimeout public_oe property

public TimeSpan IntTcpHeartbeatTimeout
Résultat TimeSpan

LogHttpRequests public_oe property

public bool LogHttpRequests
Résultat bool

MaxMemtableEntryCount public_oe property

public int MaxMemtableEntryCount
Résultat int

MinFlushDelay public_oe property

public TimeSpan MinFlushDelay
Résultat TimeSpan

NodeInfo public_oe property

public VNodeInfo NodeInfo
Résultat VNodeInfo

NodePriority public_oe property

public int NodePriority
Résultat int

PrepareAckCount public_oe property

public int PrepareAckCount
Résultat int

PrepareTimeout public_oe property

public TimeSpan PrepareTimeout
Résultat TimeSpan

ReaderThreadsCount public_oe property

public int ReaderThreadsCount
Résultat int

ScavengeHistoryMaxAge public_oe property

public int ScavengeHistoryMaxAge
Résultat int

SslTargetHost public_oe property

public string SslTargetHost
Résultat string

SslValidateServer public_oe property

public bool SslValidateServer
Résultat bool

StartStandardProjections public_oe property

public bool StartStandardProjections
Résultat bool

StatsOnPublic public_oe property

public bool StatsOnPublic
Résultat bool

StatsPeriod public_oe property

public TimeSpan StatsPeriod
Résultat TimeSpan

StatsStorage public_oe property

public StatsStorage StatsStorage
Résultat StatsStorage

UnsafeIgnoreHardDeletes public_oe property

public bool UnsafeIgnoreHardDeletes
Résultat bool

UseSsl public_oe property

public bool UseSsl
Résultat bool

VerifyDbHash public_oe property

public bool VerifyDbHash
Résultat bool

WorkerThreads public_oe property

public int WorkerThreads
Résultat int