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