Interface SnapshotKeyDecoder

All Known Implementing Classes:
UlidSnapshotKeyDecoder

public interface SnapshotKeyDecoder
  • Method Summary

    Modifier and Type Method Description
    default java.time.Duration getAge​(SnapshotKey snapshotKey)  
    default boolean isOlderThan​(SnapshotKey snapshotKey, java.time.Duration duration)  
    java.time.Instant toInstant​(SnapshotKey snapshotKey)