Package | Description |
---|---|
net.i2p.router.sybil |
Classes to run offline Sybil analysis, and to
store and load the results.
|
Modifier and Type | Method and Description |
---|---|
static Points |
Points.fromString(String s)
For persistence.
|
Modifier and Type | Method and Description |
---|---|
Map<Hash,Points> |
Analysis.backgroundAnalysis(boolean includeAll)
Analyze threats.
|
Map<Long,Points> |
PersistSybil.load(Hash h)
Load all the analysis for a certain hash.
|
Map<Hash,Points> |
PersistSybil.load(long date)
Load the analysis for a certain date.
|
Modifier and Type | Method and Description |
---|---|
int |
Points.compareTo(Points r) |