| Package | Description |
|---|---|
| org.jboss.gravia.repository | |
| org.jboss.gravia.repository.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPersistentRepositoryStorage
A simple
RepositoryStorage that uses
the local file system. |
| Modifier and Type | Method and Description |
|---|---|
RepositoryStorage |
RepositoryStorageFactory.create(Repository repository)
Create the storage for a given repository
|
protected RepositoryStorage |
DefaultPersistentRepository.createRepositoryStorage(PersistentRepository repository,
Repository.ConfigurationPropertyProvider propertyProvider) |
RepositoryStorage |
PersistentRepository.getRepositoryStorage() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPersistentRepositoryStorage
A simple
RepositoryStorage that uses
the local file system. |
class |
MemoryRepositoryStorage
A
RepositoryStorage that maintains its state in local memory |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RepositoryStorage |
AbstractPersistentRepository.createRepositoryStorage(PersistentRepository repository,
Repository.ConfigurationPropertyProvider propertyProvider) |
RepositoryStorage |
AbstractPersistentRepository.getRepositoryStorage() |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.