
com.bazaarvoice.emodb.table.db.Placements Maven / Gradle / Ivy
package com.bazaarvoice.emodb.table.db;
import java.util.Collection;
import java.util.Optional;
public interface Placements {
Collection getValidPlacements();
/** Returns the name of the database/cassandra cluster in the current region that hosts this placement, if any. */
Optional getLocalCluster(String placement);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy