com.emc.mongoose.common.collection.OptLockBuffer 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.collection;
import java.util.List;
import java.util.concurrent.locks.Lock;
/**
Created by andrey on 31.03.17.
*/
public interface OptLockBuffer
extends List, Lock {
void removeRange(int fromIndex, int toIndex);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy