Class MicroConsensusPersistence
java.lang.Object
org.torproject.metrics.collector.persist.DescriptorPersistence<org.torproject.descriptor.RelayNetworkStatusConsensus>
org.torproject.metrics.collector.persist.MicroConsensusPersistence
public class MicroConsensusPersistence extends DescriptorPersistence<org.torproject.descriptor.RelayNetworkStatusConsensus>
-
Field Summary
Fields inherited from class org.torproject.metrics.collector.persist.DescriptorPersistence
annotation, BRIDGEDBSTATS, BRIDGEDESCS, BRIDGEPOOLASSIGNMENTS, DASH, desc, DOT, EXTRA_INFO, EXTRA_INFOS, MICRODESCS, recentPath, RELAYDESCS, SERVERDESC, SERVERDESCS, storagePath, WEBSTATS
-
Constructor Summary
Constructors Constructor Description MicroConsensusPersistence(org.torproject.descriptor.RelayNetworkStatusConsensus desc, long received)
Initialize with appropriate annotation and given parameters. -
Method Summary
Methods inherited from class org.torproject.metrics.collector.persist.DescriptorPersistence
getRecentPath, getStoragePath, storeAll, storeAll, storeOut, storeOut, storeRecent, storeRecent
-
Constructor Details
-
MicroConsensusPersistence
public MicroConsensusPersistence(org.torproject.descriptor.RelayNetworkStatusConsensus desc, long received)Initialize with appropriate annotation and given parameters.
-