com.instaclustr.cassandra.sidecar.operations.rebuild.RebuildModule 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.rebuild;
import com.google.inject.AbstractModule;
import static com.instaclustr.operations.OperationBindings.installOperationBindings;
public class RebuildModule extends AbstractModule {
@Override
protected void configure() {
installOperationBindings(binder(),
"rebuild",
RebuildOperationRequest.class,
RebuildOperation.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy