com.emc.mongoose.common.concurrent.SvcTask Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-common Show documentation
Show all versions of mongoose-common Show documentation
Mongoose is a high-load storage performance testing tool
The newest version!
package com.emc.mongoose.common.concurrent;
import java.io.Closeable;
/**
Created by andrey on 19.04.17.
*/
public interface SvcTask
extends Closeable, Runnable {
int TIMEOUT_MILLIS = 250;
boolean isClosed();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy