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

org.opensearch.migrations.replay.traffic.source.BufferedFlowController Maven / Gradle / Ivy

There is a newer version: 0.2.0.4
Show newest version
package org.opensearch.migrations.replay.traffic.source;

import java.time.Duration;
import java.time.Instant;

public interface BufferedFlowController {
    void stopReadsPast(Instant pointInTime);

    Duration getBufferTimeWindow();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy