| Package | Description |
|---|---|
| org.red5.server.api | |
| org.red5.server.api.persistence | |
| org.red5.server.api.scope | |
| org.red5.server.persistence | |
| org.red5.server.scope | |
| org.red5.server.so |
| Modifier and Type | Method and Description |
|---|---|
IPersistenceStore |
IContext.getPersistanceStore()
Returns persistence store object, a storage for persistent objects like persistent SharedObjects.
|
| Modifier and Type | Method and Description |
|---|---|
static IPersistenceStore |
PersistenceUtils.getPersistenceStore(ResourcePatternResolver resolver,
String className)
Returns persistence store object.
|
IPersistenceStore |
IPersistable.getStore()
Returns the persistence store this object is stored in
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPersistable.setStore(IPersistenceStore store)
Store a reference to the persistence store in the object.
|
| Modifier and Type | Method and Description |
|---|---|
IPersistenceStore |
IBasicScope.getStore()
Get the persistable store
|
| Modifier and Type | Class and Description |
|---|---|
class |
RamPersistence
Persistence implementation that stores the objects in memory.
|
| Modifier and Type | Field and Description |
|---|---|
protected IPersistenceStore |
BasicScope.store
Storage for persistable attributes
|
| Modifier and Type | Method and Description |
|---|---|
IPersistenceStore |
BasicScope.getStore() |
| Modifier and Type | Field and Description |
|---|---|
protected IPersistenceStore |
SharedObject.storage
Object that is delegated with all storage work for persistent SOs
|
| Modifier and Type | Method and Description |
|---|---|
IPersistenceStore |
SharedObject.getStore()
Returns the persistence store this object is stored in
|
IPersistenceStore |
SharedObjectScope.getStore()
Get the persistable store
|
| Modifier and Type | Method and Description |
|---|---|
void |
SharedObject.setStore(IPersistenceStore store)
Store a reference to the persistence store in the object.
|
| Constructor and Description |
|---|
SharedObject(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 option
|
SharedObject(String name,
String path,
boolean persistent,
IPersistenceStore storage)
Creates new SO from given data map, name, path, storage object and persistence option
|
SharedObjectScope(IScope parent,
String name,
boolean persistent,
IPersistenceStore store)
Creates shared object with given parent scope, name, persistence flag state and store object
|
Copyright © 2005–2017 Red5. All rights reserved.