| AbstractUpkeepStoreProvider<T extends Store> |
Centralizes the upkeep facilities for a store,
|
| AggregateStore<V extends Store> |
A store of stores.
|
| AggregateStoreProvider |
Created by Jeff Gaynor
on 5/24/12 at 10:21 AM
|
| CFDBConfigLoader<T extends AbstractEnvironment> |
Configurations that deal with storage should extend this.
|
| DBConfigLoader<T extends AbstractEnvironment> |
Configurations that deal with storage should extend this.
|
| FileStore<V extends Identifiable> |
A store backed by the file system.
|
| FSInitializer |
Created by Jeff Gaynor
on 4/23/12 at 10:29 AM
|
| FSProvider<T extends FileStore> |
Creates Filestores.
|
| GenericStoreUtils |
This is where static generic methods for stores like searches live.
|
| IndexedStreamStore<V extends Identifiable> |
A high-level class for storing things to streams.
|
| MemoryStore<V extends Identifiable> |
An in-memory store.
|
| MemoryStore.MSInitializer |
|
| MemoryStoreProvider<T extends Store> |
Created by Jeff Gaynor
on 2/16/24 at 3:30 PM
|
| MonitoredStoreDelegate<V extends Identifiable> |
This is the logic behind monitoring a store.
|
| StoreInitializer |
Initializes a store.
|
| XMLMap |
Specialized extension to convert to and from XML.
|