Package alluxio.cli.docgen
Class MetricsDocGenerator.FileWriterKey
- java.lang.Object
-
- alluxio.cli.docgen.MetricsDocGenerator.FileWriterKey
-
- Enclosing class:
- MetricsDocGenerator
public static class MetricsDocGenerator.FileWriterKey extends java.lang.ObjectThe key for a file writer.
-
-
Constructor Summary
Constructors Constructor Description FileWriterKey(java.lang.String category, java.lang.String fileType)Constructs aMetricsDocGenerator.FileWriterKey.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Constructor Detail
-
FileWriterKey
public FileWriterKey(java.lang.String category, java.lang.String fileType)Constructs aMetricsDocGenerator.FileWriterKey.- Parameters:
category- the metric key categoryfileType- the file type to write to
-
-