C# 클래스 EventStore.Core.Cluster.Settings.ClusterVNodeSettings

파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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