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

com.github.segmentio.safeclient.flusher.IFlusher Maven / Gradle / Ivy

package com.github.segmentio.safeclient.flusher;

import java.util.List;

import com.github.segmentio.safeclient.BatchedOperation;

public interface IFlusher {
	
	public boolean canFlush();
	
	public  void flush (BatchedOperation operation, List batch);
	
	public void close();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy