gov.nasa.pds.registry.common.connection.es.ResponseNotImplYet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of registry-common Show documentation
Show all versions of registry-common Show documentation
Common code used by Harvest and Registry Manager.
package gov.nasa.pds.registry.common.connection.es;
import gov.nasa.pds.registry.common.Response;
class ResponseNotImplYet implements Response.CreatedIndex {
@Override
public boolean acknowledge() {
throw new RuntimeException("This method needs to be implemented for old style SDK");
}
@Override
public boolean acknowledgeShards() {
throw new RuntimeException("This method needs to be implemented for old style SDK");
}
@Override
public String getIndex() {
throw new RuntimeException("This method needs to be implemented for old style SDK");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy