public class JdoPropertyStore extends PropertyStore
| Constructor and Description |
|---|
JdoPropertyStore(ObjectStore store)
Basic ctor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
dropProperties(String mapKey) |
UUID |
fetchDigest(String mapKey) |
PropertyMap |
fetchProperties(String mapKey,
Function<String,PropertySchema> getSchema) |
boolean |
renameProperties(String mapKey,
String newKey) |
void |
saveProperties(Iterator<Map.Entry<String,PropertyMap>> save) |
protected void |
saveProperties(String mapKey,
PropertyMap map) |
Map<String,UUID> |
selectDigest(String keyPrefix,
Predicate<String> keyFilter) |
Map<String,PropertyMap> |
selectProperties(String keyPrefix,
Predicate<String> keyFilter,
Function<String,PropertySchema> getSchema) |
deserialize, serializepublic JdoPropertyStore(ObjectStore store)
store - the object storepublic PropertyMap fetchProperties(String mapKey, Function<String,PropertySchema> getSchema)
fetchProperties in class PropertyStorepublic Map<String,PropertyMap> selectProperties(String keyPrefix, Predicate<String> keyFilter, Function<String,PropertySchema> getSchema)
selectProperties in class PropertyStorepublic UUID fetchDigest(String mapKey)
fetchDigest in class PropertyStorepublic Map<String,UUID> selectDigest(String keyPrefix, Predicate<String> keyFilter)
selectDigest in class PropertyStorepublic void saveProperties(Iterator<Map.Entry<String,PropertyMap>> save)
saveProperties in class PropertyStoreprotected void saveProperties(String mapKey, PropertyMap map)
saveProperties in class PropertyStorepublic boolean dropProperties(String mapKey)
dropProperties in class PropertyStorepublic boolean renameProperties(String mapKey, String newKey)
renameProperties in class PropertyStoreCopyright © 2024 The Apache Software Foundation. All rights reserved.