com.bazaarvoice.emodb.event.db.astyanax.SlabAllocator Maven / Gradle / Ivy
package com.bazaarvoice.emodb.event.db.astyanax;
import com.google.common.collect.PeekingIterator;
public interface SlabAllocator {
SlabAllocation allocate(String channel, int desiredCount, PeekingIterator eventSizes);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy