jnr.posix.RLimit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of driver-cql-shaded Show documentation
Show all versions of driver-cql-shaded Show documentation
A Shaded CQL ActivityType driver for http://nosqlbench.io/
package jnr.posix;
import jnr.ffi.*;
public abstract class RLimit extends Struct {
protected RLimit(jnr.ffi.Runtime runtime) {
super(runtime);
}
public abstract void init(long current, long max);
public abstract long rlimCur();
public abstract long rlimMax();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy