public static interface PState.MigratedSchema extends PState.Schema
PState.migrated(java.lang.Object, java.lang.String, com.rpl.rama.ops.RamaFunction1<?, ?>)
Modifier and Type | Method and Description |
---|---|
PState.MigratedSchema |
addFixedKeys(java.lang.Object... ks)
Migration option to specify keys being added to a
fixedKeysSchema . |
PState.MigratedSchema |
migrateToSubindexed()
Migration option to specify a value is being changed to a subindexed structure.
|
PState.MigratedSchema |
removeFixedKeys(java.lang.Object... ks)
Migration option to specify keys being removed from a
fixedKeysSchema . |
subindexed, subindexed
PState.MigratedSchema addFixedKeys(java.lang.Object... ks)
fixedKeysSchema
.PState.MigratedSchema removeFixedKeys(java.lang.Object... ks)
fixedKeysSchema
.PState.MigratedSchema migrateToSubindexed()