@DefaultImplementation(value=AvroEvaluatorListSerializer.class) public interface EvaluatorListSerializer
Modifier and Type | Method and Description |
---|---|
AvroEvaluatorList |
toAvro(Map<String,EvaluatorDescriptor> evaluatorMap,
int totalEvaluators,
String startTime)
Build AvroEvaluatorList object.
|
String |
toString(AvroEvaluatorList avroEvaluatorList)
Convert AvroEvaluatorList to JSon string.
|
AvroEvaluatorList toAvro(Map<String,EvaluatorDescriptor> evaluatorMap, int totalEvaluators, String startTime)
evaluatorMap
- totalEvaluators
- startTime
- String toString(AvroEvaluatorList avroEvaluatorList)
avroEvaluatorList
- Copyright © 2016 The Apache Software Foundation. All rights reserved.