Uses of Interface
org.red5.server.api.persistence.IPersistenceStore
Packages that use IPersistenceStore
Package
Description
-
Uses of IPersistenceStore in org.red5.server.api
Methods in org.red5.server.api that return IPersistenceStoreModifier and TypeMethodDescriptionIContext.getPersistanceStore()Returns persistence store object, a storage for persistent objects like persistent SharedObjects. -
Uses of IPersistenceStore in org.red5.server.api.persistence
Methods in org.red5.server.api.persistence that return IPersistenceStoreModifier and TypeMethodDescriptionstatic IPersistenceStorePersistenceUtils.getPersistenceStore(org.springframework.core.io.support.ResourcePatternResolver resolver, String className) Returns persistence store object.IPersistable.getStore()Returns the persistence store this object is stored inMethods in org.red5.server.api.persistence with parameters of type IPersistenceStoreModifier and TypeMethodDescriptionvoidIPersistable.setStore(IPersistenceStore store) Store a reference to the persistence store in the object. -
Uses of IPersistenceStore in org.red5.server.api.scope
Methods in org.red5.server.api.scope that return IPersistenceStore -
Uses of IPersistenceStore in org.red5.server.persistence
Classes in org.red5.server.persistence that implement IPersistenceStoreModifier and TypeClassDescriptionclassPersistence implementation that stores the objects in memory. -
Uses of IPersistenceStore in org.red5.server.scope
Fields in org.red5.server.scope declared as IPersistenceStoreModifier and TypeFieldDescriptionprotected IPersistenceStoreBasicScope.storeStorage for persistable attributesMethods in org.red5.server.scope that return IPersistenceStore -
Uses of IPersistenceStore in org.red5.server.so
Fields in org.red5.server.so declared as IPersistenceStoreModifier and TypeFieldDescriptionprotected IPersistenceStoreSharedObject.storageObject that is delegated with all storage work for persistent SOsMethods in org.red5.server.so that return IPersistenceStoreModifier and TypeMethodDescriptionSharedObject.getStore()Returns the persistence store this object is stored inSharedObjectScope.getStore()Get the persistable storeMethods in org.red5.server.so with parameters of type IPersistenceStoreModifier and TypeMethodDescriptionvoidSharedObject.setStore(IPersistenceStore store) Store a reference to the persistence store in the object.Constructors in org.red5.server.so with parameters of type IPersistenceStoreModifierConstructorDescriptionSharedObject(String name, String path, boolean persistent, IPersistenceStore storage) Creates new SO from given data map, name, path, storage object and persistence optionSharedObject(Map<String, Object> data, String name, String path, boolean persistent, IPersistenceStore storage) Creates new SO from given data map, name, path, storage object and persistence optionSharedObjectScope(IScope parent, String name, boolean persistent, IPersistenceStore store) Creates shared object with given parent scope, name, persistence flag state and store object