com.bazaarvoice.emodb.event.db.astyanax.SlabAllocation Maven / Gradle / Ivy
package com.bazaarvoice.emodb.event.db.astyanax;
import java.nio.ByteBuffer;
public interface SlabAllocation {
ByteBuffer getSlabId();
int getOffset();
int getLength();
void release();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy