Class InMemoryMigrationStrategy
- java.lang.Object
-
- org.drools.scenariosimulation.backend.util.InMemoryMigrationStrategy
-
- All Implemented Interfaces:
MigrationStrategy
public class InMemoryMigrationStrategy extends Object implements MigrationStrategy
-
-
Constructor Summary
Constructors Constructor Description InMemoryMigrationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowingConsumer<Document>from1_0to1_1()Method to obtain the migration function from 1.0 to 1.1ThrowingConsumer<Document>from1_1to1_2()Method to obtain the migration function from 1.1 to 1.2ThrowingConsumer<Document>from1_2to1_3()Method to obtain the migration function from 1.2 to 1.3ThrowingConsumer<Document>from1_3to1_4()Method to obtain the migration function from 1.3 to 1.4ThrowingConsumer<Document>from1_4to1_5()Method to obtain the migration function from 1.4 to 1.5ThrowingConsumer<Document>from1_5to1_6()Method to obtain the migration function from 1.5 to 1.6ThrowingConsumer<Document>from1_6to1_7()Method to obtain the migration function from 1.6 to 1.7ThrowingConsumer<Document>from1_7to1_8()Method to obtain the migration function from 1.7 to 1.8-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.scenariosimulation.backend.util.MigrationStrategy
end, start, updateVersion
-
-
-
-
Method Detail
-
from1_0to1_1
public ThrowingConsumer<Document> from1_0to1_1()
Description copied from interface:MigrationStrategyMethod to obtain the migration function from 1.0 to 1.1- Specified by:
from1_0to1_1in interfaceMigrationStrategy- Returns:
-
from1_1to1_2
public ThrowingConsumer<Document> from1_1to1_2()
Description copied from interface:MigrationStrategyMethod to obtain the migration function from 1.1 to 1.2- Specified by:
from1_1to1_2in interfaceMigrationStrategy- Returns:
-
from1_2to1_3
public ThrowingConsumer<Document> from1_2to1_3()
Description copied from interface:MigrationStrategyMethod to obtain the migration function from 1.2 to 1.3- Specified by:
from1_2to1_3in interfaceMigrationStrategy- Returns:
-
from1_3to1_4
public ThrowingConsumer<Document> from1_3to1_4()
Description copied from interface:MigrationStrategyMethod to obtain the migration function from 1.3 to 1.4- Specified by:
from1_3to1_4in interfaceMigrationStrategy- Returns:
-
from1_4to1_5
public ThrowingConsumer<Document> from1_4to1_5()
Description copied from interface:MigrationStrategyMethod to obtain the migration function from 1.4 to 1.5- Specified by:
from1_4to1_5in interfaceMigrationStrategy- Returns:
-
from1_5to1_6
public ThrowingConsumer<Document> from1_5to1_6()
Description copied from interface:MigrationStrategyMethod to obtain the migration function from 1.5 to 1.6- Specified by:
from1_5to1_6in interfaceMigrationStrategy- Returns:
-
from1_6to1_7
public ThrowingConsumer<Document> from1_6to1_7()
Description copied from interface:MigrationStrategyMethod to obtain the migration function from 1.6 to 1.7- Specified by:
from1_6to1_7in interfaceMigrationStrategy- Returns:
-
from1_7to1_8
public ThrowingConsumer<Document> from1_7to1_8()
Description copied from interface:MigrationStrategyMethod to obtain the migration function from 1.7 to 1.8- Specified by:
from1_7to1_8in interfaceMigrationStrategy- Returns:
-
-