Uses of Interface
org.nuxeo.ecm.core.transientstore.api.TransientStoreProvider
-
-
Uses of TransientStoreProvider in org.nuxeo.ecm.core.redis.contribs
Classes in org.nuxeo.ecm.core.redis.contribs that implement TransientStoreProvider Modifier and Type Class Description classRedisTransientStoreRedis implementation (i.e. -
Uses of TransientStoreProvider in org.nuxeo.ecm.core.transientstore
Classes in org.nuxeo.ecm.core.transientstore that implement TransientStoreProvider Modifier and Type Class Description classAbstractTransientStoreBase class for aTransientStoreimplementation.classSimpleTransientStoreDefault implementation (i.e., not cluster aware) of theTransientStore.Fields in org.nuxeo.ecm.core.transientstore with type parameters of type TransientStoreProvider Modifier and Type Field Description protected Map<String,TransientStoreProvider>TransientStorageComponent. stores -
Uses of TransientStoreProvider in org.nuxeo.ecm.core.transientstore.api
Fields in org.nuxeo.ecm.core.transientstore.api with type parameters of type TransientStoreProvider Modifier and Type Field Description Class<? extends TransientStoreProvider>TransientStoreConfig. implClassMethods in org.nuxeo.ecm.core.transientstore.api that return types with arguments of type TransientStoreProvider Modifier and Type Method Description Class<? extends TransientStoreProvider>TransientStoreConfig. getKlass()Returns the implementation class, ornullif not defined. -
Uses of TransientStoreProvider in org.nuxeo.ecm.core.transientstore.keyvalueblob
Classes in org.nuxeo.ecm.core.transientstore.keyvalueblob that implement TransientStoreProvider Modifier and Type Class Description classKeyValueBlobTransientStoreTransient Store storing properties in a Key/Value store, and storing blobs using a Blob Provider.
-