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