Package | Description |
---|---|
org.elkoserver.objdb.store.filestore |
A simple
ObjectStore implementation based on
a directory full of small text files. |
org.elkoserver.objdb.store.mongostore |
An
ObjectStore implementation based on the
MongoDB NoSQL object database. |
Modifier and Type | Class and Description |
---|---|
class |
FileObjectStore
A simple
ObjectStore implementation that stores objects in text
files, one file per object. |
Modifier and Type | Class and Description |
---|---|
class |
MongoObjectStore
An
ObjectStore implementation that stores objects in a MongoDB NoSQL
object database. |
Copyright © 2017. All rights reserved.