com.emc.mongoose.storage.mock.api.DataItemMock Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-storage-mock Show documentation
Show all versions of mongoose-storage-mock Show documentation
Mongoose is a high-load storage performance testing tool
The newest version!
package com.emc.mongoose.storage.mock.api;
import com.emc.mongoose.model.item.DataItem;
/**
Created on 19.07.16.
*/
public interface DataItemMock
extends DataItem {
void update(final long offset, final long size);
void append(final long size);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy