public static interface MetaStore.ExtraDataSupplier
| Modifier and Type | Method and Description |
|---|---|
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
getAttributes(String materialName,
long version)
Gets the extra data attributes for the specified material name.
|
Set<String> |
getSignedOnlyFieldNames()
Gets the extra data field names that should be signed only but not encrypted.
|
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> getAttributes(String materialName, long version)
materialName - material name.version - version number.Copyright © 2021. All rights reserved.