Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -811,10 +811,11 @@ private void compareDelFiles(List<CompactionDelPartition> delPartitions) {
/**
* Creates store files.
* @param basePath the path to create file
* @family the family name
* @qualifier the column qualifier
* @count the store file number
* @type the key type
* @param family the column family name
* @param qualifier the column qualifier assigned to data values
* @param count the store file number
* @param type the row key type
* @param date the latest timestamp when an instance of MobFileName is created
*/
private void createStoreFiles(Path basePath, String family, String qualifier, int count,
Type type, final Date date) throws IOException {
Expand Down