C# 클래스 EventStore.Projections.Core.Services.Processing.EmittedStreamsDeleter

상속: IEmittedStreamsDeleter
파일 보기 프로젝트 열기: EventStore/EventStore

공개 메소드들

메소드 설명
DeleteEmittedStreams ( System.Action onEmittedStreamsDeleted ) : void
EmittedStreamsDeleter ( IODispatcher ioDispatcher, string emittedStreamsId, string emittedStreamsCheckpointStreamId ) : EventStore.Common.Log

비공개 메소드들

메소드 설명
DeleteEmittedStreamsFrom ( int fromPosition, System.Action onEmittedStreamsDeleted ) : void
DeleteStreamCompleted ( ClientMessage deleteStreamCompleted, System.Action onEmittedStreamsDeleted, string streamId, int eventNumber ) : void
GetPositionToDeleteFrom ( ClientMessage onReadCompleted ) : int
ReadCompleted ( ClientMessage onReadCompleted, System.Action onEmittedStreamsDeleted ) : void
ReadLastCheckpoint ( Action onReadCompleted ) : void
TryMarkCheckpoint ( int eventNumber ) : void

메소드 상세

DeleteEmittedStreams() 공개 메소드

public DeleteEmittedStreams ( System.Action onEmittedStreamsDeleted ) : void
onEmittedStreamsDeleted System.Action
리턴 void

EmittedStreamsDeleter() 공개 메소드

public EmittedStreamsDeleter ( IODispatcher ioDispatcher, string emittedStreamsId, string emittedStreamsCheckpointStreamId ) : EventStore.Common.Log
ioDispatcher IODispatcher
emittedStreamsId string
emittedStreamsCheckpointStreamId string
리턴 EventStore.Common.Log