public interface LazyPersistenceHandler extends PersistenceHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
LazyPersistenceHandler.MetadataAndValue<V>
structure class representing both the Metadata and Value for a given resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
persist(java.util.Set<Ref> deletes, java.util.Map<Ref,LazyPersistenceHandler.MetadataAndValue> writes)
persists the following changes
|
delete, exists, getMetadata, initialize, persist, readDatavoid persist(java.util.Set<Ref> deletes, java.util.Map<Ref,LazyPersistenceHandler.MetadataAndValue> writes) throws java.lang.Exception
java.lang.Exception