@Experimental(comment="https://jira.nuxeo.com/browse/NXP-16577") public interface TransientStoreService
TransientStore
Modifier and Type | Method and Description |
---|---|
void |
doGC()
Triggers Garbage collecting of all
TransientStore |
TransientStore |
getStore(String name)
Retrieve a
TransientStore by it's name |
TransientStoreConfig |
getStoreConfig(String name)
Read configuration for the target named
TransientStore |
TransientStore |
registerStore(TransientStoreConfig config)
Dynamically register a new
TransientStore from it's config |
TransientStore getStore(String name)
TransientStore
by it's namename
- the name of the target TransientStore
TransientStore
or null if not foundTransientStoreConfig getStoreConfig(String name) throws IOException
TransientStore
name
- the name of the target TransientStore
TransientStoreConfig
of the target store or null if not foundIOException
TransientStore registerStore(TransientStoreConfig config)
TransientStore
from it's configconfig
- the TransientStoreConfig
for the new TransientStore
TransientStore
void doGC()
TransientStore
Copyright © 2015 Nuxeo SA. All rights reserved.