- OAbstractDBMSImportStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
-
- OAbstractDBMSImportStrategy(String, String, String) - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
-
- OAbstractDBMSModelBuildingStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
-
- OAbstractDBMSModelBuildingStrategy() - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSModelBuildingStrategy
-
- OAggregatedJoinTableMapping - Class in com.orientechnologies.teleporter.configuration.api
-
- OAggregatedJoinTableMapping(String) - Constructor for class com.orientechnologies.teleporter.configuration.api.OAggregatedJoinTableMapping
-
- OAggregatorEdge - Class in com.orientechnologies.teleporter.mapper.rdbms
-
- OAggregatorEdge(String, String, OEdgeType) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.OAggregatorEdge
-
- OAttribute - Class in com.orientechnologies.teleporter.model.dbschema
-
It represents an attribute of an entity.
- OAttribute(String, int, String, OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OAttribute
-
- OCanonicalRelationship - Class in com.orientechnologies.teleporter.model.dbschema
-
It represents a canonical relationship between two entities (foreign and parent entity) based on
the importing of a single primary key (composite or not) through a foreign key.
- OCanonicalRelationship(OEntity, OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
-
- OCanonicalRelationship(OEntity, OEntity, OForeignKey, OPrimaryKey) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
-
- OCommonQueryBuilder - Class in com.orientechnologies.teleporter.importengine.rdbms.dbengine
-
Class implementing OQueryBuilder interface: the implemented methods are usable with every DBMS.
- OCommonQueryBuilder() - Constructor for class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OCommonQueryBuilder
-
- OConfiguration - Class in com.orientechnologies.teleporter.configuration.api
-
It collects all the information contained in the migrationConfigDoc submitted by the user.
- OConfiguration() - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguration
-
- OConfigurationHandler - Class in com.orientechnologies.teleporter.configuration
-
It handles the configuration of the Teleporter workflow.
- OConfigurationHandler(boolean) - Constructor for class com.orientechnologies.teleporter.configuration.OConfigurationHandler
-
- OConfiguredClass - Class in com.orientechnologies.teleporter.configuration.api
-
- OConfiguredClass(String, OConfiguration) - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
-
- OConfiguredEdgeClass - Class in com.orientechnologies.teleporter.configuration.api
-
- OConfiguredEdgeClass(String, OConfiguration) - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguredEdgeClass
-
- OConfiguredProperty - Class in com.orientechnologies.teleporter.configuration.api
-
- OConfiguredProperty(String) - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
-
- OConfiguredPropertyMapping - Class in com.orientechnologies.teleporter.configuration.api
-
- OConfiguredPropertyMapping(String) - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguredPropertyMapping
-
- OConfiguredVertexClass - Class in com.orientechnologies.teleporter.configuration.api
-
- OConfiguredVertexClass(String, OConfiguration) - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
-
- ODataBaseSchema - Class in com.orientechnologies.teleporter.model.dbschema
-
It represents the schema of a source DB with all its elements.
- ODataBaseSchema(int, int, int, int, String, String) - Constructor for class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
-
- ODataBaseSchema() - Constructor for class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
-
- ODataSourceQueryEngine - Interface in com.orientechnologies.teleporter.importengine
-
Interface that executes the necessary queries on the data source in order to import them.
- ODataSourceSchemaInfo - Interface in com.orientechnologies.teleporter.model
-
Interface that represents a generic data source schema with all its elements.
- ODataTypeHandlerFactory - Class in com.orientechnologies.teleporter.factory
-
Factory used to instantiate a specific DataTypeHandler according to the driver of the DBMS from
which the import is performed.
- ODataTypeHandlerFactory() - Constructor for class com.orientechnologies.teleporter.factory.ODataTypeHandlerFactory
-
- ODBMSDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
-
Generic Handler that executes generic type conversions to the OrientDB types.
- ODBMSDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.ODBMSDataTypeHandler
-
- ODBMSModelBuildingAggregationStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
-
- ODBMSModelBuildingAggregationStrategy() - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.ODBMSModelBuildingAggregationStrategy
-
- ODBMSNaiveAggregationStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
-
A strategy that performs a "naive" import of the data source.
- ODBMSNaiveAggregationStrategy(String, String, String) - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.ODBMSNaiveAggregationStrategy
-
- ODBMSNaiveStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
-
A strategy that performs a "naive" import of the data source.
- ODBMSNaiveStrategy(String, String, String) - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.ODBMSNaiveStrategy
-
- ODBMSSimpleModelBuildingStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
-
- ODBMSSimpleModelBuildingStrategy() - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.ODBMSSimpleModelBuildingStrategy
-
- ODBQueryEngine - Class in com.orientechnologies.teleporter.importengine.rdbms.dbengine
-
Implementation of ODataSourceQueryEngine.
- ODBQueryEngine(String) - Constructor for class com.orientechnologies.teleporter.importengine.rdbms.dbengine.ODBQueryEngine
-
- ODBSourceConnection - Class in com.orientechnologies.teleporter.persistence.util
-
Utility class to which connection with source DB is delegated.
- ODBSourceConnection() - Constructor for class com.orientechnologies.teleporter.persistence.util.ODBSourceConnection
-
- ODocumentComparator - Class in com.orientechnologies.teleporter.util
-
Created by gabriele on 05/10/16.
- ODocumentComparator() - Constructor for class com.orientechnologies.teleporter.util.ODocumentComparator
-
- ODriverConfigurator - Class in com.orientechnologies.teleporter.util
-
Executes an automatic migrationConfigDoc of the chosen driver JDBC.
- ODriverConfigurator() - Constructor for class com.orientechnologies.teleporter.util.ODriverConfigurator
-
- ODriverDataTypeHandler - Interface in com.orientechnologies.teleporter.persistence.handler
-
Interface that executes the right type conversions between DBMS and OrientDB types according to
the specific driver of the source DB.
- OEdgeMappingInformation - Class in com.orientechnologies.teleporter.configuration.api
-
- OEdgeMappingInformation(OConfiguredEdgeClass) - Constructor for class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
-
- OEdgeType - Class in com.orientechnologies.teleporter.model.graphmodel
-
It represents an Orient class of a specific type that extends the Orient Edge Class.
- OEdgeType(String) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
-
- OEdgeType(String, OVertexType, OVertexType) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
-
- OEdgeType(String, OVertexType, OVertexType, int, boolean) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
-
- OEEClassMapper - Class in com.orientechnologies.teleporter.mapper.rdbms.classmapper
-
This class is responsible to map 2 classes of objects: OEntity and OEdgeType.
- OEEClassMapper(OEntity, OEdgeType, Map<String, String>, Map<String, String>) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEEClassMapper
-
- OElementType - Class in com.orientechnologies.teleporter.model.graphmodel
-
It represents an Orient class.
- OElementType(String) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OElementType
-
- OEntity - Class in com.orientechnologies.teleporter.model.dbschema
-
It represents an entity of the source DB.
- OEntity(String, String, OSourceDatabaseInfo) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OEntity
-
- OEntityClassMapper - Class in com.orientechnologies.teleporter.mapper.rdbms.classmapper
-
This abstract class is extended by all the classes responsible to map 2 classes of objects where
one of them is an Entity.
- OEntityClassMapper(OEntity, Map<String, String>, Map<String, String>) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
-
- OER2GraphMapper - Class in com.orientechnologies.teleporter.mapper.rdbms
-
Implementation of OSource2GraphMapper that manages the source DB schema and the destination graph
model with their correspondences.
- OER2GraphMapper(OSourceDatabaseInfo, List<String>, List<String>, OConfiguration) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
-
- OEVClassMapper - Class in com.orientechnologies.teleporter.mapper.rdbms.classmapper
-
This class is responsible to map 2 classes of objects: OEntity and OVertexType.
- OEVClassMapper(OEntity, OVertexType, Map<String, String>, Map<String, String>) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEVClassMapper
-
- OFileManager - Class in com.orientechnologies.teleporter.util
-
- OFileManager() - Constructor for class com.orientechnologies.teleporter.util.OFileManager
-
- OForeignKey - Class in com.orientechnologies.teleporter.model.dbschema
-
It represents a foreign key for an entity.
- OForeignKey(OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OForeignKey
-
- OFunctionsHandler - Class in com.orientechnologies.teleporter.util
-
Static class which manages time's format offering different methods.
- OFunctionsHandler() - Constructor for class com.orientechnologies.teleporter.util.OFunctionsHandler
-
- OGraphCommands - Class in com.orientechnologies.teleporter.util
-
Collects several commands executable on a OrientDb database.
- OGraphCommands() - Constructor for class com.orientechnologies.teleporter.util.OGraphCommands
-
- OGraphEngineForDB - Class in com.orientechnologies.teleporter.importengine.rdbms.graphengine
-
Executes the necessary operations of insert and upsert for the destination Orient DB populating.
- OGraphEngineForDB(OER2GraphMapper, ODBMSDataTypeHandler) - Constructor for class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
-
- OGraphModel - Class in com.orientechnologies.teleporter.model.graphmodel
-
It represents the model of the destination GraphDB.
- OGraphModel() - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
-
- OGraphModelWriter - Class in com.orientechnologies.teleporter.writer
-
Writer that has the responsibility to write the model of the destination Orient Graph on OrientDB
as an OrientDB Schema.
- OGraphModelWriter() - Constructor for class com.orientechnologies.teleporter.writer.OGraphModelWriter
-
- OGraphModelWriter(OConfiguration) - Constructor for class com.orientechnologies.teleporter.writer.OGraphModelWriter
-
- OHibernate2GraphMapper - Class in com.orientechnologies.teleporter.mapper.rdbms
-
Extends OER2GraphMapper thus manages the source DB schema and the destination graph model with
their correspondences.
- OHibernate2GraphMapper(OSourceDatabaseInfo, String, List<String>, List<String>, OConfiguration) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.OHibernate2GraphMapper
-
- OHierarchicalBag - Class in com.orientechnologies.teleporter.model.dbschema
-
It represents a hierarchical tree of entities.
- OHierarchicalBag() - Constructor for class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
-
- OHierarchicalBag(String) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
-
- OHSQLDBDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
-
Handler that executes type conversions from HSQLDB DBMS to the OrientDB types.
- OHSQLDBDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.OHSQLDBDataTypeHandler
-
- OJavaConventionNameResolver - Class in com.orientechnologies.teleporter.nameresolver
-
Implementation of ONameResolver that performs name transformations on the elements of the data
source according to the Java convention.
- OJavaConventionNameResolver() - Constructor for class com.orientechnologies.teleporter.nameresolver.OJavaConventionNameResolver
-
- OKey - Class in com.orientechnologies.teleporter.model.dbschema
-
It represents a generic key of the source DB.
- OKey() - Constructor for class com.orientechnologies.teleporter.model.dbschema.OKey
-
- OKey(OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OKey
-
- OLogicalRelationship - Class in com.orientechnologies.teleporter.model.dbschema
-
It represents a logical relationship between two entities, as to say 2 set of columns belonging
to 2 different entities on which is possible to perform a join operation.
- OLogicalRelationship(OEntity, OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OLogicalRelationship
-
- OLogicalRelationship(OEntity, OEntity, List<OAttribute>, List<OAttribute>) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OLogicalRelationship
-
- OMapperFactory - Class in com.orientechnologies.teleporter.factory
-
Factory used to instantiate the chosen 'Mapper' which will be adopted for the source schema
building.
- OMapperFactory() - Constructor for class com.orientechnologies.teleporter.factory.OMapperFactory
-
- OMigrationConfigManager - Class in com.orientechnologies.teleporter.util
-
- OMigrationConfigManager() - Constructor for class com.orientechnologies.teleporter.util.OMigrationConfigManager
-
- OModelProperty - Class in com.orientechnologies.teleporter.model.graphmodel
-
Class which holds all the attributes of a vertex property obtained from the transformation of an
attribute belonging to an entity of the source DB schema.
- OModelProperty(String, int, String, boolean, OElementType) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
-
- OModelProperty(String, int, String, String, boolean, OElementType, boolean, boolean, boolean) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
-
- OMySQLDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
-
Handler that executes type conversions from MySQL DBMS to the OrientDB types.
- OMySQLDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.OMySQLDataTypeHandler
-
- OMysqlQueryBuilder - Class in com.orientechnologies.teleporter.importengine.rdbms.dbengine
-
Query Builder for MySQL DBMS.
- OMysqlQueryBuilder() - Constructor for class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OMysqlQueryBuilder
-
- ONameResolver - Interface in com.orientechnologies.teleporter.nameresolver
-
Interface that performs name transformations on the elements of the data source according to a
specific convention.
- ONameResolverFactory - Class in com.orientechnologies.teleporter.factory
-
Factory used to instantiate a specific NameResolver starting from its name.
- ONameResolverFactory() - Constructor for class com.orientechnologies.teleporter.factory.ONameResolverFactory
-
- onEnd(OTeleporterJob) - Method in interface com.orientechnologies.teleporter.http.handler.OTeleporterListener
-
- OOracleDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
-
Handler that executes type conversions from Oracle DBMS to the OrientDB types.
- OOracleDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.OOracleDataTypeHandler
-
- OOriginalConventionNameResolver - Class in com.orientechnologies.teleporter.nameresolver
-
Implementation of ONameResolver that maintains the original name convention.
- OOriginalConventionNameResolver() - Constructor for class com.orientechnologies.teleporter.nameresolver.OOriginalConventionNameResolver
-
- OPostgreSQLDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
-
Handler that executes type conversions from PostgreSQL DBMS to the OrientDB types.
- OPostgreSQLDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.OPostgreSQLDataTypeHandler
-
- OPostgreSQLQueryBuilder - Class in com.orientechnologies.teleporter.importengine.rdbms.dbengine
-
Query Builder for PostgreSQL DBMS.
- OPostgreSQLQueryBuilder() - Constructor for class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OPostgreSQLQueryBuilder
-
- OPrimaryKey - Class in com.orientechnologies.teleporter.model.dbschema
-
It represents a primary key for an entity.
- OPrimaryKey(OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OPrimaryKey
-
- OProgressMonitor - Class in com.orientechnologies.teleporter.ui
-
Listener class of ODrakkarStatistics which updates and visualizes a progress monitor.
- OProgressMonitor() - Constructor for class com.orientechnologies.teleporter.ui.OProgressMonitor
-
initialize progress bar properties.
- OQueryBuilder - Interface in com.orientechnologies.teleporter.importengine.rdbms.dbengine
-
Interface representing the query builder used by the DB Query Engine, hiding specific
implementation for each DBMS.
- OQueryBuilderFactory - Class in com.orientechnologies.teleporter.factory
-
- OQueryBuilderFactory() - Constructor for class com.orientechnologies.teleporter.factory.OQueryBuilderFactory
-
- OQueryResult - Class in com.orientechnologies.teleporter.persistence.util
-
Encapsulates the query results with the correspondent statement and connection.
- OQueryResult(Connection, Statement, ResultSet) - Constructor for class com.orientechnologies.teleporter.persistence.util.OQueryResult
-
- ORelationship - Class in com.orientechnologies.teleporter.model.dbschema
-
It represents the relationship between two entities.
- ORelationship() - Constructor for class com.orientechnologies.teleporter.model.dbschema.ORelationship
-
- orientAddedEdges - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
-
- orientAddedVertices - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
-
- orientSchemaWritingProgress() - Method in class com.orientechnologies.teleporter.context.OTeleporterStatistics
-
- orientUpdatedVertices - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
-
- OServerCommandTeleporter - Class in com.orientechnologies.teleporter.http
-
Created by Enrico Risa on 26/11/15.
- OServerCommandTeleporter() - Constructor for class com.orientechnologies.teleporter.http.OServerCommandTeleporter
-
- OSource2GraphMapper - Class in com.orientechnologies.teleporter.mapper
-
Interface that manages the data source schema and the destination graph model with their
correspondences.
- OSource2GraphMapper() - Constructor for class com.orientechnologies.teleporter.mapper.OSource2GraphMapper
-
- OSourceDatabaseInfo - Class in com.orientechnologies.teleporter.model.dbschema
-
Represents a source database with all its related info for accessing it.
- OSourceDatabaseInfo(String, String, String, String, String) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
-
- OSourceDatabaseInfo(String, String, String, String, String, List<String>) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
-
- OSourceInfo - Interface in com.orientechnologies.teleporter.model
-
Represents a source with all its related info for accessing it.
- OSourceTable - Class in com.orientechnologies.teleporter.configuration.api
-
- OSourceTable(String, OVertexMappingInformation) - Constructor for class com.orientechnologies.teleporter.configuration.api.OSourceTable
-
- OSplittingEdgeInformation - Class in com.orientechnologies.teleporter.configuration.api
-
- OSplittingEdgeInformation(String, String, String) - Constructor for class com.orientechnologies.teleporter.configuration.api.OSplittingEdgeInformation
-
- OSQLServerDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
-
Handler that executes type conversions from SQLServer DBMS to the OrientDB types.
- OSQLServerDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.OSQLServerDataTypeHandler
-
- OStatisticsListener - Interface in com.orientechnologies.teleporter.ui
-
Listener interface of ODrakkarStatistics.
- OStrategyFactory - Class in com.orientechnologies.teleporter.factory
-
Factory used to instantiate the chosen strategy for the importing phase starting from its name.
- OStrategyFactory() - Constructor for class com.orientechnologies.teleporter.factory.OStrategyFactory
-
- OTeleporter - Class in com.orientechnologies.teleporter.main
-
Main Class where the importing process starts.
- OTeleporter() - Constructor for class com.orientechnologies.teleporter.main.OTeleporter
-
- OTeleporter.OrientDBVersion - Enum in com.orientechnologies.teleporter.main
-
- OTeleporterContext - Class in com.orientechnologies.teleporter.context
-
Context class for Drakkar execution.
- OTeleporterContext(OrientDB) - Constructor for class com.orientechnologies.teleporter.context.OTeleporterContext
-
- OTeleporterContext(String) - Constructor for class com.orientechnologies.teleporter.context.OTeleporterContext
-
- OTeleporterHandler - Class in com.orientechnologies.teleporter.http.handler
-
Created by Enrico Risa on 27/11/15.
- OTeleporterHandler() - Constructor for class com.orientechnologies.teleporter.http.handler.OTeleporterHandler
-
- OTeleporterIOException - Exception in com.orientechnologies.teleporter.exception
-
It represents an IO Exception in Teleporter.
- OTeleporterIOException() - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterIOException
-
- OTeleporterIOException(String) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterIOException
-
- OTeleporterIOException(String, Throwable) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterIOException
-
- OTeleporterIOException(Throwable) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterIOException
-
- OTeleporterJob - Class in com.orientechnologies.teleporter.http.handler
-
Created by Enrico Risa on 27/11/15.
- OTeleporterJob(ODocument, OServer, OTeleporterListener) - Constructor for class com.orientechnologies.teleporter.http.handler.OTeleporterJob
-
- OTeleporterJob.Status - Enum in com.orientechnologies.teleporter.http.handler
-
- OTeleporterListener - Interface in com.orientechnologies.teleporter.http.handler
-
Created by Enrico Risa on 27/11/15.
- OTeleporterMessageHandler - Class in com.orientechnologies.teleporter.context
-
Implementation of OPluginMessageHandler for Teleporter plugin.
- OTeleporterMessageHandler(PrintStream, int) - Constructor for class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
-
- OTeleporterMessageHandler(int) - Constructor for class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
-
- OTeleporterMessageHandler(OOutputStreamManager) - Constructor for class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
-
- OTeleporterRuntimeException - Exception in com.orientechnologies.teleporter.exception
-
It represents a Runtime Exception in Teleporter.
- OTeleporterRuntimeException() - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterRuntimeException
-
- OTeleporterRuntimeException(String) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterRuntimeException
-
- OTeleporterRuntimeException(String, Throwable) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterRuntimeException
-
- OTeleporterRuntimeException(Throwable) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterRuntimeException
-
- OTeleporterStatistics - Class in com.orientechnologies.teleporter.context
-
Collects and updates statistics about the Drakkar execution state.
- OTeleporterStatistics() - Constructor for class com.orientechnologies.teleporter.context.OTeleporterStatistics
-
- OVertexMappingInformation - Class in com.orientechnologies.teleporter.configuration.api
-
- OVertexMappingInformation(OConfiguredVertexClass) - Constructor for class com.orientechnologies.teleporter.configuration.api.OVertexMappingInformation
-
- OVertexType - Class in com.orientechnologies.teleporter.model.graphmodel
-
It represents an Orient class of a specific type that extends the Orient Vertex Class.
- OVertexType(String) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OVertexType
-
- OWorkflowStrategy - Interface in com.orientechnologies.teleporter.strategy
-
Interface that represents a specific approach of data importing.