![JAR search and dependency download from the Maven repository](/logo.png)
org.opensearch.migrations.replay.traffic.source.BufferedFlowController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trafficReplayer Show documentation
Show all versions of trafficReplayer Show documentation
Everything opensearch migrations
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 - 2025 Weber Informatics LLC | Privacy Policy