See: Description
| Interface | Description | 
|---|---|
| Cache<K,V> | |
| ContentStream | |
| ExecutorUtil.InheritableThreadLocalProvider | Any class which wants to carry forward the threadlocal values to the threads run
 by threadpools must implement this interface and the implementation should be
 registered here | 
| JavaBinCodec.ObjectResolver | |
| JavaBinCodec.WritableDocFields | |
| JsonRecordReader.Handler | Implement this interface to stream records as and when one is found. | 
| RetryUtil.RetryCmd | 
| Class | Description | 
|---|---|
| Base64 | Static methods for translating Base64 encoded strings to byte arrays
 and vice-versa. | 
| ByteUtils | |
| ContentStreamBase | Three concrete implementations for ContentStream - one for File/URL/String | 
| ContentStreamBase.ByteArrayStream | Construct a  ContentStreamfrom aFile | 
| ContentStreamBase.FileStream | Construct a  ContentStreamfrom aFile | 
| ContentStreamBase.StringStream | Construct a  ContentStreamfrom aString | 
| ContentStreamBase.URLStream | Construct a  ContentStreamfrom aURLThis uses aURLConnectionto get the content stream | 
| DataInputInputStream | An abstract DataInput that extends InputStream | 
| DateUtil | This class has some code from HttpClient DateUtil. | 
| ExecutorUtil | |
| ExecutorUtil.MDCAwareThreadPoolExecutor | |
| FastInputStream | Single threaded buffered InputStream
  Internal Solr use only, subject to change. | 
| FastOutputStream | Single threaded buffered OutputStream
  Internal Solr use only, subject to change. | 
| Hash | Fast, well distributed, cross-platform hash functions. | 
| Hash.LongPair | 128 bits of state | 
| IOUtils | |
| IteratorChain<E> | Deprecated This class is no longer used by Solr, and may be removed in future versions | 
| JavaBinCodec | The class is designed to optimaly serialize/deserialize any supported types in Solr response. | 
| JavaBinCodec.StringBytes | |
| JavaBinCodec.StringCache | |
| JsonRecordReader | A Streaming parser for json to emit one record at a time. | 
| NamedList<T> | A simple container class for modeling an ordered list of name/value pairs. | 
| NamedList.NamedListEntry<T> | Helper class implementing Map.Entry<String, T> to store the key-value
 relationship in NamedList (the keys of which are String-s) | 
| ObjectReleaseTracker | |
| Pair<K,V> | |
| RetryUtil | |
| SimpleOrderedMap<T> | SimpleOrderedMapis aNamedListwhere access by key is more
 important than maintaining order when it comes to representing the
 held data in other forms, as ResponseWriters normally do. | 
| SolrjNamedThreadFactory | |
| StrUtils | |
| URLUtil | |
| Utils | |
| XML | |
| XMLErrorLogger | 
| Annotation Type | Description | 
|---|---|
| SuppressForbidden | Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field. | 
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.