Package | Description |
---|---|
org.red5.server | |
org.red5.server.api.persistence | |
org.red5.server.persistence | |
org.red5.server.so |
Modifier and Type | Class and Description |
---|---|
class |
PersistableAttributeStore
Persistable attributes store.
|
Modifier and Type | Method and Description |
---|---|
IPersistable |
IPersistenceStore.load(String name)
Load a persistent object with the given name.
|
Modifier and Type | Method and Description |
---|---|
Collection<IPersistable> |
IPersistenceStore.getObjects()
Return iterator over the already loaded objects in the storage.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPersistenceStore.load(IPersistable obj)
Load state of an already instantiated persistent object.
|
boolean |
IPersistenceStore.remove(IPersistable obj)
Delete the passed persistent object.
|
boolean |
IPersistenceStore.save(IPersistable obj)
Persist given object.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,IPersistable> |
RamPersistence.objects
Map for persistable objects
|
Modifier and Type | Method and Description |
---|---|
IPersistable |
FilePersistence.load(String name)
Load a persistent object with the given name.
|
IPersistable |
RamPersistence.load(String name)
Load a persistent object with the given name.
|
Modifier and Type | Method and Description |
---|---|
Collection<IPersistable> |
RamPersistence.getObjects()
Return iterator over the already loaded objects in the storage.
|
Modifier and Type | Method and Description |
---|---|
protected String |
RamPersistence.getObjectId(IPersistable object)
Get object id
|
boolean |
FilePersistence.load(IPersistable object)
Load state of an already instantiated persistent object.
|
boolean |
RamPersistence.load(IPersistable obj)
Load state of an already instantiated persistent object.
|
protected void |
FilePersistenceThread.modified(IPersistable object,
FilePersistence store)
Notify thread that an object was modified in a persistence store.
|
boolean |
FilePersistence.remove(IPersistable object)
Delete the passed persistent object.
|
boolean |
RamPersistence.remove(IPersistable object)
Delete the passed persistent object.
|
boolean |
FilePersistence.save(IPersistable object)
Persist given object.
|
boolean |
RamPersistence.save(IPersistable object)
Persist given object.
|
protected boolean |
FilePersistence.saveObject(IPersistable object)
Save persistable object
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSharedObject
Works with client-side shared object
|
class |
SharedObject
Represents shared object on server-side.
|
Copyright © 2006-2012 The Red5 Project