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
Datei anzeigen Open project: alfredherr/Loaner-Akka.net Class Usage Examples

Public Methods

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

Method Details

Equals() public method

public Equals ( SnapshotMapEntry sme ) : bool
sme SnapshotMapEntry
return bool

SnapshotMapEntry() public method

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