| Package | Description |
|---|---|
| org.red5.server.api.persistence | |
| org.red5.server.persistence | |
| org.red5.server.so |
| 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 |
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 |
RamPersistence.load(IPersistable obj)
Load state of an already instantiated persistent object.
|
boolean |
RamPersistence.remove(IPersistable object)
Delete the passed persistent object.
|
boolean |
RamPersistence.save(IPersistable object)
Persist given object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSharedObject
Works with client-side shared object
|
class |
SharedObject
Represents shared object on server-side.
|
Copyright © 2005–2017 Red5. All rights reserved.