Uses of Interface
org.apache.curator.x.async.migrations.Migration
-
Packages that use Migration Package Description org.apache.curator.x.async.migrations -
-
Uses of Migration in org.apache.curator.x.async.migrations
Methods in org.apache.curator.x.async.migrations that return types with arguments of type Migration 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.List<Migration>MigrationSet. migrations()Method parameters in org.apache.curator.x.async.migrations with type arguments of type Migration Modifier and Type Method Description static MigrationSetMigrationSet. build(java.lang.String id, java.util.List<Migration> migrations)
-