com.emc.mongoose.api.model.item.ItemFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-api-model Show documentation
Show all versions of mongoose-api-model Show documentation
Mongoose is a high-load storage performance testing tool
package com.emc.mongoose.api.model.item;
import java.io.Closeable;
import java.io.Serializable;
/**
Created by kurila on 14.07.16.
*/
public interface ItemFactory
extends Closeable, Serializable {
I getItem(final String name, final long id, final long size);
I getItem(final String line);
Class getItemClass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy