C# 클래스 EventStore.Core.Services.Storage.ReaderIndex.ReadIndex

상속: IDisposable, IReadIndex
파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
GetEventStreamIdByTransactionId ( long transactionId ) : string
IReadIndex ( long buildToPosition ) : void
ReadIndex ( IPublisher bus, ObjectPool readerPool, ITableIndex tableIndex, int streamInfoCacheCapacity, bool additionalCommitChecks, int metastreamMaxCount, int hashCollisionReadLimit ) : System

비공개 메소드들

메소드 설명
IReadIndex ( TFPos pos, int maxCount ) : EventStore.Core.Services.Storage.ReaderIndex.IndexReadAllResult
IReadIndex ( string streamId, int eventNumber ) : EventStore.Core.Services.Storage.ReaderIndex.IndexReadEventResult
IReadIndex ( string streamId, int fromEventNumber, int maxCount ) : EventStore.Core.Services.Storage.ReaderIndex.IndexReadStreamResult
IReadIndex ( ) : EventStore.Core.Services.Storage.ReaderIndex.ReadIndexStats
IReadIndex ( string streamId, StreamAccessType streamAccessType, IPrincipal user ) : EventStore.Core.Services.Storage.ReaderIndex.StreamAccess
IReadIndex ( string streamId ) : StreamMetadata
IReadIndex ( string streamId ) : bool
IReadIndex ( string streamId ) : int

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetEventStreamIdByTransactionId() 공개 메소드

public GetEventStreamIdByTransactionId ( long transactionId ) : string
transactionId long
리턴 string

IReadIndex() 공개 메소드

public IReadIndex ( long buildToPosition ) : void
buildToPosition long
리턴 void

ReadIndex() 공개 메소드

public ReadIndex ( IPublisher bus, ObjectPool readerPool, ITableIndex tableIndex, int streamInfoCacheCapacity, bool additionalCommitChecks, int metastreamMaxCount, int hashCollisionReadLimit ) : System
bus IPublisher
readerPool ObjectPool
tableIndex ITableIndex
streamInfoCacheCapacity int
additionalCommitChecks bool
metastreamMaxCount int
hashCollisionReadLimit int
리턴 System