| |
|
| java.lang.Object com.db4o.cluster.Cluster
Cluster | public class Cluster (Code) | | allows running Queries against multiple ObjectContainers.
|
Cluster | public Cluster(ObjectContainer[] objectContainers)(Code) | | use this constructor to create a Cluster and call
add() to add ObjectContainers
|
objectContainerFor | public ObjectContainer objectContainerFor(Object obj)(Code) | | returns the ObjectContainer in this cluster where the passed object
is stored or null, if the object is not stored to any ObjectContainer
in this cluster
Parameters: obj - the object the ObjectContainer |
query | public Query query()(Code) | | starts a query against all ObjectContainers in
this Cluster.
the Query |
|
|
|