Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation/ObjectStore/Bundle org.eclipse.smila.objectstore"

(API)
(org.eclipse.smila.objectstore)
Line 1: Line 1:
 
= org.eclipse.smila.objectstore =
 
= org.eclipse.smila.objectstore =
 
<b>since SMILA 0.9.0</b>
 
<b>since SMILA 0.9.0</b>
 +
 +
[http://build.eclipse.org/rt/smila/javadoc/current/index.html?org/eclipse/smila/objectstore/package-summary.html org.eclipse.smila.objectstore JavaDoc]
  
 
== ObjectStoreService ==
 
== ObjectStoreService ==

Revision as of 04:18, 22 June 2011

org.eclipse.smila.objectstore

since SMILA 0.9.0

org.eclipse.smila.objectstore JavaDoc

ObjectStoreService

API

The API for the </tt>ObjectStoreService</tt> can be found in org.eclipse.smila.objectstore.ObjectStoreService

Implementations

A filesystem bases implementation can be found in the package org.eclipse.smila.objectstore.filesystem.

Back to the top