Class DfsStreamKey

java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
Direct Known Subclasses:
DfsStreamKey.ByteArrayDfsStreamKey, DfsStreamKey.ForReverseIndex

public abstract class DfsStreamKey extends Object
Key used by DfsBlockCache to disambiguate streams.
  • Field Details

    • hash

      final int hash
    • packExtPos

      final int packExtPos
  • Constructor Details

    • DfsStreamKey

      protected DfsStreamKey(int hash, @Nullable PackExt ext)
      Constructor for DfsStreamKey.
      Parameters:
      hash - hash of the other identifying components of the key.
      ext - pack file extension, or null.
  • Method Details