All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.nasa.pds.registry.common.connection.es.ResponseNotImplYet Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
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