public class Cluster
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ObjectContainer[] |
_objectContainers |
| Constructor and Description |
|---|
Cluster(ObjectContainer[] objectContainers)
use this constructor to create a Cluster and call
add() to add ObjectContainers
|
| Modifier and Type | Method and Description |
|---|---|
ObjectContainer |
objectContainerFor(java.lang.Object obj)
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
|
Query |
query()
starts a query against all ObjectContainers in
this Cluster.
|
public final ObjectContainer[] _objectContainers
public Cluster(ObjectContainer[] objectContainers)
public Query query()
public ObjectContainer objectContainerFor(java.lang.Object obj)
obj - the object