com.emc.mongoose.storage.driver.pravega.PravegaConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-storage-driver-pravega Show documentation
Show all versions of mongoose-storage-driver-pravega Show documentation
Mongoose is a high-load storage performance testing tool
package com.emc.mongoose.storage.driver.pravega;
public interface PravegaConstants {
String DRIVER_NAME = "pravega";
int MAX_BACKOFF_MILLIS = 5_000;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy