com.emc.mongoose.common.Constants 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;
import java.util.Locale;
/**
Created on 11.07.16.
*/
public interface Constants {
String DIR_CONFIG = "config";
String FNAME_CONFIG = "defaults.json";
String FNAME_LOG_CONFIG = "logging.json";
String KEY_STEP_NAME = "step.name";
String KEY_CLASS_NAME = "class.name";
int MIB = 0x10_00_00;
double K = 1e3;
double M = 1e6;
Locale LOCALE_DEFAULT = Locale.ROOT;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy