C# Class EventStore.Core.Services.PersistentSubscription.PersistentSubscriptionStats

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

Méthodes publiques

Méthode Description
GetStatistics ( ) : EventStore.Core.Messages.MonitoringMessage.SubscriptionInfo
IncrementProcessed ( ) : void
PersistentSubscriptionStats ( EventStore.Core.Services.PersistentSubscription.PersistentSubscription parent, EventStore.Core.Services.PersistentSubscription.PersistentSubscriptionParams settings, Stopwatch totalTimeWatch ) : System
SetLastCheckPoint ( int lastEventNumber ) : void
SetLastKnownEventNumber ( int knownEventNumber ) : void

Method Details

GetStatistics() public méthode

public GetStatistics ( ) : EventStore.Core.Messages.MonitoringMessage.SubscriptionInfo
Résultat EventStore.Core.Messages.MonitoringMessage.SubscriptionInfo

IncrementProcessed() public méthode

public IncrementProcessed ( ) : void
Résultat void

PersistentSubscriptionStats() public méthode

public PersistentSubscriptionStats ( EventStore.Core.Services.PersistentSubscription.PersistentSubscription parent, EventStore.Core.Services.PersistentSubscription.PersistentSubscriptionParams settings, Stopwatch totalTimeWatch ) : System
parent EventStore.Core.Services.PersistentSubscription.PersistentSubscription
settings EventStore.Core.Services.PersistentSubscription.PersistentSubscriptionParams
totalTimeWatch Stopwatch
Résultat System

SetLastCheckPoint() public méthode

public SetLastCheckPoint ( int lastEventNumber ) : void
lastEventNumber int
Résultat void

SetLastKnownEventNumber() public méthode

public SetLastKnownEventNumber ( int knownEventNumber ) : void
knownEventNumber int
Résultat void