com.emc.mongoose.api.common.supply.RangeDefinedSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-api-common Show documentation
Show all versions of mongoose-api-common Show documentation
Mongoose is a high-load storage performance testing tool
package com.emc.mongoose.api.common.supply;
/**
Created by kurila on 11.03.16.
*/
public interface RangeDefinedSupplier
extends BatchSupplier {
/**
* Special characters
*/
char[] RANGE_BRACKETS = {'[',']'};
char RANGE_DELIMITER = '-';
char[] SEED_BRACKETS = {'(', ')'};
T value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy