public abstract class DfsStreamKey extends Object
DfsBlockCache
to disambiguate streams.Modifier | Constructor and Description |
---|---|
protected |
DfsStreamKey(int hash,
PackExt ext)
Constructor for DfsStreamKey.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object o) |
int |
hashCode() |
static DfsStreamKey |
of(DfsRepositoryDescription repo,
String name,
PackExt ext)
Create a
DfsStreamKey |
String |
toString() |
public static DfsStreamKey of(DfsRepositoryDescription repo, String name, @Nullable PackExt ext)
DfsStreamKey
repo
- description of the containing repository.name
- compute the key from a string name.ext
- pack file extension, or null
.name
Copyright © 2021 Eclipse JGit Project. All rights reserved.