Uses of Interface
com.orientechnologies.orient.core.metadata.schema.clusterselection.OClusterSelectionStrategy
Packages that use OClusterSelectionStrategy
Package
Description
-
Uses of OClusterSelectionStrategy in com.orientechnologies.orient.core.metadata.schema
Fields in com.orientechnologies.orient.core.metadata.schema declared as OClusterSelectionStrategyMethods in com.orientechnologies.orient.core.metadata.schema that return OClusterSelectionStrategyModifier and TypeMethodDescriptionOClass.getClusterSelection()OClassAbstractDelegate.getClusterSelection()OClassImpl.getClusterSelection()OImmutableClass.getClusterSelection()Methods in com.orientechnologies.orient.core.metadata.schema with parameters of type OClusterSelectionStrategyModifier and TypeMethodDescriptionOClass.setClusterSelection(OClusterSelectionStrategy clusterSelection) OClassAbstractDelegate.setClusterSelection(OClusterSelectionStrategy clusterSelection) OClassImpl.setClusterSelection(OClusterSelectionStrategy clusterSelection) OImmutableClass.setClusterSelection(OClusterSelectionStrategy clusterSelection) voidOClassImpl.setClusterSelectionInternal(OClusterSelectionStrategy iClusterSelection) -
Uses of OClusterSelectionStrategy in com.orientechnologies.orient.core.metadata.schema.clusterselection
Classes in com.orientechnologies.orient.core.metadata.schema.clusterselection that implement OClusterSelectionStrategyModifier and TypeClassDescriptionclassReturns the cluster selecting the most empty between all configured clusters.classReturns always the first cluster configured.classReturns the cluster selecting by round robin algorithm.Methods in com.orientechnologies.orient.core.metadata.schema.clusterselection that return OClusterSelectionStrategy -
Uses of OClusterSelectionStrategy in com.orientechnologies.orient.core.sharding.auto
Classes in com.orientechnologies.orient.core.sharding.auto that implement OClusterSelectionStrategyModifier and TypeClassDescriptionclassReturns the cluster selecting through the hash function.