Uses of Class
org.torproject.metrics.collector.webstats.FileType
-
Packages that use FileType 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 -
-
Uses of FileType in org.torproject.metrics.collector.persist
Fields in org.torproject.metrics.collector.persist declared as FileType Modifier and Type Field Description static FileType
WebServerAccessLogPersistence. COMPRESSION
-
Uses of FileType in org.torproject.metrics.collector.webstats
Fields in org.torproject.metrics.collector.webstats declared as FileType Modifier and Type Field Description FileType
LogMetadata. fileType
The log's compression type.Methods in org.torproject.metrics.collector.webstats that return FileType Modifier and Type Method Description static FileType
FileType. findType(java.lang.String ext)
ReturnsvalueOf
or the default enumPLAIN
, 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.
-