Uses of Enum Class
com.orientechnologies.orient.core.metadata.schema.OType
Packages that use OType
Package
Description
-
Uses of OType in com.orientechnologies.common.util
Fields in com.orientechnologies.common.util declared as OType -
Uses of OType in com.orientechnologies.lucene.parser
Constructor parameters in com.orientechnologies.lucene.parser with type arguments of type OType -
Uses of OType in com.orientechnologies.orient.client.remote.metadata.schema
Methods in com.orientechnologies.orient.client.remote.metadata.schema with parameters of type OTypeModifier and TypeMethodDescriptionprotected OPropertyOClassRemote.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) protected OPropertyOViewRemote.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) OPropertyRemote.setLinkedType(OType linkedType) -
Uses of OType in com.orientechnologies.orient.core.config
Methods in com.orientechnologies.orient.core.config that return OTypeConstructors in com.orientechnologies.orient.core.config with parameters of type OTypeModifierConstructorDescriptionIndexEngineData(int indexId, OIndexMetadata metadata, Boolean durableInNonTxMode, byte valueSerializerId, byte keySerializedId, OType[] keyTypes, int keySize, String encryption, String encryptionOptions, Map<String, String> engineProperties) IndexEngineData(int indexId, String name, String algorithm, String indexType, Boolean durableInNonTxMode, int version, int apiVersion, boolean multivalue, byte valueSerializerId, byte keySerializedId, boolean isAutomatic, OType[] keyTypes, boolean nullValuesSupport, int keySize, String encryption, String encryptionOptions, Map<String, String> engineProperties) -
Uses of OType in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document with parameters of type OTypeModifier and TypeMethodDescriptionbooleanIf currently processed value is collection or map of embedded documents or embedded document itself then current method is called if it returns false then this collection will not be visited.booleanIndicates whether we continue to visit document fields after current one or should stop fields processing.ODocumentFieldVisitor.visitField(OType type, OType linkedType, Object value) Visits currently processed field. -
Uses of OType in com.orientechnologies.orient.core.db.tool.importer
Methods in com.orientechnologies.orient.core.db.tool.importer with parameters of type OType -
Uses of OType in com.orientechnologies.orient.core.fetch
Methods in com.orientechnologies.orient.core.fetch with parameters of type OTypeModifier and TypeMethodDescriptionvoidOFetchContext.onAfterStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType) voidOFetchContext.onBeforeStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType) voidOFetchListener.processStandardField(ODocument iRecord, Object iFieldValue, String iFieldName, OFetchContext iContext, Object iUserObject, String iFormat, OType filedType) -
Uses of OType in com.orientechnologies.orient.core.fetch.json
Methods in com.orientechnologies.orient.core.fetch.json with parameters of type OTypeModifier and TypeMethodDescriptionprotected voidOJSONFetchContext.manageTypes(String fieldName, Object fieldValue, OType fieldType) voidOJSONFetchContext.onAfterStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType) voidOJSONFetchContext.onBeforeStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType) voidOJSONFetchListener.processStandardField(ODocument iRecord, Object iFieldValue, String iFieldName, OFetchContext iContext, Object iusObject, String iFormat, OType filedType) -
Uses of OType in com.orientechnologies.orient.core.fetch.remote
Methods in com.orientechnologies.orient.core.fetch.remote with parameters of type OTypeModifier and TypeMethodDescriptionvoidORemoteFetchContext.onAfterStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType) voidORemoteFetchContext.onBeforeStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType) voidORemoteFetchListener.processStandardField(ODocument iRecord, Object iFieldValue, String iFieldName, OFetchContext iContext, Object iusObject, String iFormat, OType filedType) -
Uses of OType in com.orientechnologies.orient.core.index
Fields in com.orientechnologies.orient.core.index declared as OTypeMethods in com.orientechnologies.orient.core.index that return OTypeModifier and TypeMethodDescriptionOType[]OIndex.getKeyTypes()Types of the keys that index can accept, if index contains composite key, list of types of elements from which this index consist will be returned, otherwise single element (key type obviously) will be returned.OType[]OIndexAbstract.getKeyTypes()OType[]OIndexRemote.getKeyTypes()OType[]OCompositeIndexDefinition.getTypes()Return types of values from which index key consist.OType[]OIndexDefinition.getTypes()Return types of values from which index key consist.OType[]OPropertyIndexDefinition.getTypes()OType[]ORuntimeKeyIndexDefinition.getTypes()OType[]OSimpleKeyIndexDefinition.getTypes()Methods in com.orientechnologies.orient.core.index with parameters of type OTypeModifier and TypeMethodDescriptionstatic OIndexDefinitionOIndexDefinitionFactory.createSingleFieldIndexDefinition(String className, String fieldName, OType type, OType linkedType, OCollate collate, String indexKind, OPropertyMapIndexDefinition.INDEX_BY indexBy) Constructors in com.orientechnologies.orient.core.index with parameters of type OTypeModifierConstructorDescriptionOPropertyIndexDefinition(String iClassName, String iField, OType iType) OPropertyListIndexDefinition(String iClassName, String iField, OType iType) OPropertyMapIndexDefinition(String iClassName, String iField, OType iType, OPropertyMapIndexDefinition.INDEX_BY indexBy) OSimpleKeyIndexDefinition(OType... keyTypes) OSimpleKeyIndexDefinition(OType[] keyTypes2, List<OCollate> collatesList) -
Uses of OType in com.orientechnologies.orient.core.metadata.schema
Fields in com.orientechnologies.orient.core.metadata.schema declared as OTypeModifier and TypeFieldDescriptionprotected final OTypeOIndexConfigProperty.linkedTypeprotected OTypeOPropertyImpl.linkedTypeprotected final OTypeOIndexConfigProperty.typeprotected static final OType[]OType.TYPESprotected static final OType[]OType.TYPES_BY_IDFields in com.orientechnologies.orient.core.metadata.schema with type parameters of type OTypeMethods in com.orientechnologies.orient.core.metadata.schema that return OTypeModifier and TypeMethodDescriptionstatic OTypeOType.getById(byte iId) Return the type by ID.OImmutableProperty.getLinkedType()OIndexConfigProperty.getLinkedType()OProperty.getLinkedType()OPropertyAbstractDelegate.getLinkedType()OPropertyImpl.getLinkedType()OGlobalProperty.getType()OGlobalPropertyImpl.getType()OImmutableProperty.getType()OIndexConfigProperty.getType()OProperty.getType()OPropertyAbstractDelegate.getType()OPropertyImpl.getType()static OTypeOType.getTypeByClass(Class<?> iClass) Return the correspondent type by checking the "assignability" of the class received as parameter.static OTypeOType.getTypeByValue(Object value) static OTypeReturns the enum constant of this class with the specified name.static OType[]OType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.core.metadata.schema that return types with arguments of type OTypeModifier and TypeMethodDescriptionOClassImpl.extractFieldTypes(String[] fieldNames) OType.getCastable()Methods in com.orientechnologies.orient.core.metadata.schema with parameters of type OTypeModifier and TypeMethodDescriptionOClassEmbedded.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) protected abstract OPropertyOClassImpl.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) OViewEmbedded.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) voidOViewIndexConfig.addProperty(String name, OType type, OType linkedType, OCollate collate, OPropertyMapIndexDefinition.INDEX_BY indexBy) OClassEmbedded.addPropertyInternal(String name, OType type, OType linkedType, OClass linkedClass, boolean unsafe) protected voidOClassImpl.checkAllLikedObjects(ODatabaseInternal<ORecord> database, String propertyName, OType type, OClass linkedClass) static voidOPropertyImpl.checkLinkTypeSupport(OType type) voidOClassImpl.checkPersistentPropertyType(ODatabaseInternal<ORecord> database, String propertyName, OType type, OClass linkedClass) static voidOPropertyImpl.checkSupportLinkedClass(OType type) OImmutableSchema.createGlobalProperty(String name, OType type, Integer id) OSchema.createGlobalProperty(String name, OType type, Integer id) OSchemaShared.createGlobalProperty(String name, OType type, Integer id) OSessionSchema.createGlobalProperty(String name, OType type, Integer id) OClass.createProperty(String iPropertyName, OType iType) OClass.createProperty(String iPropertyName, OType iType, OClass iLinkedClass) OClass.createProperty(String iPropertyName, OType iType, OClass iLinkedClass, boolean iUnsafe) Create a property in the class with the specified options.OClass.createProperty(String iPropertyName, OType iType, OType iLinkedType) OClass.createProperty(String iPropertyName, OType iType, OType iLinkedType, boolean iUnsafe) Create a property in the class with the specified options.OClassAbstractDelegate.createProperty(String iPropertyName, OType iType) OClassAbstractDelegate.createProperty(String iPropertyName, OType iType, OClass iLinkedClass) OClassAbstractDelegate.createProperty(String iPropertyName, OType iType, OClass iLinkedClass, boolean unsafe) OClassAbstractDelegate.createProperty(String iPropertyName, OType iType, OType iLinkedType) OClassAbstractDelegate.createProperty(String iPropertyName, OType iType, OType iLinkedType, boolean unsafe) OClassImpl.createProperty(String iPropertyName, OType iType) OClassImpl.createProperty(String iPropertyName, OType iType, OClass iLinkedClass) OClassImpl.createProperty(String iPropertyName, OType iType, OClass iLinkedClass, boolean unsafe) OClassImpl.createProperty(String iPropertyName, OType iType, OType iLinkedType) OClassImpl.createProperty(String iPropertyName, OType iType, OType iLinkedType, boolean unsafe) OImmutableClass.createProperty(String iPropertyName, OType iType) OImmutableClass.createProperty(String iPropertyName, OType iType, OClass iLinkedClass) OImmutableClass.createProperty(String iPropertyName, OType iType, OClass iLinkedClass, boolean unsafe) OImmutableClass.createProperty(String iPropertyName, OType iType, OType iLinkedType) OImmutableClass.createProperty(String iPropertyName, OType iType, OType iLinkedType, boolean unsafe) protected OGlobalPropertyOSchemaShared.findOrCreateGlobalProperty(String name, OType type) voidOClassImpl.fireDatabaseMigration(ODatabaseDocument database, String propertyName, OType type) voidOClassImpl.firePropertyNameMigration(ODatabaseDocument database, String propertyName, String newPropertyName, OType type) OImmutableProperty.setLinkedType(OType type) OProperty.setLinkedType(OType type) OPropertyAbstractDelegate.setLinkedType(OType type) OPropertyEmbedded.setLinkedType(OType linkedType) protected voidOPropertyEmbedded.setLinkedTypeInternal(OType iLinkedType) Change the type.protected voidOPropertyEmbedded.setTypeInternal(OType iType) Change the type.Constructors in com.orientechnologies.orient.core.metadata.schema with parameters of type OTypeModifierConstructorDescriptionOGlobalPropertyImpl(String name, OType type, Integer id) OIndexConfigProperty(String name, OType type, OType linkedType, OCollate collate, OPropertyMapIndexDefinition.INDEX_BY index_by) -
Uses of OType in com.orientechnologies.orient.core.record
Methods in com.orientechnologies.orient.core.record with parameters of type OTypeModifier and TypeMethodDescription<RET> RETReturns the value of a field forcing the return type.Sets the value for a field forcing the type.This is useful when you want avoid automatic conversions (for example record id to record) or need expressly a conversion between types.voidOElement.setProperty(String name, Object value, OType... fieldType) Sets a property value -
Uses of OType in com.orientechnologies.orient.core.record.impl
Fields in com.orientechnologies.orient.core.record.impl declared as OTypeMethods in com.orientechnologies.orient.core.record.impl that return OTypeModifier and TypeMethodDescriptionReturns the forced field type if any.Methods in com.orientechnologies.orient.core.record.impl with parameters of type OTypeModifier and TypeMethodDescriptionstatic <RET> RETODocumentHelper.convertField(ODocument iDocument, String iFieldName, OType type, Class<?> iFieldType, Object iValue) <RET> RETReads the field value forcing the return type.Writes the field value forcing the type.protected voidstatic voidODocumentInternal.rawField(ODocument oDocument, String iFieldName, Object iFieldValue, OType iFieldType) ODocument.setFieldType(String iFieldName, OType iFieldType) Sets the field type.voidODocument.setProperty(String iPropetyName, Object iPropertyValue, OType... iFieldType) SetsvoidOEdgeDelegate.setProperty(String name, Object value, OType... fieldType) voidOVertexDelegate.setProperty(String name, Object value, OType... fieldType) -
Uses of OType in com.orientechnologies.orient.core.serialization.serializer
Methods in com.orientechnologies.orient.core.serialization.serializer with parameters of type OTypeModifier and TypeMethodDescriptionstatic ObjectOStringSerializerHelper.fieldTypeFromStream(ODocument iDocument, OType iType, Object iValue) OJSONWriter.writeAttribute(int iIdentLevel, boolean iNewLine, String iName, Object iValue, String iFormat, OType valueType) static StringOJSONWriter.writeValue(Object iValue, String iFormat, int iIndentLevel, OType valueType) -
Uses of OType in com.orientechnologies.orient.core.serialization.serializer.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.binary with parameters of type OTypeModifier and TypeMethodDescription<T> OBinarySerializer<T> OBinarySerializerFactory.getObjectSerializer(OType type) Obtain OBinarySerializer realization for the OTypevoidOBinarySerializerFactory.registerSerializer(OBinarySerializer<?> iInstance, OType iType) -
Uses of OType in com.orientechnologies.orient.core.serialization.serializer.record.binary
Fields in com.orientechnologies.orient.core.serialization.serializer.record.binary declared as OTypeModifier and TypeFieldDescriptionHelperClasses.RecordInfo.fieldTypeHelperClasses.MapRecordInfo.keyTypefinal OTypeOBinaryField.typeORecordSerializationDebugProperty.typeMethods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return OTypeModifier and TypeMethodDescriptionprotected OTypeODocumentSerializerDelta.getFieldType(ODocumentEntry entry) protected OTypeORecordSerializerBinaryV0.getFieldType(ODocumentEntry entry) protected OTypeORecordSerializerBinaryV1.getFieldType(ODocumentEntry entry) static OTypeHelperClasses.getLinkedType(OClass clazz, OType type, String key) protected OTypeORecordSerializerBinaryV0.getLinkedType(ODocument document, OType type, String key) static OTypeHelperClasses.getTypeFromValueEmbedded(Object fieldValue) static OTypeODocumentSerializerDelta.readNullableType(BytesContainer bytes) static OTypeHelperClasses.readOType(BytesContainer bytes, boolean justRunThrough) protected OTypeORecordSerializerNetworkV0.readOType(BytesContainer bytes) protected OTypeORecordSerializerNetworkV37.readOType(BytesContainer bytes) static OTypeHelperClasses.readType(BytesContainer bytes) Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return types with arguments of type OTypeModifier and TypeMethodDescriptionORecordSerializerBinaryV0.getPointerAndTypeFromCurrentPosition(BytesContainer bytes) Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type OTypeModifier and TypeMethodDescriptionODocumentSerializer.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) ODocumentSerializerDelta.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) ORecordSerializerBinaryV0.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) protected ObjectORecordSerializerBinaryV0.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner, boolean embeddedAsDocument, int valueLengthInBytes, boolean justRunThrough, OImmutableSchema schema) ORecordSerializerBinaryV1.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) protected ObjectORecordSerializerBinaryV1.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner, boolean embeddedAsDocument, int valueLengthInBytes, boolean justRunThrough, OImmutableSchema schema) ORecordSerializerNetwork.deserializeValue(byte[] val, OType type) ORecordSerializerNetworkV0.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) ORecordSerializerNetworkV37.deserializeValue(byte[] val, OType type) ORecordSerializerNetworkV37.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) static OTypeHelperClasses.getLinkedType(OClass clazz, OType type, String key) protected OTypeORecordSerializerBinaryV0.getLinkedType(ODocument document, OType type, String key) booleanOBinaryComparator.isBinaryComparable(OType iType) Returns true if the type is binary comparablebooleanOBinaryComparatorV0.isBinaryComparable(OType iType) intODocumentSerializer.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OPropertyEncryption encryption, OSerializationContext ctx) voidODocumentSerializerDelta.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OSerializationContext ctx) intORecordSerializerBinaryV0.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OPropertyEncryption encryption, OSerializationContext ctx) intORecordSerializerBinaryV1.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OPropertyEncryption encryption, OSerializationContext ctx) byte[]ORecordSerializerNetwork.serializeValue(Object value, OType type, OSerializationContext ctx) intORecordSerializerNetworkV0.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OPropertyEncryption encryption, OSerializationContext ctx) voidORecordSerializerNetworkV37.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OSerializationContext ctx) byte[]ORecordSerializerNetworkV37.serializeValue(Object value, OType type, OSerializationContext ctx) protected intORecordSerializerBinaryV0.writeEmbeddedCollection(BytesContainer bytes, Collection<?> value, OType linkedType, OPropertyEncryption encryption) protected intORecordSerializerBinaryV1.writeEmbeddedCollection(BytesContainer bytes, Collection<?> value, OType linkedType, OPropertyEncryption encryption, OSerializationContext ctx) static voidODocumentSerializerDelta.writeNullableType(BytesContainer bytes, OType type) static voidHelperClasses.writeOType(BytesContainer bytes, int pos, OType type) static voidHelperClasses.writeType(BytesContainer bytes, OType type) Constructors in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type OTypeModifierConstructorDescriptionOBinaryField(String iName, OType iType, BytesContainer iBytes, OCollate iCollate) -
Uses of OType in com.orientechnologies.orient.core.serialization.serializer.record.string
Methods in com.orientechnologies.orient.core.serialization.serializer.record.string that return OTypeModifier and TypeMethodDescriptionstatic OTypeOFieldTypesString.getOTypeFromChar(char iCharType) static OTypeParses the field type char returning the closer type.static OTypeParses a string returning the closer type.Methods in com.orientechnologies.orient.core.serialization.serializer.record.string with parameters of type OTypeModifier and TypeMethodDescriptionstatic ObjectORecordSerializerStringAbstract.convertValue(String iValue, OType iExpectedType) ORecordSerializerCSVAbstract.embeddedCollectionFromStream(ODocument iDocument, OType iType, OClass iLinkedClass, OType iLinkedType, String iValue) ORecordSerializerCSVAbstract.embeddedCollectionToStream(ODatabase<?> iDatabase, StringBuilder iOutput, OClass iLinkedClass, OType iLinkedType, Object iValue, boolean iSaveOnlyDirty, boolean iSet) ORecordSerializerCSVAbstract.embeddedMapFromStream(ODocument iSourceDocument, OType iLinkedType, String iValue, String iName) voidORecordSerializerCSVAbstract.embeddedMapToStream(ODatabase<?> iDatabase, StringBuilder iOutput, OClass iLinkedClass, OType iLinkedType, Object iValue, boolean iSaveOnlyDirty) ORecordSerializerCSVAbstract.fieldFromStream(ORecord iSourceRecord, OType iType, OClass iLinkedClass, OType iLinkedType, String iName, String iValue) voidORecordSerializerCSVAbstract.fieldToStream(ODocument iRecord, StringBuilder iOutput, OType iType, OClass iLinkedClass, OType iLinkedType, String iName, Object iValue, boolean iSaveOnlyDirty) static ObjectORecordSerializerStringAbstract.fieldTypeFromStream(ODocument iDocument, OType iType, Object iValue) static voidORecordSerializerStringAbstract.fieldTypeToString(StringBuilder iBuffer, OType iType, Object iValue) protected booleanORecordSerializerCSVAbstract.isConvertToLinkedMap(Map<?, ?> map, OType linkedType) static ObjectORecordSerializerStringAbstract.simpleValueFromStream(Object iValue, OType iType) static voidORecordSerializerStringAbstract.simpleValueToStream(StringBuilder iBuffer, OType iType, Object iValue) -
Uses of OType in com.orientechnologies.orient.core.serialization.serializer.result.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.result.binary that return OTypeModifier and TypeMethodDescriptionprotected OTypeOResultSerializerNetwork.readOType(BytesContainer bytes) Methods in com.orientechnologies.orient.core.serialization.serializer.result.binary with parameters of type OTypeModifier and TypeMethodDescriptionOResultSerializerNetwork.deserializeValue(BytesContainer bytes, OType type) voidOResultSerializerNetwork.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType) -
Uses of OType in com.orientechnologies.orient.core.storage.index.hashindex.local
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local with parameters of type OTypeModifier and TypeMethodDescriptionvoidOHashTable.create(OAtomicOperation atomicOperation, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OType[] keyTypes, OEncryption encryption, OHashFunction<K> keyHashFunction, boolean nullKeyIsSupported) voidOHashTable.load(String name, OType[] keyTypes, boolean nullKeyIsSupported, OEncryption encryption, OHashFunction<K> keyHashFunction, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer) -
Uses of OType in com.orientechnologies.orient.core.storage.index.hashindex.local.v2
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local.v2 with parameters of type OTypeModifier and TypeMethodDescriptionvoidLocalHashTableV2.create(OAtomicOperation atomicOperation, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OType[] keyTypes, OEncryption encryption, OHashFunction<K> keyHashFunction, boolean nullKeyIsSupported) voidLocalHashTableV2.load(String name, OType[] keyTypes, boolean nullKeyIsSupported, OEncryption encryption, OHashFunction<K> keyHashFunction, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer) -
Uses of OType in com.orientechnologies.orient.core.storage.index.hashindex.local.v3
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local.v3 with parameters of type OTypeModifier and TypeMethodDescriptionvoidOLocalHashTableV3.create(OAtomicOperation atomicOperation, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OType[] keyTypes, OEncryption encryption, OHashFunction<K> keyHashFunction, boolean nullKeyIsSupported) voidOLocalHashTableV3.load(String name, OType[] keyTypes, boolean nullKeyIsSupported, OEncryption encryption, OHashFunction<K> keyHashFunction, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer) -
Uses of OType in com.orientechnologies.orient.core.storage.index.nkbtree.normalizers
Methods in com.orientechnologies.orient.core.storage.index.nkbtree.normalizers with parameters of type OTypeModifier and TypeMethodDescriptionbyte[]KeyNormalizer.normalize(OCompositeKey keys, OType[] keyTypes, int decompositon) -
Uses of OType in com.orientechnologies.orient.core.storage.index.sbtree.local
Methods in com.orientechnologies.orient.core.storage.index.sbtree.local with parameters of type OTypeModifier and TypeMethodDescriptionvoidOSBTree.create(OAtomicOperation atomicOperation, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OType[] keyTypes, int keySize, boolean nullPointerSupport, OEncryption encryption) voidOSBTree.load(String name, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OType[] keyTypes, int keySize, boolean nullPointerSupport, OEncryption encryption) -
Uses of OType in com.orientechnologies.orient.core.storage.index.sbtree.local.v1
Methods in com.orientechnologies.orient.core.storage.index.sbtree.local.v1 with parameters of type OTypeModifier and TypeMethodDescriptionvoidOSBTreeV1.create(OAtomicOperation atomicOperation, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OType[] keyTypes, int keySize, boolean nullPointerSupport, OEncryption encryption) voidOSBTreeV1.load(String name, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OType[] keyTypes, int keySize, boolean nullPointerSupport, OEncryption encryption) -
Uses of OType in com.orientechnologies.orient.core.storage.index.sbtree.local.v2
Methods in com.orientechnologies.orient.core.storage.index.sbtree.local.v2 with parameters of type OTypeModifier and TypeMethodDescriptionvoidOSBTreeV2.create(OAtomicOperation atomicOperation, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OType[] keyTypes, int keySize, boolean nullPointerSupport, OEncryption encryption) voidOSBTreeV2.load(String name, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OType[] keyTypes, int keySize, boolean nullPointerSupport, OEncryption encryption) -
Uses of OType in com.orientechnologies.orient.core.storage.index.sbtree.multivalue
Methods in com.orientechnologies.orient.core.storage.index.sbtree.multivalue with parameters of type OTypeModifier and TypeMethodDescriptionvoidOCellBTreeMultiValue.create(OBinarySerializer<K> keySerializer, OType[] keyTypes, int keySize, OEncryption encryption, OAtomicOperation atomicOperation) voidOCellBTreeMultiValue.load(String name, int keySize, OType[] keyTypes, OBinarySerializer<K> keySerializer, OEncryption encryption) -
Uses of OType in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2
Methods in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2 with parameters of type OTypeModifier and TypeMethodDescriptionvoidCellBTreeMultiValueV2.create(OBinarySerializer<K> keySerializer, OType[] keyTypes, int keySize, OEncryption encryption, OAtomicOperation atomicOperation) voidCellBTreeMultiValueV2.load(String name, int keySize, OType[] keyTypes, OBinarySerializer<K> keySerializer, OEncryption encryption) -
Uses of OType in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue
Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue with parameters of type OTypeModifier and TypeMethodDescriptionvoidOCellBTreeSingleValue.create(OAtomicOperation atomicOperation, OBinarySerializer<K> keySerializer, OType[] keyTypes, int keySize, OEncryption encryption) voidOCellBTreeSingleValue.load(String name, int keySize, OType[] keyTypes, OBinarySerializer<K> keySerializer, OEncryption encryption) -
Uses of OType in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1
Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1 with parameters of type OTypeModifier and TypeMethodDescriptionvoidCellBTreeSingleValueV1.create(OAtomicOperation atomicOperation, OBinarySerializer<K> keySerializer, OType[] keyTypes, int keySize, OEncryption encryption) voidCellBTreeSingleValueV1.load(String name, int keySize, OType[] keyTypes, OBinarySerializer<K> keySerializer, OEncryption encryption) -
Uses of OType in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3
Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3 with parameters of type OTypeModifier and TypeMethodDescriptionvoidCellBTreeSingleValueV3.create(OAtomicOperation atomicOperation, OBinarySerializer<K> keySerializer, OType[] keyTypes, int keySize, OEncryption encryption) voidCellBTreeSingleValueV3.load(String name, int keySize, OType[] keyTypes, OBinarySerializer<K> keySerializer, OEncryption encryption) -
Uses of OType in com.orientechnologies.orient.etl.extractor
Fields in com.orientechnologies.orient.etl.extractor with type parameters of type OType -
Uses of OType in com.orientechnologies.orient.jdbc
Methods in com.orientechnologies.orient.jdbc with parameters of type OTypeModifier and TypeMethodDescriptionstatic IntegerOrientJdbcResultSetMetaData.getSqlType(OType iType) -
Uses of OType in com.orientechnologies.orient.object.enhancement
Methods in com.orientechnologies.orient.object.enhancement that return OTypeModifier and TypeMethodDescriptionstatic OTypeOObjectEntitySerializer.getTypeByClass(Class<?> iClass, String fieldName) static OTypeOObjectEntitySerializer.getTypeByClass(Class<?> iClass, String fieldName, Field f) Methods in com.orientechnologies.orient.object.enhancement with parameters of type OTypeModifier and TypeMethodDescriptionprotected ObjectOObjectProxyMethodHandler.setDocFieldValue(String fieldName, Object value, OType type) static ObjectOObjectEntitySerializer.typeToStream(Object iFieldValue, OType iType, ODatabaseObject db, ODocument iRecord) -
Uses of OType in com.orientechnologies.orient.object.enhancement.field
Methods in com.orientechnologies.orient.object.enhancement.field that return OTypeModifier and TypeMethodDescriptionprotected OTypeODocumentSimpleFieldHandlingStrategy.deriveFieldType(ODocument iRecord, String fieldName, OType requestedFieldType) Derives the type of a field in a document.ODocumentFieldOTypeHandlingStrategy.getOType()ODocumentSingleRecordBytesOTypeHandlingStrategy.getOType()ODocumentSplitRecordBytesOTypeHandlingStrategy.getOType()Methods in com.orientechnologies.orient.object.enhancement.field with parameters of type OTypeModifier and TypeMethodDescriptionprotected OTypeODocumentSimpleFieldHandlingStrategy.deriveFieldType(ODocument iRecord, String fieldName, OType requestedFieldType) Derives the type of a field in a document.Retrieves a field from a documentODocumentSimpleFieldHandlingStrategy.load(ODocument iRecord, String fieldName, OType suggestedFieldType) ODocumentSmartFieldHandlingStrategy.load(ODocument iRecord, String fieldName, OType suggestedFieldType) ODocumentFieldHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue, OType suggestedFieldType) Stores an object in a documentODocumentSimpleFieldHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue, OType suggestedFieldType) ODocumentSmartFieldHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue, OType suggestedFieldType) Constructor parameters in com.orientechnologies.orient.object.enhancement.field with type arguments of type OTypeModifierConstructorDescriptionConstructor -
Uses of OType in com.orientechnologies.orient.object.metadata.schema
Methods in com.orientechnologies.orient.object.metadata.schema with parameters of type OTypeModifier and TypeMethodDescriptionOSessionSchemaObject.createGlobalProperty(String name, OType type, Integer id) protected static voidOSessionSchemaObject.generateLinkProperty(ODatabaseDocument database, OClass schema, String field, OType t, Class<?> linkedClazz) -
Uses of OType in com.orientechnologies.orient.server.distributed.impl.metadata
Methods in com.orientechnologies.orient.server.distributed.impl.metadata with parameters of type OTypeModifier and TypeMethodDescriptionOClassDistributed.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) OPropertyDistributed.setLinkedType(OType linkedType)