public class EvaluatorPersistOperationBuilder extends Object implements PersistOperationBuilder
| Constructor and Description | 
|---|
EvaluatorPersistOperationBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
commit()
Commit. 
 | 
String | 
getName()
Gets the name. 
 | 
void | 
setAttributeMetadata(String metricIdentifier,
                    String name)
Sets the attribute metadata. 
 | 
void | 
setAttributeValue(CollectionAttributeType attributeType,
                 Number value)
Sets the attribute value. 
 | 
public String getName()
getName in interface PersistOperationBuilderpublic void setAttributeValue(CollectionAttributeType attributeType, Number value)
setAttributeValue in interface PersistOperationBuilderattributeType - the attribute typevalue - the valuepublic void setAttributeMetadata(String metricIdentifier, String name)
setAttributeMetadata in interface PersistOperationBuildermetricIdentifier - the metric identifiername - the namepublic void commit()
            throws PersistException
commit in interface PersistOperationBuilderPersistException - the persist exceptionCopyright © 2020. All rights reserved.