Class OrderParameterValues
- java.lang.Object
-
- org.torproject.metrics.onionoo.server.OrderParameterValues
-
public class OrderParameterValues extends java.lang.Object
Provides constants for order parameter values.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONSENSUS_WEIGHT_ASC
static java.lang.String
CONSENSUS_WEIGHT_DES
static java.lang.String
FIRST_SEEN_ASC
static java.lang.String
FIRST_SEEN_DES
-
Constructor Summary
Constructors Constructor Description OrderParameterValues()
-
-
-
Field Detail
-
FIRST_SEEN_ASC
public static final java.lang.String FIRST_SEEN_ASC
- See Also:
- Constant Field Values
-
FIRST_SEEN_DES
public static final java.lang.String FIRST_SEEN_DES
- See Also:
- Constant Field Values
-
CONSENSUS_WEIGHT_ASC
public static final java.lang.String CONSENSUS_WEIGHT_ASC
- See Also:
- Constant Field Values
-
CONSENSUS_WEIGHT_DES
public static final java.lang.String CONSENSUS_WEIGHT_DES
- See Also:
- Constant Field Values
-
-