Open chuigda opened 4 years ago
Just leave them as is, we will have plenty of time to refactor.
Can you briefly explain what situations PartitionData
will be used?
Can you briefly explain what situations
PartitionData
will be used?
In brief, a PartitionData
is all metadata kept in memory, which should be LOCKED and consequentially UPDATED by compaction/explosion.
As you shall see, the barrier between
Partition
andPartitionData
is blurred by a bunch of things. Shall we have several encapsulations inPartitionData
, or just letPartition
use its raw fields?