public class InMemoryMigrationStrategy extends Object implements MigrationStrategy
| Constructor and Description |
|---|
InMemoryMigrationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
ThrowingConsumer<Document> |
from1_0to1_1()
Method to obtain the migration function from 1.0 to 1.1
|
ThrowingConsumer<Document> |
from1_1to1_2()
Method to obtain the migration function from 1.1 to 1.2
|
ThrowingConsumer<Document> |
from1_2to1_3()
Method to obtain the migration function from 1.2 to 1.3
|
ThrowingConsumer<Document> |
from1_3to1_4()
Method to obtain the migration function from 1.3 to 1.4
|
ThrowingConsumer<Document> |
from1_4to1_5()
Method to obtain the migration function from 1.4 to 1.5
|
ThrowingConsumer<Document> |
from1_5to1_6()
Method to obtain the migration function from 1.5 to 1.6
|
ThrowingConsumer<Document> |
from1_6to1_7()
Method to obtain the migration function from 1.6 to 1.7
|
ThrowingConsumer<Document> |
from1_7to1_8()
Method to obtain the migration function from 1.7 to 1.8
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitend, start, updateVersionpublic ThrowingConsumer<Document> from1_0to1_1()
MigrationStrategyfrom1_0to1_1 in interface MigrationStrategypublic ThrowingConsumer<Document> from1_1to1_2()
MigrationStrategyfrom1_1to1_2 in interface MigrationStrategypublic ThrowingConsumer<Document> from1_2to1_3()
MigrationStrategyfrom1_2to1_3 in interface MigrationStrategypublic ThrowingConsumer<Document> from1_3to1_4()
MigrationStrategyfrom1_3to1_4 in interface MigrationStrategypublic ThrowingConsumer<Document> from1_4to1_5()
MigrationStrategyfrom1_4to1_5 in interface MigrationStrategypublic ThrowingConsumer<Document> from1_5to1_6()
MigrationStrategyfrom1_5to1_6 in interface MigrationStrategypublic ThrowingConsumer<Document> from1_6to1_7()
MigrationStrategyfrom1_6to1_7 in interface MigrationStrategypublic ThrowingConsumer<Document> from1_7to1_8()
MigrationStrategyfrom1_7to1_8 in interface MigrationStrategyCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.