Interface PartitionMigrationManager.OwnershipTableCommitter

Enclosing class:
PartitionMigrationManager
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PartitionMigrationManager.OwnershipTableCommitter
Atomically commits a full partition ownership table.

Production nodes wire this to the Raft state machine so migration cutover is one committed table update, not a sequence of per-slot local mutations. Unit tests may install a deterministic committer that applies the supplied table directly.

Since:
1.0