Class LocalStore
java.lang.Object
org.apache.sling.distribution.journal.bookkeeper.LocalStore
-
Constructor Summary
ConstructorsConstructorDescriptionLocalStore
(org.apache.sling.api.resource.ResourceResolverFactory resolverFactory, String storeType, String storeId) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sling.api.resource.ValueMap
load()
<T> T
<T> T
void
void
void
-
Constructor Details
-
LocalStore
-
-
Method Details
-
store
public void store(String key, Object value) throws org.apache.sling.api.resource.PersistenceException - Throws:
org.apache.sling.api.resource.PersistenceException
-
store
public void store(org.apache.sling.api.resource.ResourceResolver serviceResolver, String key, Object value) throws org.apache.sling.api.resource.PersistenceException - Throws:
org.apache.sling.api.resource.PersistenceException
-
store
public void store(org.apache.sling.api.resource.ResourceResolver serviceResolver, Map<String, Object> map) throws org.apache.sling.api.resource.PersistenceException- Throws:
org.apache.sling.api.resource.PersistenceException
-
load
-
load
-
load
public org.apache.sling.api.resource.ValueMap load()
-