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. |
Class and Description |
---|
GetResultHandler
Interface for an
ObjectStore object to deliver the results of
servicing a 'get' request. |
ObjectDesc
Description of a requested object returned from the object store.
|
PutDesc
Description of a request write to the object store.
|
QueryDesc
Description of a query for an object.
|
RequestDesc
Description of a request for an object.
|
RequestResultHandler
Interface for an
ObjectStore object to deliver the results of
servicing a simple request, such as 'put' or 'remove', that does not return
any objects but only a status indication. |
ResultDesc
Description of the result status of an object store operation.
|
UpdateDesc
Description of a request to update to the object store.
|
Class and Description |
---|
GetResultHandler
Interface for an
ObjectStore object to deliver the results of
servicing a 'get' request. |
ObjectStore
Access to a persistent object data storage mechanism.
|
PutDesc
Description of a request write to the object store.
|
QueryDesc
Description of a query for an object.
|
RequestDesc
Description of a request for an object.
|
RequestResultHandler
Interface for an
ObjectStore object to deliver the results of
servicing a simple request, such as 'put' or 'remove', that does not return
any objects but only a status indication. |
UpdateDesc
Description of a request to update to the object store.
|
Class and Description |
---|
GetResultHandler
Interface for an
ObjectStore object to deliver the results of
servicing a 'get' request. |
ObjectStore
Access to a persistent object data storage mechanism.
|
PutDesc
Description of a request write to the object store.
|
QueryDesc
Description of a query for an object.
|
RequestDesc
Description of a request for an object.
|
RequestResultHandler
Interface for an
ObjectStore object to deliver the results of
servicing a simple request, such as 'put' or 'remove', that does not return
any objects but only a status indication. |
UpdateDesc
Description of a request to update to the object store.
|
Copyright © 2017. All rights reserved.