com.emc.mongoose.api.model.item.Item 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.Externalizable;
/**
Created by kurila on 11.07.16.
*/
public interface Item
extends Externalizable {
String getName();
void setName(final String name);
void reset();
String toString(final String itemPath);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy