| Package | Description |
|---|---|
| com.orientechnologies.orient.core.metadata.schema | |
| com.orientechnologies.orient.core.metadata.schema.clusterselection |
| Modifier and Type | Field and Description |
|---|---|
protected OClusterSelectionStrategy |
OClassImpl.clusterSelection |
| Modifier and Type | Method and Description |
|---|---|
OClusterSelectionStrategy |
OImmutableClass.getClusterSelection() |
OClusterSelectionStrategy |
OClassImpl.getClusterSelection() |
OClusterSelectionStrategy |
OClass.getClusterSelection() |
OClusterSelectionStrategy |
OClassAbstractDelegate.getClusterSelection() |
| Modifier and Type | Method and Description |
|---|---|
OClass |
OImmutableClass.setClusterSelection(OClusterSelectionStrategy clusterSelection) |
OClass |
OClassImpl.setClusterSelection(OClusterSelectionStrategy clusterSelection) |
OClass |
OClass.setClusterSelection(OClusterSelectionStrategy clusterSelection) |
OClass |
OClassAbstractDelegate.setClusterSelection(OClusterSelectionStrategy clusterSelection) |
void |
OClassImpl.setClusterSelectionInternal(OClusterSelectionStrategy iClusterSelection) |
| Modifier and Type | Class and Description |
|---|---|
class |
OBalancedClusterSelectionStrategy
Returns the cluster selecting the most empty between all configured clusters.
|
class |
ODefaultClusterSelectionStrategy
Returns always the first cluster configured.
|
class |
ORoundRobinClusterSelectionStrategy
Returns the cluster selecting by round robin algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
OClusterSelectionStrategy |
OClusterSelectionFactory.getStrategy(String iStrategy) |
Copyright © 2009–2025 OrientDB. All rights reserved.