Skip navigation links
Data In Motion Consulting GmbH
C I M N O S T 

C

convertEMFValueToMongoDBValue(EDataType, Object) - Method in class org.gecko.emf.mongo.tests.converter.NPEConverter
 
ConverterIntegrationTest - Class in org.gecko.emf.mongo.tests
Integration tests for the complete EMF mongo setup
ConverterIntegrationTest() - Constructor for class org.gecko.emf.mongo.tests.ConverterIntegrationTest
 
convertMongoDBValueToEMFValue(EDataType, Object) - Method in class org.gecko.emf.mongo.tests.converter.NPEConverter
 

I

isConverterForType(EDataType) - Method in class org.gecko.emf.mongo.tests.converter.NPEConverter
 

M

main(String[]) - Static method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
 
MongoCodecTest - Class in org.gecko.emf.mongo.tests.codecs
 
MongoCodecTest() - Constructor for class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
 
MongoEnumIntegrationTest - Class in org.gecko.emf.mongo.tests
Integration tests for the complete EMF mongo setup
MongoEnumIntegrationTest() - Constructor for class org.gecko.emf.mongo.tests.MongoEnumIntegrationTest
 
MongoExtendedMetadataIntegrationTest - Class in org.gecko.emf.mongo.tests
Integration tests for the complete EMF mongo setup
MongoExtendedMetadataIntegrationTest() - Constructor for class org.gecko.emf.mongo.tests.MongoExtendedMetadataIntegrationTest
 
MongoIntegrationTest - Class in org.gecko.emf.mongo.tests
Integration tests for the complete EMF mongo setup
MongoIntegrationTest() - Constructor for class org.gecko.emf.mongo.tests.MongoIntegrationTest
 
MongoIteratorIntegrationTest - Class in org.gecko.emf.mongo.tests
Integration tests for the complete EMF mongo setup
MongoIteratorIntegrationTest() - Constructor for class org.gecko.emf.mongo.tests.MongoIteratorIntegrationTest
 
MongoPushStreamIntegrationTest - Class in org.gecko.emf.mongo.tests
Integration tests for the complete EMF mongo setup
MongoPushStreamIntegrationTest() - Constructor for class org.gecko.emf.mongo.tests.MongoPushStreamIntegrationTest
 
MongoSelfContainedIntegrationTest - Class in org.gecko.emf.mongo.tests
Integration tests for the complete EMF mongo setup
MongoSelfContainedIntegrationTest() - Constructor for class org.gecko.emf.mongo.tests.MongoSelfContainedIntegrationTest
 
MongoUtilsTest - Class in org.gecko.emf.mongo.tests
 
MongoUtilsTest() - Constructor for class org.gecko.emf.mongo.tests.MongoUtilsTest
 

N

NPEConverter - Class in org.gecko.emf.mongo.tests.converter
 
NPEConverter() - Constructor for class org.gecko.emf.mongo.tests.converter.NPEConverter
 

O

org.gecko.emf.mongo.tests - package org.gecko.emf.mongo.tests
 
org.gecko.emf.mongo.tests.codecs - package org.gecko.emf.mongo.tests.codecs
 
org.gecko.emf.mongo.tests.converter - package org.gecko.emf.mongo.tests.converter
 

S

setup() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
 
setup() - Method in class org.gecko.emf.mongo.tests.ConverterIntegrationTest
 
setup() - Method in class org.gecko.emf.mongo.tests.MongoEnumIntegrationTest
 
setup() - Method in class org.gecko.emf.mongo.tests.MongoExtendedMetadataIntegrationTest
 
setup() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
 
setup() - Method in class org.gecko.emf.mongo.tests.MongoIteratorIntegrationTest
 
setup() - Method in class org.gecko.emf.mongo.tests.MongoPushStreamIntegrationTest
 
setup() - Method in class org.gecko.emf.mongo.tests.MongoSelfContainedIntegrationTest
 
setUp() - Method in class org.gecko.emf.mongo.tests.MongoUtilsTest
 

T

teardown() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
 
tearDown() - Method in class org.gecko.emf.mongo.tests.ConverterIntegrationTest
 
tearDown() - Method in class org.gecko.emf.mongo.tests.MongoEnumIntegrationTest
 
tearDown() - Method in class org.gecko.emf.mongo.tests.MongoExtendedMetadataIntegrationTest
 
tearDown() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
 
tearDown() - Method in class org.gecko.emf.mongo.tests.MongoIteratorIntegrationTest
 
tearDown() - Method in class org.gecko.emf.mongo.tests.MongoPushStreamIntegrationTest
 
tearDown() - Method in class org.gecko.emf.mongo.tests.MongoSelfContainedIntegrationTest
 
tearDown() - Method in class org.gecko.emf.mongo.tests.MongoUtilsTest
 
testBigDecimalConverter() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
Test creation of object and returning results
testBigIntegerConverter() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
Test creation of object and returning results
testByteArrayConverter() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
Test creation of object and returning results
testCreateAndFindAndUpdateAndFindObjects_ContainmentMany() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
Test creation of objects and returning results.
testCreateAndFindObjects_CollectionPartitioning() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
Test creation of objects and returning results.
testCreateAndFindObjects_Containment() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects and returning results
testCreateAndFindObjects_ContainmentMany() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects and returning results
testCreateAndFindObjects_ContainmentMany() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
Test creation of many objects and returning results
testCreateAndFindObjects_ContainmentManyDetached() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
Test creation of many objects and returning results
testCreateAndFindObjects_ContainmentManyMore() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects and returning results size: 1000000 batch: 5000 performance: write 30 entries/ms read 60 entries/ms Insert of 1000000 persons with batchSize=5000 took 32366 ms Finding all persons with a size 1000000 took 2 ms Iterating over all persons and mapping with a batch size 5000 took 16782 ms size: 1000000 batch: 10000 performance: write 32 entries/ms read 64 entries/ms Insert of 1000000 persons with batchSize=10000 took 30612 ms Finding all persons with a size 1000000 took 1 ms Iterating over all persons and mapping with a batch size 10000 took 15498 ms size: 1000000 batch: 25000 performance: write 31 entries/ms read 64 entries/ms Insert of 1000000 persons with batchSize=25000 took 31480 ms Finding all persons with a size 1000000 took 2 ms Iterating over all persons and mapping with a batch size 25000 took 15592 ms
testCreateAndFindObjects_Maps() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects and returning results using modelled Maps
testCreateAndFindObjects_NonContainment() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects
testCreateAndFindObjectsIterator() - Method in class org.gecko.emf.mongo.tests.MongoIteratorIntegrationTest
Test creation of many objects and returning results as iterator
testCreateAndFindObjectsPushStream_Detached_MT() - Method in class org.gecko.emf.mongo.tests.MongoPushStreamIntegrationTest
Test creation of many objects and returning results as PushStream multithreaded
testCreateAndFindObjectsPushStream_Detached_ST() - Method in class org.gecko.emf.mongo.tests.MongoPushStreamIntegrationTest
Test creation of many objects and returning results as PushStream multithreaded
testCreateAndFindObjectsPushStream_Multithreaded() - Method in class org.gecko.emf.mongo.tests.MongoPushStreamIntegrationTest
Test creation of many objects and returning results as PushStream multithreaded
testCreateAndFindObjectsPushStream_SingleThreaded() - Method in class org.gecko.emf.mongo.tests.MongoPushStreamIntegrationTest
Test creation of many objects and returning results as PushStream multithreaded
testCreateAndFindWithoutOptionsMap() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects and returning results
testCreateAndUpdateContainmentSingle() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
Test creation of object and returning results as well as updating
testCreateContainmentSingle() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
Test creation of object and returning results
testCreateId() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
Test creation of object and returning results
testCreateObjects_Containment() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects
testCreateObjects_NonContainment() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects
testDefaultConverterService() - Method in class org.gecko.emf.mongo.tests.ConverterIntegrationTest
 
testDefaultConverterServiceRegistration_Fail() - Method in class org.gecko.emf.mongo.tests.ConverterIntegrationTest
 
testDefaultConverterServiceRegistrationNew() - Method in class org.gecko.emf.mongo.tests.ConverterIntegrationTest
 
testEClassUrisInContainmentsFalse() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects and returning results with checking that only eClassUris are written for Objects inhering from the referenced type
testEClassUrisInContainmentsFalseFailing() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects and returning results with checking that only eClassUris are written for Objects inhering from the referenced type
testEClassUrisInContainmentsFalseProxy() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects and returning results
testEClassUrisInContainmentsTrue() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects and returning results
testEClassUrisInContainmentsTrueProxy() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects and returning results
testEMFMongo() - Method in class org.gecko.emf.mongo.tests.MongoIntegrationTest
 
testEMFMongo() - Method in class org.gecko.emf.mongo.tests.MongoIteratorIntegrationTest
 
testEMFMongo() - Method in class org.gecko.emf.mongo.tests.MongoPushStreamIntegrationTest
 
testGetEStructuralFeatureByName() - Method in class org.gecko.emf.mongo.tests.MongoUtilsTest
Test method for org.gecko.emf.mongo.MongoUtils#getEStructuralFeatureByName(org.eclipse.emf.ecore.EClass, java.lang.String).
testGetNameByEStructuralFeature() - Method in class org.gecko.emf.mongo.tests.MongoUtilsTest
Test method for org.gecko.emf.mongo.MongoUtils#getEStructuralFeatureByName(org.eclipse.emf.ecore.EClass, java.lang.String).
testSaveEnumLiteral() - Method in class org.gecko.emf.mongo.tests.MongoEnumIntegrationTest
Test creation of object and returning results
testSaveEnumLiteralLoadName() - Method in class org.gecko.emf.mongo.tests.MongoEnumIntegrationTest
Test creation of object and returning results
testSaveEnumName_Default() - Method in class org.gecko.emf.mongo.tests.MongoEnumIntegrationTest
Test creation of object and returning results
testSaveEnumNameLoadLiteral() - Method in class org.gecko.emf.mongo.tests.MongoEnumIntegrationTest
Test creation of object and returning results
testSaveExtendedMetadataAttribute() - Method in class org.gecko.emf.mongo.tests.MongoExtendedMetadataIntegrationTest
Test creation of object and returning results
testSaveExtendedMetadataReference() - Method in class org.gecko.emf.mongo.tests.MongoExtendedMetadataIntegrationTest
Test creation of object and returning results
testSaveLoadNestedObjects() - Method in class org.gecko.emf.mongo.tests.MongoSelfContainedIntegrationTest
Test creation of object and returning results
testSaveNoExtendedMetadataAttribute() - Method in class org.gecko.emf.mongo.tests.MongoExtendedMetadataIntegrationTest
Test creation of object and returning results
testSaveNoExtendedMetadataReferences() - Method in class org.gecko.emf.mongo.tests.MongoExtendedMetadataIntegrationTest
Test creation of object and returning results
testTimestampInContainement() - Method in class org.gecko.emf.mongo.tests.codecs.MongoCodecTest
Test creation of objects and returning results
C I M N O S T 
Skip navigation links
Data In Motion Consulting

Data In Motion Consulting