Uses of Interface
org.apache.curator.x.async.migrations.MigrationSet
-
Packages that use MigrationSet Package Description org.apache.curator.x.async.migrations -
-
Uses of MigrationSet in org.apache.curator.x.async.migrations
Methods in org.apache.curator.x.async.migrations that return MigrationSet Modifier and Type Method Description static MigrationSetMigrationSet. build(java.lang.String id, java.util.List<Migration> migrations)Methods in org.apache.curator.x.async.migrations with parameters of type MigrationSet Modifier and Type Method Description protected java.util.List<Migration>MigrationManager. filter(MigrationSet set, java.util.List<byte[]> operationHashesInOrder)Can be overridden to change how the comparison to previous migrations is done.java.util.concurrent.CompletionStage<java.lang.Void>MigrationManager. migrate(MigrationSet set)Process the given migration set
-