public abstract class DfsStreamKey extends Object
DfsBlockCache to disambiguate streams.| Modifier | Constructor and Description |
|---|---|
protected |
DfsStreamKey(int hash) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object o) |
int |
hashCode() |
static DfsStreamKey |
of(DfsRepositoryDescription repo,
String name) |
String |
toString() |
protected DfsStreamKey(int hash)
hash - hash of the other identifying components of the key.public static DfsStreamKey of(DfsRepositoryDescription repo, String name)
repo - description of the containing repository.name - compute the key from a string name.nameCopyright © 2017 Eclipse JGit Project. All rights reserved.