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

kr.jm.metric.config.input.InputConfigInterface Maven / Gradle / Ivy

There is a newer version: 0.2.7.3
Show newest version
package kr.jm.metric.config.input;

import kr.jm.metric.config.PropertiesConfigInterface;
import kr.jm.metric.input.InputInterface;

public interface InputConfigInterface extends PropertiesConfigInterface {

    Integer getBulkSize();

    Long getFlushIntervalMillis();

    Long getWaitingMillis();

    Integer getMaxBufferCapacity();

    String getInputId();

    ChunkType getChunkType();

    InputConfigType getInputConfigType();

     O buildInput();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy