Skip to content
Closed
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 @@ -38,6 +38,7 @@ public interface Bucketer<T> extends Serializable {
/**
* Returns the {@link Path} of a bucket file.
*
* @param clock The current system time in milliseconds.
* @param basePath The base path containing all the buckets.
* @param element The current element being processed.
*
Expand Down