com.instaclustr.icarus.operations.cleanup.CleanupsModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icarus Show documentation
Show all versions of icarus Show documentation
Sidecar for Apache Cassandra
package com.instaclustr.icarus.operations.cleanup;
import com.google.inject.AbstractModule;
import static com.instaclustr.operations.OperationBindings.installOperationBindings;
public class CleanupsModule extends AbstractModule {
@Override
protected void configure() {
installOperationBindings(binder(),
"cleanup",
CleanupOperationRequest.class,
CleanupOperation.class);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy