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 PersistOperationBuilder
public void setAttributeValue(CollectionAttributeType attributeType, Number value)
setAttributeValue
in interface PersistOperationBuilder
attributeType
- the attribute typevalue
- the valuepublic void setAttributeMetadata(String metricIdentifier, String name)
setAttributeMetadata
in interface PersistOperationBuilder
metricIdentifier
- the metric identifiername
- the namepublic void commit() throws PersistException
commit
in interface PersistOperationBuilder
PersistException
- the persist exceptionCopyright © 2021. All rights reserved.