Package org.apache.druid.server.http
Class CoordinatorRedirectInfo
- java.lang.Object
-
- org.apache.druid.server.http.CoordinatorRedirectInfo
-
- All Implemented Interfaces:
RedirectInfo
public class CoordinatorRedirectInfo extends Object implements RedirectInfo
-
-
Constructor Summary
Constructors Constructor Description CoordinatorRedirectInfo(DruidCoordinator coordinator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandoLocal(String requestURI)URLgetRedirectURL(String queryString, String requestURI)
-
-
-
Constructor Detail
-
CoordinatorRedirectInfo
@Inject public CoordinatorRedirectInfo(DruidCoordinator coordinator)
-
-
Method Detail
-
doLocal
public boolean doLocal(String requestURI)
- Specified by:
doLocalin interfaceRedirectInfo
-
getRedirectURL
public URL getRedirectURL(String queryString, String requestURI)
- Specified by:
getRedirectURLin interfaceRedirectInfo
-
-