public abstract class DelegationTokenRequest<Q extends DelegationTokenRequest<Q,R>,R extends DelegationTokenResponse> extends SolrRequest<R>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DelegationTokenRequest.Cancel |
static class |
DelegationTokenRequest.Get |
static class |
DelegationTokenRequest.Renew |
SolrRequest.METHOD| 限定符和类型 | 字段和说明 |
|---|---|
protected static String |
OP_KEY |
protected static String |
TOKEN_KEY |
SUPPORTED_METHODS, useBinaryV2, usev2| 构造器和说明 |
|---|
DelegationTokenRequest(SolrRequest.METHOD m) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract R |
createResponse(SolrClient client)
Create a new SolrResponse to hold the response from the server
|
protected abstract Q |
getThis() |
addHeader, getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getContentWriter, getHeaders, getMethod, getParams, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, getUserPrincipal, process, process, setBasePath, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2public DelegationTokenRequest(SolrRequest.METHOD m)
protected abstract Q getThis()
protected abstract R createResponse(SolrClient client)
SolrRequestcreateResponse 在类中 SolrRequest<R extends DelegationTokenResponse>client - the SolrClient the request will be sent toCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.