메소드 | 설명 | |
---|---|---|
AbsoluteOrderingRavenPersistenceEngine ( IDocumentStore store, ISerialize serializer, bool consistentQueries ) : System | ||
Commit ( EventStore.Commit attempt ) : void | ||
Fetch ( long mostRecentSequentialId, int maxCount ) : IEnumerable |
||
GetLastProcessedSequentialNumber ( string pipelineName ) : long | ||
MarkLastProcessed ( string pipelineName, System.Guid lastProcessedCommitSource, System.Guid lastProcessedCommitId ) : void |
메소드 | 설명 | |
---|---|---|
AppendToSequence ( EventStore.Commit attempt ) : void | ||
GetNextSequenceNumber ( ) : long | ||
GetSequenceId ( System.Guid commitId ) : string |
public AbsoluteOrderingRavenPersistenceEngine ( IDocumentStore store, ISerialize serializer, bool consistentQueries ) : System | ||
store | IDocumentStore | |
serializer | ISerialize | |
consistentQueries | bool | |
리턴 | System |
public Commit ( EventStore.Commit attempt ) : void | ||
attempt | EventStore.Commit | |
리턴 | void |
public Fetch ( long mostRecentSequentialId, int maxCount ) : IEnumerable |
||
mostRecentSequentialId | long | |
maxCount | int | |
리턴 | IEnumerable |
public GetLastProcessedSequentialNumber ( string pipelineName ) : long | ||
pipelineName | string | |
리턴 | long |
public MarkLastProcessed ( string pipelineName, System.Guid lastProcessedCommitSource, System.Guid lastProcessedCommitId ) : void | ||
pipelineName | string | |
lastProcessedCommitSource | System.Guid | |
lastProcessedCommitId | System.Guid | |
리턴 | void |