Class OMetadataDefault
java.lang.Object
com.orientechnologies.orient.core.metadata.OMetadataDefault
- All Implemented Interfaces:
OMetadata,OMetadataInternal
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringprotected OFunctionLibraryProxyprotected OIndexManagerProxyprotected static final OProfilerprotected OSchedulerProxyprotected OSchemaProxyprotected intprotected OSecurityprotected OSequenceLibraryProxyFields inherited from interface com.orientechnologies.orient.core.metadata.OMetadataInternal
SYSTEM_CLUSTER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()Deprecated.voidcreate()Deprecated.protected ODatabaseDocumentInternalDeprecated.intinit(OSharedContext shared) voidload()Deprecated.voidvoidreload()Reloads the internal objects.
-
Field Details
-
CLUSTER_INTERNAL_NAME
- See Also:
-
CLUSTER_INDEX_NAME
- See Also:
-
CLUSTER_MANUAL_INDEX_NAME
- See Also:
-
schemaClusterId
protected int schemaClusterId -
schema
-
security
-
indexManager
-
functionLibrary
-
scheduler
-
sequenceLibrary
-
PROFILER
-
-
Constructor Details
-
OMetadataDefault
public OMetadataDefault() -
OMetadataDefault
-
-
Method Details
-
load
Deprecated. -
create
Deprecated.- Specified by:
createin interfaceOMetadata- Throws:
IOException
-
getSchema
-
makeThreadLocalSchemaSnapshot
public void makeThreadLocalSchemaSnapshot()- Specified by:
makeThreadLocalSchemaSnapshotin interfaceOMetadataInternal
-
clearThreadLocalSchemaSnapshot
public void clearThreadLocalSchemaSnapshot()- Specified by:
clearThreadLocalSchemaSnapshotin interfaceOMetadataInternal
-
getImmutableSchemaSnapshot
- Specified by:
getImmutableSchemaSnapshotin interfaceOMetadataInternal
-
getSecurity
- Specified by:
getSecurityin interfaceOMetadata
-
getIndexManager
Deprecated.- Specified by:
getIndexManagerin interfaceOMetadata
-
getIndexManagerInternal
- Specified by:
getIndexManagerInternalin interfaceOMetadataInternal
-
getSchemaClusterId
public int getSchemaClusterId()- Specified by:
getSchemaClusterIdin interfaceOMetadata
-
reload
public void reload()Reloads the internal objects. -
close
Deprecated.Closes internal objects -
getDatabase
-
getFunctionLibrary
- Specified by:
getFunctionLibraryin interfaceOMetadata
-
getSequenceLibrary
- Specified by:
getSequenceLibraryin interfaceOMetadata
-
getScheduler
- Specified by:
getSchedulerin interfaceOMetadata
-