Uses of Class
com.orientechnologies.orient.core.metadata.schema.OSchemaShared.ClusterIdsAreEmptyException
Packages that use OSchemaShared.ClusterIdsAreEmptyException
Package
Description
-
Uses of OSchemaShared.ClusterIdsAreEmptyException in com.orientechnologies.orient.core.metadata.schema
Methods in com.orientechnologies.orient.core.metadata.schema that throw OSchemaShared.ClusterIdsAreEmptyExceptionModifier and TypeMethodDescriptionprotected OClassOSchemaEmbedded.createClassInternal(ODatabaseDocumentInternal database, String className, int[] clusterIdsToAdd, List<OClass> superClasses) protected OClassOSchemaEmbedded.createViewInternal(ODatabaseDocumentInternal database, OViewConfig cfg, int[] clusterIdsToAdd) protected OClassOSchemaEmbedded.doCreateClass(ODatabaseDocumentInternal database, String className, int[] clusterIds, int retry, OClass... superClasses) protected voidOSchemaEmbedded.doRealCreateClass(ODatabaseDocumentInternal database, String className, List<OClass> superClassesList, int[] clusterIds) protected voidOSchemaEmbedded.doRealCreateView(ODatabaseDocumentInternal database, OViewConfig config, int[] clusterIds) -
Uses of OSchemaShared.ClusterIdsAreEmptyException in com.orientechnologies.orient.server.distributed.impl.metadata
Methods in com.orientechnologies.orient.server.distributed.impl.metadata that throw OSchemaShared.ClusterIdsAreEmptyExceptionModifier and TypeMethodDescriptionprotected voidOSchemaDistributed.doRealCreateClass(ODatabaseDocumentInternal database, String className, List<OClass> superClassesList, int[] clusterIds) protected voidOSchemaDistributed.doRealCreateView(ODatabaseDocumentInternal database, OViewConfig config, int[] clusterIds)