Package | Description |
---|---|
org.apache.solr.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
org.apache.solr.client.solrj.response |
Convenience classes for dealing with various types of Solr responses.
|
Modifier and Type | Method and Description |
---|---|
RequestStatusState |
CollectionAdminRequest.RequestStatusResponse.getRequestStatus() |
RequestStatusState |
CollectionAdminRequest.AsyncCollectionAdminRequest.processAndWait(SolrClient client,
long timeoutSeconds)
Send this request to a Solr server, and wait (up to a timeout) for the request to
complete or fail
|
RequestStatusState |
CollectionAdminRequest.AsyncCollectionAdminRequest.processAndWait(String asyncId,
SolrClient client,
long timeoutSeconds)
Send this request to a Solr server, and wait (up to a timeout) for the request to
complete or fail
|
RequestStatusState |
CollectionAdminRequest.RequestStatus.waitFor(SolrClient client,
long timeoutSeconds)
Wait until the asynchronous request is either completed or failed, up to a timeout
|
Modifier and Type | Method and Description |
---|---|
static RequestStatusState |
RequestStatusState.fromKey(String key)
Resolves a key that was returned from
getKey() to a RequestStatusState . |
static RequestStatusState |
RequestStatusState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestStatusState[] |
RequestStatusState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.