public class OTeleporterStatistics extends Object
Modifier and Type | Field and Description |
---|---|
int |
analyzedRecords |
int |
builtEntities |
int |
builtModelEdgeTypes |
int |
builtModelVertexTypes |
int |
builtRelationships |
int |
doneLeftVerticesCurrentLogicalRelationship |
int |
doneLogicalRelationships |
int |
entitiesAnalyzedForRelationship |
Set<String> |
errorMessages |
int |
leftVerticesCurrentLogicalRelationship |
int |
orientAddedEdges |
int |
orientAddedVertices |
int |
orientUpdatedVertices |
int |
runningStepNumber |
Date |
startWork1Time |
Date |
startWork2Time |
Date |
startWork3Time |
Date |
startWork4Time |
Date |
startWork5Time |
int |
totalNumberOfEdgeTypes |
int |
totalNumberOfEntities |
int |
totalNumberOfIndices |
int |
totalNumberOfLogicalRelationships |
int |
totalNumberOfModelEdges |
int |
totalNumberOfModelVertices |
int |
totalNumberOfRecords |
int |
totalNumberOfRelationships |
int |
totalNumberOfVertexTypes |
Set<String> |
warningMessages |
int |
wroteEdgeType |
int |
wroteIndexes |
int |
wroteVertexType |
Constructor and Description |
---|
OTeleporterStatistics() |
Modifier and Type | Method and Description |
---|---|
String |
graphModelBuildingProgress() |
String |
importingProgress() |
void |
notifyListeners() |
String |
orientSchemaWritingProgress() |
void |
registerListener(OStatisticsListener listener) |
void |
reset() |
String |
sourceDbSchemaBuildingProgress() |
String |
toString() |
public volatile int runningStepNumber
public volatile int totalNumberOfEntities
public volatile int builtEntities
public volatile int entitiesAnalyzedForRelationship
public volatile int builtRelationships
public volatile int totalNumberOfRelationships
public volatile Date startWork1Time
public volatile int totalNumberOfModelVertices
public volatile int builtModelVertexTypes
public volatile int totalNumberOfModelEdges
public volatile int builtModelEdgeTypes
public volatile Date startWork2Time
public volatile int totalNumberOfVertexTypes
public volatile int wroteVertexType
public volatile int totalNumberOfEdgeTypes
public volatile int wroteEdgeType
public volatile int totalNumberOfIndices
public volatile int wroteIndexes
public volatile Date startWork3Time
public volatile int totalNumberOfRecords
public volatile int analyzedRecords
public volatile int orientAddedVertices
public volatile int orientUpdatedVertices
public volatile int orientAddedEdges
public volatile Date startWork4Time
public volatile int totalNumberOfLogicalRelationships
public volatile int doneLogicalRelationships
public volatile int leftVerticesCurrentLogicalRelationship
public volatile int doneLeftVerticesCurrentLogicalRelationship
public volatile Date startWork5Time
public void reset()
public void registerListener(OStatisticsListener listener)
public void notifyListeners()
public String sourceDbSchemaBuildingProgress()
public String graphModelBuildingProgress()
public String orientSchemaWritingProgress()
public String importingProgress()
Copyright © 2015–2020 OrientDB. All rights reserved.