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

Exibir arquivo Open project: EventStore/EventStore Class Usage Examples

Public Properties

Property 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

Public Methods

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

Method Details

ClusterVNodeSettings() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

AdditionalConsumerStrategies public_oe property

public IPersistentSubscriptionConsumerStrategyFactory[] AdditionalConsumerStrategies
return IPersistentSubscriptionConsumerStrategyFactory[]

AdminOnPublic public_oe property

public bool AdminOnPublic
return bool

AlwaysKeepScavenged public_oe property

public bool AlwaysKeepScavenged
return bool

AuthenticationProviderFactory public_oe property

public IAuthenticationProviderFactory AuthenticationProviderFactory
return IAuthenticationProviderFactory

BetterOrdering public_oe property

public bool BetterOrdering
return bool

Certificate public_oe property

public X509Certificate2,System.Security.Cryptography.X509Certificates Certificate
return System.Security.Cryptography.X509Certificates.X509Certificate2

ClusterDns public_oe property

public string ClusterDns
return string

ClusterNodeCount public_oe property

public int ClusterNodeCount
return int

CommitAckCount public_oe property

public int CommitAckCount
return int

CommitTimeout public_oe property

public TimeSpan CommitTimeout
return TimeSpan

DisableHTTPCaching public_oe property

public bool DisableHTTPCaching
return bool

DisableScavengeMerging public_oe property

public bool DisableScavengeMerging
return bool

DiscoverViaDns public_oe property

public bool DiscoverViaDns
return bool

EnableHistograms public_oe property

public bool EnableHistograms
return bool

EnableTrustedAuth public_oe property

public bool EnableTrustedAuth
return bool

ExtHttpPrefixes public_oe property

public string[] ExtHttpPrefixes
return string[]

ExtTcpHeartbeatInterval public_oe property

public TimeSpan ExtTcpHeartbeatInterval
return TimeSpan

ExtTcpHeartbeatTimeout public_oe property

public TimeSpan ExtTcpHeartbeatTimeout
return TimeSpan

GossipAdvertiseInfo public_oe property

public GossipAdvertiseInfo GossipAdvertiseInfo
return GossipAdvertiseInfo

GossipAllowedTimeDifference public_oe property

public TimeSpan GossipAllowedTimeDifference
return TimeSpan

GossipInterval public_oe property

public TimeSpan GossipInterval
return TimeSpan

GossipOnPublic public_oe property

public bool GossipOnPublic
return bool

GossipSeeds public_oe property

public IPEndPoint[] GossipSeeds
return IPEndPoint[]

GossipTimeout public_oe property

public TimeSpan GossipTimeout
return TimeSpan

HashCollisionReadLimit public_oe property

public int HashCollisionReadLimit
return int

Index public_oe property

public string Index
return string

IndexBitnessVersion public_oe property

public byte IndexBitnessVersion
return byte

IndexCacheDepth public_oe property

public int IndexCacheDepth
return int

IntHttpPrefixes public_oe property

public string[] IntHttpPrefixes
return string[]

IntTcpHeartbeatInterval public_oe property

public TimeSpan IntTcpHeartbeatInterval
return TimeSpan

IntTcpHeartbeatTimeout public_oe property

public TimeSpan IntTcpHeartbeatTimeout
return TimeSpan

LogHttpRequests public_oe property

public bool LogHttpRequests
return bool

MaxMemtableEntryCount public_oe property

public int MaxMemtableEntryCount
return int

MinFlushDelay public_oe property

public TimeSpan MinFlushDelay
return TimeSpan

NodeInfo public_oe property

public VNodeInfo NodeInfo
return VNodeInfo

NodePriority public_oe property

public int NodePriority
return int

PrepareAckCount public_oe property

public int PrepareAckCount
return int

PrepareTimeout public_oe property

public TimeSpan PrepareTimeout
return TimeSpan

ReaderThreadsCount public_oe property

public int ReaderThreadsCount
return int

ScavengeHistoryMaxAge public_oe property

public int ScavengeHistoryMaxAge
return int

SslTargetHost public_oe property

public string SslTargetHost
return string

SslValidateServer public_oe property

public bool SslValidateServer
return bool

StartStandardProjections public_oe property

public bool StartStandardProjections
return bool

StatsOnPublic public_oe property

public bool StatsOnPublic
return bool

StatsPeriod public_oe property

public TimeSpan StatsPeriod
return TimeSpan

StatsStorage public_oe property

public StatsStorage StatsStorage
return StatsStorage

UnsafeIgnoreHardDeletes public_oe property

public bool UnsafeIgnoreHardDeletes
return bool

UseSsl public_oe property

public bool UseSsl
return bool

VerifyDbHash public_oe property

public bool VerifyDbHash
return bool

WorkerThreads public_oe property

public int WorkerThreads
return int