| Package | Description |
|---|---|
| org.elkoserver.objdb.store |
Classes for implementing various Elko object store types.
|
| 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 | Method and Description |
|---|---|
void |
ObjectStore.getObjects(RequestDesc[] what,
GetResultHandler handler)
Service a 'get' request.
|
void |
ObjectStore.queryObjects(QueryDesc[] what,
GetResultHandler handler)
Service a 'query' request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileObjectStore.getObjects(RequestDesc[] what,
GetResultHandler handler)
Service a 'get' request.
|
void |
FileObjectStore.queryObjects(QueryDesc[] what,
GetResultHandler handler)
Service a 'query' request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MongoObjectStore.getObjects(RequestDesc[] what,
GetResultHandler handler)
Service a 'get' request.
|
void |
MongoObjectStore.queryObjects(QueryDesc[] what,
GetResultHandler handler)
Service a 'query' request.
|
Copyright © 2017. All rights reserved.