Uses of Class
com.orientechnologies.orient.core.index.OIndexMetadata
Packages that use OIndexMetadata
Package
Description
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OIndexMetadata in com.orientechnologies.lucene
Methods in com.orientechnologies.lucene with parameters of type OIndexMetadataModifier and TypeMethodDescriptionOLuceneCrossClassIndexFactory.createIndex(OStorage storage, OIndexMetadata im) OLuceneIndexFactory.createIndex(OStorage storage, OIndexMetadata im) -
Uses of OIndexMetadata in com.orientechnologies.lucene.engine
Methods in com.orientechnologies.lucene.engine with parameters of type OIndexMetadataModifier and TypeMethodDescriptionvoidOLuceneCrossClassIndexEngine.init(OIndexMetadata metadata) voidOLuceneFullTextIndexEngine.init(OIndexMetadata im) voidOLuceneIndexEngineAbstract.init(OIndexMetadata im) -
Uses of OIndexMetadata in com.orientechnologies.lucene.index
Constructors in com.orientechnologies.lucene.index with parameters of type OIndexMetadataModifierConstructorDescriptionOLuceneFullTextIndex(OIndexMetadata im, OStorage storage) OLuceneIndexNotUnique(OIndexMetadata im, OStorage storage) -
Uses of OIndexMetadata in com.orientechnologies.orient.core.config
Constructors in com.orientechnologies.orient.core.config with parameters of type OIndexMetadataModifierConstructorDescriptionIndexEngineData(int indexId, OIndexMetadata metadata, Boolean durableInNonTxMode, byte valueSerializerId, byte keySerializedId, OType[] keyTypes, int keySize, String encryption, String encryptionOptions, Map<String, String> engineProperties) -
Uses of OIndexMetadata in com.orientechnologies.orient.core.index
Fields in com.orientechnologies.orient.core.index declared as OIndexMetadataMethods in com.orientechnologies.orient.core.index that return OIndexMetadataModifier and TypeMethodDescriptionOIndexAbstract.loadMetadata(ODocument config) OIndexInternal.loadMetadata(ODocument iConfig) static OIndexMetadataOIndexAbstract.loadMetadataFromDoc(ODocument config) static OIndexMetadataOIndexAbstract.loadMetadataInternal(ODocument config, String type, String algorithm, String valueContainerAlgorithm) Methods in com.orientechnologies.orient.core.index with parameters of type OIndexMetadataModifier and TypeMethodDescriptionOIndexAbstract.create(OIndexMetadata indexMetadata, boolean rebuild, OProgressListener progressListener) Creates the index.OIndexFullText.create(OIndexMetadata metadata, boolean rebuild, OProgressListener progressListener) Deprecated.OIndexInternal.create(OIndexMetadata metadata, boolean rebuild, OProgressListener progressListener) OIndexRemote.create(OIndexMetadata indexMetadata, boolean rebuild, OProgressListener progressListener) ODefaultIndexFactory.createIndex(OStorage storage, OIndexMetadata im) static OIndexInternalOIndexes.createIndex(OStorage storage, OIndexMetadata metadata) OIndexFactory.createIndex(OStorage storage, OIndexMetadata im) Creates an index.Constructors in com.orientechnologies.orient.core.index with parameters of type OIndexMetadataModifierConstructorDescriptionOIndexAbstract(OIndexMetadata im, OStorage storage) OIndexDictionary(OIndexMetadata im, OStorage storage) OIndexFullText(OIndexMetadata im, OStorage storage) Deprecated.OIndexNotUnique(OIndexMetadata im, OStorage storage) OIndexOneValue(OIndexMetadata im, OStorage storage) OIndexUnique(OIndexMetadata im, OStorage storage) -
Uses of OIndexMetadata in com.orientechnologies.orient.core.index.engine
Methods in com.orientechnologies.orient.core.index.engine with parameters of type OIndexMetadata -
Uses of OIndexMetadata in com.orientechnologies.orient.core.index.engine.v1
Methods in com.orientechnologies.orient.core.index.engine.v1 with parameters of type OIndexMetadataModifier and TypeMethodDescriptionvoidOCellBTreeMultiValueIndexEngine.init(OIndexMetadata metadata) voidOCellBTreeSingleValueIndexEngine.init(OIndexMetadata metadata) -
Uses of OIndexMetadata in com.orientechnologies.orient.core.sharding.auto
Methods in com.orientechnologies.orient.core.sharding.auto with parameters of type OIndexMetadataModifier and TypeMethodDescriptionOAutoShardingIndexFactory.createIndex(OStorage storage, OIndexMetadata im) voidOAutoShardingIndexEngine.init(OIndexMetadata metadata) -
Uses of OIndexMetadata in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage with parameters of type OIndexMetadataModifier and TypeMethodDescriptionintOStorage.addIndexEngine(OIndexMetadata indexMetadata, Map<String, String> engineProperties) intOStorage.loadIndexEngine(OIndexMetadata indexMetadata) voidOStorage.removeIndexValuesContainer(OIndexMetadata im) -
Uses of OIndexMetadata in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local with parameters of type OIndexMetadataModifier and TypeMethodDescriptionintOAbstractPaginatedStorage.addIndexEngine(OIndexMetadata indexMetadata, Map<String, String> engineProperties) intOAbstractPaginatedStorage.loadIndexEngine(OIndexMetadata indexMetadata) voidOAbstractPaginatedStorage.removeIndexValuesContainer(OIndexMetadata im) -
Uses of OIndexMetadata in com.orientechnologies.orient.core.storage.index.engine
Methods in com.orientechnologies.orient.core.storage.index.engine with parameters of type OIndexMetadataModifier and TypeMethodDescriptionvoidOHashTableIndexEngine.init(OIndexMetadata metadata) voidORemoteIndexEngine.init(OIndexMetadata metadata) voidOSBTreeIndexEngine.init(OIndexMetadata metadata) -
Uses of OIndexMetadata in com.orientechnologies.orient.core.storage.index.hashindex.local
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local with parameters of type OIndexMetadataModifier and TypeMethodDescriptionfinal OIndexInternalOHashIndexFactory.createIndex(OStorage storage, OIndexMetadata im) -
Uses of OIndexMetadata in com.orientechnologies.spatial
Methods in com.orientechnologies.spatial with parameters of type OIndexMetadataModifier and TypeMethodDescriptionOLuceneSpatialIndexFactory.createIndex(OStorage storage, OIndexMetadata im) -
Uses of OIndexMetadata in com.orientechnologies.spatial.engine
Methods in com.orientechnologies.spatial.engine with parameters of type OIndexMetadataModifier and TypeMethodDescriptionvoidOLuceneSpatialIndexEngineAbstract.init(OIndexMetadata im) voidOLuceneSpatialIndexEngineDelegator.init(OIndexMetadata im) -
Uses of OIndexMetadata in com.orientechnologies.spatial.index
Constructors in com.orientechnologies.spatial.index with parameters of type OIndexMetadata