Méthode | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
GetEventStreamIdByTransactionId ( long transactionId ) : string | ||
IReadIndex ( long buildToPosition ) : void | ||
ReadIndex ( IPublisher bus, ObjectPool |
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 |
public GetEventStreamIdByTransactionId ( long transactionId ) : string | ||
transactionId | long | |
Résultat | string |
public IReadIndex ( long buildToPosition ) : void | ||
buildToPosition | long | |
Résultat | void |
public ReadIndex ( IPublisher bus, ObjectPool |
||
bus | IPublisher | |
readerPool | ObjectPool |
|
tableIndex | ITableIndex | |
streamInfoCacheCapacity | int | |
additionalCommitChecks | bool | |
metastreamMaxCount | int | |
hashCollisionReadLimit | int | |
Résultat | System |