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.removeObjects(RequestDesc[] what,
RequestResultHandler handler)
Service a 'remove' request.
|
Modifier and Type | Method and Description |
---|---|
void |
FileObjectStore.getObjects(RequestDesc[] what,
GetResultHandler handler)
Service a 'get' request.
|
void |
FileObjectStore.removeObjects(RequestDesc[] what,
RequestResultHandler handler)
Service a 'remove' request.
|
Modifier and Type | Method and Description |
---|---|
void |
MongoObjectStore.getObjects(RequestDesc[] what,
GetResultHandler handler)
Service a 'get' request.
|
void |
MongoObjectStore.removeObjects(RequestDesc[] what,
RequestResultHandler handler)
Service a 'remove' request.
|
Copyright © 2017. All rights reserved.