Interface PartitionMigrationPipeline.MigrationDataSender
- All Known Implementing Classes:
TcpMigrationDataSender
- Enclosing class:
PartitionMigrationPipeline
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Sends partition data to the target node. Returns true if the target
acknowledged receipt of all entries.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleansendPartitionData(String targetNode, int partitionId, Map<String, Map<String, PartitionMigrationPipeline.MigratedEntry>> mapEntries)
-
Method Details
-
sendPartitionData
-