C# Class EventStore.Core.Services.Storage.ReaderIndex.ReadIndex

Inheritance: IDisposable, IReadIndex
Afficher le fichier Open project: EventStore/EventStore Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetEventStreamIdByTransactionId() public méthode

public GetEventStreamIdByTransactionId ( long transactionId ) : string
transactionId long
Résultat string

IReadIndex() public méthode

public IReadIndex ( long buildToPosition ) : void
buildToPosition long
Résultat void

ReadIndex() public méthode

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
Résultat System