Class RowKey
- java.lang.Object
-
- org.apache.druid.server.coordinator.stats.RowKey
-
public class RowKey extends Object
Represents a row key against which stats are reported.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRowKey.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<Dimension,String>getValues()inthashCode()static RowKeyof(Dimension dimension, String value)StringtoString()static RowKey.Builderwith(Dimension dimension, String value)
-
-
-
Field Detail
-
EMPTY
public static final RowKey EMPTY
-
-
Method Detail
-
with
public static RowKey.Builder with(Dimension dimension, String value)
-
-