Class VeniceParentControllerRegionStateHandler

java.lang.Object
com.linkedin.venice.controller.server.VeniceParentControllerRegionStateHandler
All Implemented Interfaces:
spark.Route

public class VeniceParentControllerRegionStateHandler extends Object implements spark.Route
Handler for checking the state of the region of the parent controller to handle requests in its region.
  • Field Details

    • ACTIVE_CHECK_FAILURE_WARN_MESSAGE_PREFIX

      public static final String ACTIVE_CHECK_FAILURE_WARN_MESSAGE_PREFIX
      See Also:
  • Constructor Details

    • VeniceParentControllerRegionStateHandler

      public VeniceParentControllerRegionStateHandler(Admin admin, spark.Route route)
  • Method Details

    • handle

      public Object handle(spark.Request request, spark.Response response) throws Exception
      Specified by:
      handle in interface spark.Route
      Throws:
      Exception