public interface PersistOperationBuilder
AbstractPersister
to persist numeric attributes.Modifier and Type | Method and Description |
---|---|
void |
commit()
Persists the attribute values and meta-data.
|
String |
getName()
Used to identify the builder in log messages in an exception is thrown during a call to commit().
|
void |
setAttributeMetadata(String metricIdentifier,
String name) |
void |
setAttributeValue(CollectionAttributeType attributeType,
Number value) |
String getName()
void setAttributeValue(CollectionAttributeType attributeType, Number value)
void commit() throws PersistException
PersistException
- if an error occurs while persisting the attributeCopyright © 2021. All rights reserved.