| Package | Description |
|---|---|
| org.torproject.metrics.collector.persist |
This package contains decorating classes for descriptors that
simply determine the two storage paths based on the descriptor
and further parameters like acquisition time.
|
| org.torproject.metrics.collector.webstats |
| Modifier and Type | Field and Description |
|---|---|
static FileType |
WebServerAccessLogPersistence.COMPRESSION |
| Modifier and Type | Field and Description |
|---|---|
FileType |
LogMetadata.fileType
The log's compression type.
|
| Modifier and Type | Method and Description |
|---|---|
static FileType |
FileType.findType(java.lang.String ext)
Returns
valueOf or the default enum PLAIN, i.e.,
this method doesn't throw any exceptions and allways returns a valid enum. |
static FileType |
FileType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|