C# Class Loaner.SnapShotStore3.SnapshotMapEntry

This class holds the information stored in the snapshot map. It identifies the snapshot and the location it is stored in the snapshot file
Afficher le fichier Open project: alfredherr/Loaner-Akka.net Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( SnapshotMapEntry sme ) : bool
SnapshotMapEntry ( SnapshotMetadata metadata, long position, int length, bool deleted ) : Akka.Persistence

Method Details

Equals() public méthode

public Equals ( SnapshotMapEntry sme ) : bool
sme SnapshotMapEntry
Résultat bool

SnapshotMapEntry() public méthode

public SnapshotMapEntry ( SnapshotMetadata metadata, long position, int length, bool deleted ) : Akka.Persistence
metadata SnapshotMetadata
position long
length int
deleted bool
Résultat Akka.Persistence