All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigdata.io.writecache.IBufferedWriter Maven / Gradle / Ivy

package com.bigdata.io.writecache;

import com.bigdata.rwstore.RWStore;

public interface IBufferedWriter {

	int getSlotSize(int data_len);

	RWStore.StoreCounters getStoreCounters();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy