Serialized Form
-
Package org.apache.solr.client.solrj.cloud
-
Class org.apache.solr.client.solrj.cloud.AlreadyExistsException extends Exception implements Serializable
-
Serialized Fields
-
id
String id
-
-
-
Class org.apache.solr.client.solrj.cloud.BadVersionException extends Exception implements Serializable
-
Serialized Fields
-
path
String path
-
requested
int requested
-
-
-
Class org.apache.solr.client.solrj.cloud.NotEmptyException extends Exception implements Serializable
-
Serialized Fields
-
path
String path
-
-
-
-
Package org.apache.solr.client.solrj.impl
-
Class org.apache.solr.client.solrj.impl.BaseHttpSolrClient extends org.apache.solr.client.solrj.SolrClient implements Serializable
-
Class org.apache.solr.client.solrj.impl.BaseHttpSolrClient.RemoteExecutionException extends org.apache.solr.client.solrj.impl.BaseHttpSolrClient.RemoteSolrException implements Serializable
-
Serialized Fields
-
meta
org.apache.solr.common.util.NamedList<?> meta
-
-
-
Class org.apache.solr.client.solrj.impl.BaseHttpSolrClient.RemoteSolrException extends org.apache.solr.common.SolrException implements Serializable
-
Class org.apache.solr.client.solrj.impl.CloudHttp2SolrClient extends org.apache.solr.client.solrj.impl.CloudSolrClient implements Serializable
-
Serialized Fields
-
clientIsInternal
boolean clientIsInternal
-
lbClient
org.apache.solr.client.solrj.impl.LBHttp2SolrClient lbClient
-
myClient
org.apache.solr.client.solrj.impl.Http2SolrClient myClient
-
stateProvider
org.apache.solr.client.solrj.impl.ClusterStateProvider stateProvider
-
-
-
Class org.apache.solr.client.solrj.impl.CloudLegacySolrClient extends org.apache.solr.client.solrj.impl.CloudSolrClient implements Serializable
-
Serialized Fields
-
clientIsInternal
boolean clientIsInternal
Deprecated. -
lbClient
org.apache.solr.client.solrj.impl.LBHttpSolrClient lbClient
Deprecated. -
myClient
org.apache.http.client.HttpClient myClient
Deprecated. -
shutdownLBHttpSolrServer
boolean shutdownLBHttpSolrServer
Deprecated. -
stateProvider
org.apache.solr.client.solrj.impl.ClusterStateProvider stateProvider
Deprecated.
-
-
-
Class org.apache.solr.client.solrj.impl.CloudSolrClient extends org.apache.solr.client.solrj.SolrClient implements Serializable
-
Serialized Fields
-
collectionStateCache
org.apache.solr.client.solrj.impl.CloudSolrClient.StateCache collectionStateCache
-
directUpdatesToLeadersOnly
boolean directUpdatesToLeadersOnly
-
locks
Object[] locks
-
parallelUpdates
boolean parallelUpdates
-
rand
Random rand
-
requestRLTGenerator
org.apache.solr.client.solrj.routing.RequestReplicaListTransformerGenerator requestRLTGenerator
-
retryExpiryTimeNano
long retryExpiryTimeNano
-
threadPool
ExecutorService threadPool
-
updatesToLeaders
boolean updatesToLeaders
-
-
-
Class org.apache.solr.client.solrj.impl.CloudSolrClient.RouteException extends org.apache.solr.common.SolrException implements Serializable
-
Class org.apache.solr.client.solrj.impl.CloudSolrClient.RouteResponse extends org.apache.solr.common.util.NamedList<Object> implements Serializable
-
Class org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient extends org.apache.solr.client.solrj.SolrClient implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
basePath
String basePath
-
client
org.apache.solr.client.solrj.impl.Http2SolrClient client
-
closed
boolean closed
-
lock
CountDownLatch lock
-
pollQueueTimeMillis
long pollQueueTimeMillis
-
queue
org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient.CustomBlockingQueue<org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient.Update> queue
-
runners
Queue<org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient.Runner> runners
-
scheduler
ExecutorService scheduler
-
shutdownClient
boolean shutdownClient
-
shutdownExecutor
boolean shutdownExecutor
-
stallTimeMillis
long stallTimeMillis
-
streamDeletes
boolean streamDeletes
-
threadCount
int threadCount
-
-
Class org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient extends org.apache.solr.client.solrj.SolrClient implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockLoops
AtomicInteger blockLoops
Deprecated. -
client
org.apache.solr.client.solrj.impl.HttpSolrClient client
Deprecated. -
closed
boolean closed
Deprecated. -
connectionTimeout
int connectionTimeout
Deprecated. -
emptyQueueLoops
AtomicInteger emptyQueueLoops
Deprecated. -
internalHttpClient
boolean internalHttpClient
Deprecated. -
lock
CountDownLatch lock
Deprecated. -
pollExits
AtomicInteger pollExits
Deprecated. -
pollInterrupts
AtomicInteger pollInterrupts
Deprecated. -
pollQueueTimeMillis
int pollQueueTimeMillis
Deprecated. -
queue
BlockingQueue<org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient.Update> queue
Deprecated. -
runners
Queue<org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient.Runner> runners
Deprecated. -
scheduler
ExecutorService scheduler
Deprecated. -
shutdownExecutor
boolean shutdownExecutor
Deprecated. -
soTimeout
int soTimeout
Deprecated. -
stallTimeMillis
int stallTimeMillis
Deprecated. -
streamDeletes
boolean streamDeletes
Deprecated. -
threadCount
int threadCount
Deprecated.
-
-
Class org.apache.solr.client.solrj.impl.DelegationTokenHttpSolrClient extends org.apache.solr.client.solrj.impl.HttpSolrClient implements Serializable
-
Class org.apache.solr.client.solrj.impl.Http2SolrClient extends org.apache.solr.client.solrj.impl.HttpSolrClientBase implements Serializable
-
Serialized Fields
-
asyncTracker
org.apache.solr.client.solrj.impl.Http2SolrClient.AsyncTracker asyncTracker
-
authenticationStore
org.apache.solr.client.solrj.impl.AuthenticationStoreHolder authenticationStore
-
closeClient
boolean closeClient
-
executor
ExecutorService executor
-
httpClient
org.eclipse.jetty.client.HttpClient httpClient
-
listenerFactory
List<org.apache.solr.client.solrj.impl.HttpListenerFactory> listenerFactory
-
scanner
org.eclipse.jetty.util.ssl.KeyStoreScanner scanner
-
shutdownExecutor
boolean shutdownExecutor
-
-
-
Class org.apache.solr.client.solrj.impl.HttpJdkSolrClient extends org.apache.solr.client.solrj.impl.HttpSolrClientBase implements Serializable
-
Serialized Fields
-
executor
ExecutorService executor
-
forceHttp11
boolean forceHttp11
-
headRequested
boolean headRequested
-
headSucceeded
boolean headSucceeded
-
httpClient
HttpClient httpClient
-
shutdownExecutor
boolean shutdownExecutor
-
-
-
Class org.apache.solr.client.solrj.impl.HttpSolrClient extends org.apache.solr.client.solrj.impl.BaseHttpSolrClient implements Serializable
- serialVersionUID:
- -946812319974801896L
-
Serialized Fields
-
baseUrl
String baseUrl
Deprecated. -
connectionTimeout
int connectionTimeout
Deprecated. -
followRedirects
Boolean followRedirects
Deprecated. -
httpClient
org.apache.http.client.HttpClient httpClient
Deprecated. -
internalClient
boolean internalClient
Deprecated. -
invariantParams
org.apache.solr.common.params.ModifiableSolrParams invariantParams
Deprecated. -
parser
org.apache.solr.client.solrj.ResponseParser parser
Deprecated. -
requestWriter
org.apache.solr.client.solrj.request.RequestWriter requestWriter
Deprecated. -
soTimeout
int soTimeout
Deprecated. -
urlParamNames
Set<String> urlParamNames
Deprecated. -
useMultiPartPost
boolean useMultiPartPost
Deprecated.
-
-
Class org.apache.solr.client.solrj.impl.HttpSolrClientBase extends org.apache.solr.client.solrj.SolrClient implements Serializable
-
Serialized Fields
-
basicAuthAuthorizationStr
String basicAuthAuthorizationStr
-
defaultParserMimeTypes
Set<String> defaultParserMimeTypes
-
idleTimeoutMillis
long idleTimeoutMillis
-
parser
org.apache.solr.client.solrj.ResponseParser parser
-
requestTimeoutMillis
long requestTimeoutMillis
-
requestWriter
org.apache.solr.client.solrj.request.RequestWriter requestWriter
-
serverBaseUrl
String serverBaseUrl
-
urlParamNames
Set<String> urlParamNames
-
-
-
Class org.apache.solr.client.solrj.impl.LBHttp2SolrClient extends org.apache.solr.client.solrj.impl.LBSolrClient implements Serializable
-
Serialized Fields
-
solrClient
org.apache.solr.client.solrj.impl.Http2SolrClient solrClient
-
-
-
Class org.apache.solr.client.solrj.impl.LBHttpSolrClient extends org.apache.solr.client.solrj.impl.LBSolrClient implements Serializable
-
Serialized Fields
-
clientIsInternal
boolean clientIsInternal
Deprecated. -
connectionTimeoutMillis
int connectionTimeoutMillis
Deprecated. -
httpClient
org.apache.http.client.HttpClient httpClient
Deprecated. -
httpSolrClientBuilder
org.apache.solr.client.solrj.impl.HttpSolrClient.Builder httpSolrClientBuilder
Deprecated. -
soTimeoutMillis
int soTimeoutMillis
Deprecated. -
urlParamNames
Set<String> urlParamNames
Deprecated. -
urlToClient
ConcurrentHashMap<String,org.apache.solr.client.solrj.impl.HttpSolrClient> urlToClient
Deprecated.
-
-
-
Class org.apache.solr.client.solrj.impl.LBSolrClient extends org.apache.solr.client.solrj.SolrClient implements Serializable
-
Serialized Fields
-
aliveCheckExecutor
ScheduledExecutorService aliveCheckExecutor
-
aliveCheckIntervalMillis
long aliveCheckIntervalMillis
-
aliveServerList
org.apache.solr.client.solrj.impl.LBSolrClient.ServerWrapper[] aliveServerList
-
aliveServers
Map<String,org.apache.solr.client.solrj.impl.LBSolrClient.ServerWrapper> aliveServers
-
counter
AtomicInteger counter
-
parser
org.apache.solr.client.solrj.ResponseParser parser
-
requestWriter
org.apache.solr.client.solrj.request.RequestWriter requestWriter
-
zombieServers
Map<String,org.apache.solr.client.solrj.impl.LBSolrClient.ServerWrapper> zombieServers
-
-
-
-
Package org.apache.solr.common
-
Class org.apache.solr.common.AlreadyClosedException extends IllegalStateException implements Serializable
-
Class org.apache.solr.common.EnumFieldValue extends Object implements Serializable
-
Class org.apache.solr.common.LinkedHashMapWriter extends LinkedHashMap<String,V extends Object> implements Serializable
-
Class org.apache.solr.common.NonExistentCoreException extends org.apache.solr.common.SolrException implements Serializable
-
Class org.apache.solr.common.SolrDocument extends org.apache.solr.common.SolrDocumentBase<Object,org.apache.solr.common.SolrDocument> implements Serializable
-
Class org.apache.solr.common.SolrDocumentBase extends Object implements Serializable
-
Class org.apache.solr.common.SolrDocumentList extends ArrayList<org.apache.solr.common.SolrDocument> implements Serializable
-
Class org.apache.solr.common.SolrException extends RuntimeException implements Serializable
-
Class org.apache.solr.common.SolrInputDocument extends org.apache.solr.common.SolrDocumentBase<org.apache.solr.common.SolrInputField,org.apache.solr.common.SolrInputDocument> implements Serializable
-
Class org.apache.solr.common.SolrInputField extends Object implements Serializable
-
-
Package org.apache.solr.common.cloud
-
Class org.apache.solr.common.cloud.PerReplicaStatesOps.PrsZkNodeNotFoundException extends org.apache.solr.common.SolrException implements Serializable
-
Class org.apache.solr.common.cloud.ZooKeeperException extends org.apache.solr.common.SolrException implements Serializable
-