Class DfsStreamKey


  • public abstract class DfsStreamKey
    extends Object
    Key used by DfsBlockCache to disambiguate streams.
    • Constructor Detail

      • 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.