Class OSessionMetadata
java.lang.Object
com.orientechnologies.orient.core.metadata.OSessionMetadata
- All Implemented Interfaces:
OMetadata,OMetadataInternal
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringprotected OSessionFunctionLibraryprotected OSessionIndexManagerprotected static final OProfilerprotected OSessionSchedulerprotected OSessionSchemaprotected intprotected OSecurityprotected OSessionSequenceLibraryFields inherited from interface com.orientechnologies.orient.core.metadata.OMetadataInternal
FUNCTION, IDENTITY, ORIDS, POLICY, RESTRICTED, ROLE, SCHEDULE, SEQUENCE, SYSTEM_CLASSES, SYSTEM_CLUSTER, TRIGGER, USER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected ODatabaseDocumentInternalDeprecated.intinit(OSharedContext shared) 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
-
OSessionMetadata
public OSessionMetadata() -
OSessionMetadata
-
-
Method Details
-
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() -
reload
public void reload()Reloads the internal objects. -
getDatabase
-
getFunctionLibrary
- Specified by:
getFunctionLibraryin interfaceOMetadata
-
getSequenceLibrary
- Specified by:
getSequenceLibraryin interfaceOMetadata
-
getScheduler
- Specified by:
getSchedulerin interfaceOMetadata
-