public interface BridgePoolAssignment extends Descriptor
BridgeDB receives bridge network statuses
(BridgeNetworkStatus
) from the bridge authority, assigns these
bridges to persistent distribution rings, and hands them out to bridge
users. BridgeDB periodically dumps the list of running bridges with
information about the rings, subrings, and file buckets to which they
are assigned to a local file.
Details about sanitizing bridge pool assignments can be found here.
Modifier and Type | Method and Description |
---|---|
java.util.SortedMap<java.lang.String,java.lang.String> |
getEntries()
Return the entries contained in this bridge pool assignment list
with map keys being SHA-1 digests of SHA-1 digest of the bridges'
public identity keys, encoded as 40 upper-case hexadecimal
characters, and map values being assignment strings, e.g.
|
long |
getPublishedMillis()
Return the time in milliseconds since the epoch when this descriptor
was published.
|
getAnnotations, getDescriptorFile, getRawDescriptorBytes, getRawDescriptorLength, getUnrecognizedLines
long getPublishedMillis()
java.util.SortedMap<java.lang.String,java.lang.String> getEntries()
"https ring=3 flag=stable"
.