File tree Expand file tree Collapse file tree
store/src/main/java/org/apache/rocketmq/store/logfile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,15 +220,15 @@ public interface MappedFile {
220220 /**
221221 * Destroys the file and delete it from the file system.
222222 *
223- * @param intervalForcibly If {@code true} then this method will destroy the file forcibly and ignore the reference
223+ * @param intervalForcibly The time interval in milliseconds after which any remaining references will be forcibly released during destroy
224224 * @return true if success; false otherwise.
225225 */
226226 boolean destroy (long intervalForcibly );
227227
228228 /**
229229 * Shutdowns the file and mark it unavailable.
230230 *
231- * @param intervalForcibly If {@code true} then this method will shutdown the file forcibly and ignore the reference
231+ * @param intervalForcibly The time interval in milliseconds after which any remaining references will be forcibly released during shutdown
232232 */
233233 void shutdown (long intervalForcibly );
234234
You can’t perform that action at this time.
0 commit comments