public class StringifiedAccumulatorResult extends Object implements Serializable
Constructor and Description |
---|
StringifiedAccumulatorResult(String name,
String type,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getType() |
String |
getValue() |
static StringifiedAccumulatorResult[] |
stringifyAccumulatorResults(Map<String,Accumulator<?,?>> accs) |
public String getName()
public String getType()
public String getValue()
public static StringifiedAccumulatorResult[] stringifyAccumulatorResults(Map<String,Accumulator<?,?>> accs)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.