| Name | Description | Type | Package | Framework | JavaDoc |
| AbstractInterruptibleChannel | Base implementation class for interruptible channels. | Class | java.nio.channels.spi | Java SE | javadoc |
| AbstractSelectableChannel | Base implementation class for selectable channels. | Class | java.nio.channels.spi | Java SE | javadoc |
| AbstractSelector | Base implementation class for selectors. | Class | java.nio.channels.spi | Java SE | javadoc |
| AsynchronousFileChannel | An asynchronous channel for reading, writing, and manipulating a file. | Class | java.nio.channels | Java SE | javadoc |
| AsynchronousServerSocketChannel | An asynchronous channel for stream-oriented listening sockets. | Class | java.nio.channels | Java SE | javadoc |
| AsynchronousSocketChannel | An asynchronous channel for stream-oriented connecting sockets. | Class | java.nio.channels | Java SE | javadoc |
| AudioInputStream | An audio input stream is an input stream with a specified audio format and length. | Class | javax.sound.sampled | Java SE | javadoc |
| BufferedInputStream | A BufferedInputStream adds functionality to another input stream-namely, | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.BufferedInputStream |
| BufferedOutputStream | The class implements a buffered output stream. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.BufferedOutputStream |
| BufferedReader | Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.BufferedReader |
| BufferedWriter | Writes text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.BufferedWriter |
| ByteArrayInputStream | A ByteArrayInputStream contains an internal buffer that contains bytes that | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.ByteArrayInputStream |
| ByteArrayOutputStream | This class implements an output stream in which the data is written into a byte array. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.ByteArrayOutputStream |
| CharArrayReader | This class implements a character buffer that can be used as a character-input stream. | Class | java.io | Java SE | javadoc |
| CharArrayWriter | This class implements a character buffer that can be used as an Writer. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.CharArrayWriter |
| CheckedInputStream | An input stream that also maintains a checksum of the data being read. | Class | java.util.zip | Java SE | javadoc |
| CheckedOutputStream | An output stream that also maintains a checksum of the data being written. | Class | java.util.zip | Java SE | javadoc |
| CipherInputStream | A CipherInputStream is composed of an InputStream and a Cipher so that read() methods return data that are read in from the | Class | javax.crypto | Java SE | javadoc |
| CipherOutputStream | A CipherOutputStream is composed of an OutputStream and a Cipher so that write() methods first process the data before writing them out | Class | javax.crypto | Java SE | javadoc |
| DatagramChannel | A selectable channel for datagram-oriented sockets. | Class | java.nio.channels | Java SE | javadoc |
| DatagramSocket | This class represents a socket for sending and receiving datagram packets. | Class | java.net | Java SE | javadoc |
| DataInputStream | A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.DataInputStream |
| DataOutputStream | A data output stream lets an application write primitive Java data types to an output stream in a portable way. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.DataOutputStream |
| DeflaterInputStream | compression format. | Class | java.util.zip | Java SE | javadoc |
|
| DeflaterOutputStream | This class implements an output stream filter for compressing data in the deflate compression format. | Class | java.util.zip | Java SE | javadoc |
Check Code Snippets / Samples for java.util.zip.DeflaterOutputStream |
| DigestInputStream | A transparent stream that updates the associated message digest using the bits going through the stream. | Class | java.security | Java SE | javadoc |
Check Code Snippets / Samples for java.security.DigestInputStream |
| DigestOutputStream | A transparent stream that updates the associated message digest using the bits going through the stream. | Class | java.security | Java SE | javadoc |
Check Code Snippets / Samples for java.security.DigestOutputStream |
| FileCacheImageInputStream | An implementation of ImageInputStream that gets its input from a regular InputStream. | Class | javax.imageio.stream | Java SE | javadoc |
| FileCacheImageOutputStream | An implementation of ImageOutputStream that writes its output to a regular OutputStream. | Class | javax.imageio.stream | Java SE | javadoc |
| FileChannel | A channel for reading, writing, mapping, and manipulating a file. | Class | java.nio.channels | Java SE | javadoc |
Check Code Snippets / Samples for java.nio.channels.FileChannel |
| FileImageInputStream | An implementation of ImageInputStream that gets its input from a File or RandomAccessFile. | Class | javax.imageio.stream | Java SE | javadoc |
| FileImageOutputStream | An implementation of ImageOutputStream that writes its output directly to a File or | Class | javax.imageio.stream | Java SE | javadoc |
| FileInputStream | A FileInputStream obtains input bytes from a file in a file system. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.FileInputStream |
| FileLock | A token representing a lock on a region of a file. | Class | java.nio.channels | Java SE | javadoc |
Check Code Snippets / Samples for java.nio.channels.FileLock |
| FileOutputStream | A file output stream is an output stream for writing data to a File or to a FileDescriptor. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.FileOutputStream |
| FileReader | Convenience class for reading character files. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.FileReader |
| FileSystem | Provides an interface to a file system and is the factory for objects to access files and other objects in the file system. | Class | java.nio.file | Java SE | javadoc |
Check Code Snippets / Samples for java.nio.file.FileSystem |
| FileWriter | Convenience class for writing character files. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.FileWriter |
| FilterInputStream | A FilterInputStream contains some other input stream, which it uses as | Class | java.io | Java SE | javadoc |
| FilterOutputStream | This class is the superclass of all classes that filter output streams. | Class | java.io | Java SE | javadoc |
| FilterReader | Abstract class for reading filtered character streams. | Class | java.io | Java SE | javadoc |
| FilterWriter | Abstract class for writing filtered character streams. | Class | java.io | Java SE | javadoc |
| Formatter | An interpreter for printf-style format strings. | Class | java.util | Java SE | javadoc |
| ForwardingJavaFileManager | Forwards calls to a given file manager. | Class | javax.tools | Java SE | javadoc |
| GZIPInputStream | This class implements a stream filter for reading compressed data in the GZIP file format. | Class | java.util.zip | Java SE | javadoc |
Check Code Snippets / Samples for java.util.zip.GZIPInputStream |
| GZIPOutputStream | This class implements a stream filter for writing compressed data in the GZIP file format. | Class | java.util.zip | Java SE | javadoc |
| ImageInputStreamImpl | An abstract class implementing the ImageInputStream interface. | Class | javax.imageio.stream | Java SE | javadoc |
| ImageOutputStreamImpl | An abstract class implementing the ImageOutputStream interface. | Class | javax.imageio.stream | Java SE | javadoc |
| InflaterInputStream | This class implements a stream filter for uncompressing data in the deflate compression format. | Class | java.util.zip | Java SE | javadoc |
|
| InflaterOutputStream | deflate compression format. | Class | java.util.zip | Java SE | javadoc |
| InputStream | This abstract class is the superclass of all classes representing an input stream of bytes. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.InputStream |
| InputStream | InputStream provides for the reading of all of the mapped IDL types from the stream. | Class | org.omg.CORBA_2_3.portable | Java SE | javadoc |
| InputStream | InputStream is the Java API for reading IDL types from CDR marshal streams. | Class | org.omg.CORBA.portable | Java SE | javadoc |
| InputStreamReader | An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified charset. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.InputStreamReader |
| JarFile | The JarFile class is used to read the contents of a jar file from any file that can be opened with java. | Class | java.util.jar | Java SE | javadoc |
| JarInputStream | The JarInputStream class is used to read the contents of a JAR file from any input stream. | Class | java.util.jar | Java SE | javadoc |
Check Code Snippets / Samples for java.util.jar.JarInputStream |
| JarOutputStream | The JarOutputStream class is used to write the contents of a JAR file to any output stream. | Class | java.util.jar | Java SE | javadoc |
Check Code Snippets / Samples for java.util.jar.JarOutputStream |
| LineNumberInputStream | This class is an input stream filter that provides the added functionality of keeping track of the current line number. | Class | java.io | Java SE | javadoc |
| LineNumberReader | A buffered character-input stream that keeps track of line numbers. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.LineNumberReader |
| LogStream | LogStream provides a mechanism for logging errors that are of possible interest to those monitoring a system. | Class | java.rmi.server | Java SE | javadoc |
| MemoryCacheImageInputStream | An implementation of ImageInputStream that gets its input from a regular InputStream. | Class | javax.imageio.stream | Java SE | javadoc |
| MemoryCacheImageOutputStream | An implementation of ImageOutputStream that writes its output to a regular OutputStream. | Class | javax.imageio.stream | Java SE | javadoc |
| MLet | Allows you to instantiate and register one or several MBeans in the MBean server coming from a remote URL. | Class | javax.management.loading | Java SE | javadoc |
| MulticastSocket | The multicast datagram socket class is useful for sending and receiving IP multicast packets. | Class | java.net | Java SE | javadoc |
| ObjectInputStream | An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.ObjectInputStream |
| ObjectOutputStream | An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.ObjectOutputStream |
| OutputStream | This abstract class is the superclass of all classes representing an output stream of bytes. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.OutputStream |
| OutputStream | OutputStream provides interface for writing of all of the mapped IDL type to the stream. | Class | org.omg.CORBA_2_3.portable | Java SE | javadoc |
| OutputStream | OuputStream is the Java API for writing IDL types to CDR marshal streams. | Class | org.omg.CORBA.portable | Java SE | javadoc |
| OutputStreamWriter | An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.OutputStreamWriter |
| Pipe.SinkChannel | A channel representing the writable end of a Pipe. | Class | java.nio.channels.Pipe | Java SE | javadoc |
| Pipe.SourceChannel | A channel representing the readable end of a Pipe. | Class | java.nio.channels.Pipe | Java SE | javadoc |
| PipedInputStream | A piped input stream should be connected to a piped output stream; the piped input | Class | java.io | Java SE | javadoc |
| PipedOutputStream | A piped output stream can be connected to a piped input stream to create a communications pipe. | Class | java.io | Java SE | javadoc |
|
| PipedReader | Piped character-input streams. | Class | java.io | Java SE | javadoc |
| PipedWriter | Piped character-output streams. | Class | java.io | Java SE | javadoc |
| PrintStream | A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.PrintStream |
| PrintWriter | Prints formatted representations of objects to a text-output stream. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.PrintWriter |
| PrivateMLet | An MLet that is not added to the ClassLoaderRepository. | Class | javax.management.loading | Java SE | javadoc |
| ProgressMonitorInputStream | Monitors the progress of reading from some InputStream. | Class | javax.swing | Java SE | javadoc |
| PushbackInputStream | A PushbackInputStream adds functionality to another input stream, namely | Class | java.io | Java SE | javadoc |
| PushbackReader | | Class | java.io | Java SE | javadoc |
| RandomAccessFile | Instances of this class support both reading and writing to a random access file. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.RandomAccessFile |
| Reader | Abstract class for reading character streams. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.Reader |
| RMIConnectionImpl | code will not usually reference this class. | Class | javax.management.remote.rmi | Java SE | javadoc |
| RMIConnector | A connection to a remote RMI connector. | Class | javax.management.remote.rmi | Java SE | javadoc |
| RMIIIOPServerImpl | An RMIServerImpl that is exported through IIOP and that creates client connections as RMI objects exported through IIOP. | Class | javax.management.remote.rmi | Java SE | javadoc |
| RMIJRMPServerImpl | An RMIServer object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP. | Class | javax.management.remote.rmi | Java SE | javadoc |
| RMIServerImpl | An RMI object representing a connector server. | Class | javax.management.remote.rmi | Java SE | javadoc |
| Scanner | A simple text scanner which can parse primitive types and strings using regular expressions. | Class | java.util | Java SE | javadoc |
Check Code Snippets / Samples for java.util.Scanner |
| SelectableChannel | A channel that can be multiplexed via a Selector. | Class | java.nio.channels | Java SE | javadoc |
| Selector | A multiplexor of SelectableChannel objects. | Class | java.nio.channels | Java SE | javadoc |
| SequenceInputStream | A SequenceInputStream represents the logical concatenation of other input | Class | java.io | Java SE | javadoc |
| ServerSocket | This class implements server sockets. | Class | java.net | Java SE | javadoc |
| ServerSocketChannel | A selectable channel for stream-oriented listening sockets. | Class | java.nio.channels | Java SE | javadoc |
| Socket | This class implements client sockets (also called just sockets). | Class | java.net | Java SE | javadoc |
Check Code Snippets / Samples for java.net.Socket |
| SocketChannel | A selectable channel for stream-oriented connecting sockets. | Class | java.nio.channels | Java SE | javadoc |
| SSLServerSocket | This class extends ServerSockets and provides secure server sockets using protocols such as the Secure | Class | javax.net.ssl | Java SE | javadoc |
| SSLSocket | This class extends Sockets and provides secure socket using protocols such as the Secure | Class | javax.net.ssl | Java SE | javadoc |
|
| StringBufferInputStream | This class allows an application to create an input stream in which the bytes read are supplied by the contents of a string. | Class | java.io | Java SE | javadoc |
| StringReader | A character stream whose source is a string. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.StringReader |
| StringWriter | A character stream that collects its output in a string buffer, which can then be used to construct a string. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.StringWriter |
| SubmissionPublisher | A Flow. | Class | java.util.concurrent | Java SE | javadoc |
| URLClassLoader | This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories. | Class | java.net | Java SE | javadoc |
| Writer | Abstract class for writing to character streams. | Class | java.io | Java SE | javadoc |
Check Code Snippets / Samples for java.io.Writer |
| XMLDecoder | The XMLDecoder class is used to read XML documents created using the XMLEncoder and is used just like | Class | java.beans | Java SE | javadoc |
| XMLEncoder | The XMLEncoder class is a complementary alternative to the ObjectOutputStream and can used to generate | Class | java.beans | Java SE | javadoc |
| ZipFile | This class is used to read entries from a zip file. | Class | java.util.zip | Java SE | javadoc |
| ZipInputStream | This class implements an input stream filter for reading files in the ZIP file format. | Class | java.util.zip | Java SE | javadoc |
| ZipOutputStream | This class implements an output stream filter for writing files in the ZIP file format. | Class | java.util.zip | Java SE | javadoc |
| BodyContent | An encapsulation of the evaluation of the body of an action so it is available to a tag handler. | Class | javax.servlet.jsp.tagext | Java EE | javadoc |
| EJBContainer | Used to execute an EJB application in an embeddable container. | Class | javax.ejb.embeddable | Java EE | javadoc |
| JspWriter | The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which | Class | javax.servlet.jsp | Java EE | javadoc |
| PartialResponseWriter | PartialResponseWriter decorates an existing ResponseWriter to support the | Class | javax.faces.context | Java EE | javadoc |
| ResponseStream | ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output. | Class | javax.faces.context | Java EE | javadoc |
| ResponseWriter | is an abstract class describing an adapter to an underlying output mechanism for character-based output. | Class | javax.faces.context | Java EE | javadoc |
| ResponseWriterWrapper | Provides a simple implementation of ResponseWriter that | Class | javax.faces.context | Java EE | javadoc |
| ServletInputStream | Provides an input stream for reading binary data from a client request, including an efficient readLine method | Class | javax.servlet | Java EE | javadoc |
| ServletOutputStream | Provides an output stream for sending binary data to the client. | Class | javax.servlet | Java EE | javadoc |
Check Code Snippets / Samples for javax.servlet.ServletOutputStream |
| SharedByteArrayInputStream | A ByteArrayInputStream that implements the SharedInputStream interface, allowing the underlying byte array to be shared between multiple readers. | Class | javax.mail.util | Java EE | javadoc |
| SharedFileInputStream | A SharedFileInputStream is a BufferedInputStream that buffers | Class | javax.mail.util | Java EE | javadoc |
| AnnotationConfigEmbeddedWebApplicationContext | EmbeddedWebApplicationContext that accepts annotated classes as input - inparticular @Configuration | Class | org.springframework.boot.context.embedded | Spring Boot | javadoc |
| EmbeddedWebApplicationContext | A WebApplicationContext that can be used to bootstrap itself from a containedEmbeddedServletContainerFactory bean. | Class | org.springframework.boot.context.embedded | Spring Boot | javadoc |
| JarFile | offers the following additional functionality. | Class | org.springframework.boot.loader.jar | Spring Boot | javadoc |
|
| LaunchedURLClassLoader | ClassLoader used by the Launcher. | Class | org.springframework.boot.loader | Spring Boot | javadoc |
| StatsdMetricWriter | A MetricWriter that pushes data to statsd. | Class | org.springframework.boot.actuate.metrics.statsd | Spring Boot | javadoc |
| TomcatEmbeddedWebappClassLoader | Extension of Tomcat's WebappClassLoader that does not consider thesystem classloader. | Class | org.springframework.boot.context.embedded.tomcat | Spring Boot | javadoc |
| XmlEmbeddedWebApplicationContext | EmbeddedWebApplicationContext which takes its configuration from XML documents,understood by an XmlBeanDefinitionReader. | Class | org.springframework.boot.context.embedded | Spring Boot | javadoc |
| SftpPersistentAcceptOnceFileListFilter | Persistent file list filter using the server's file timestamp to detect if we've alreadySince:3. | Class | org.springframework.integration.sftp.filters | Spring Integration | javadoc |
| SftpInboundFileSynchronizer | Handles the synchronization between a remote SFTP directory and a local mount. | Class | org.springframework.integration.sftp.inbound | Spring Integration | javadoc |
| PropertiesPersistingMetadataStore | Properties file-based implementation of MetadataStore. | Class | org.springframework.integration.metadata | Spring Integration | javadoc |
| FtpPersistentAcceptOnceFileListFilter | Persistent file list filter using the server's file timestamp to detect if we've alreadySince:3. | Class | org.springframework.integration.ftp.filters | Spring Integration | javadoc |
| FtpInboundFileSynchronizer | An implementation of AbstractInboundFileSynchronizer for FTP. | Class | org.springframework.integration.ftp.inbound | Spring Integration | javadoc |
| FileSystemPersistentAcceptOnceFileListFilter | | Class | org.springframework.integration.file.filters | Spring Integration | javadoc |
| CompositeFileListFilter | Simple FileListFilter that predicates its matches against all of theconfigured FileListFilter. | Class | org.springframework.integration.file.filters | Spring Integration | javadoc |
| AbstractPersistentAcceptOnceFileListFilter | Stores seen files in a MetadataStore to survive application restarts. | Class | org.springframework.integration.file.filters | Spring Integration | javadoc |
| AbstractInboundFileSynchronizer | Base class charged with knowing how to connect to a remote file system,scan it for new files and then download the files. | Class | org.springframework.integration.file.remote.synchronizer | Spring Integration | javadoc |
| TestUtils.TestApplicationContext | | Class | org.springframework.integration.test.util.TestUtils | Spring Integration | javadoc |
| AbstractApplicationContext | Abstract implementation of the ApplicationContextinterface. | Class | org.springframework.context.support | Spring MVC | javadoc |
| AbstractClientHttpResponse | Abstract base for ClientHttpResponse. | Class | org.springframework.http.client | Spring MVC | javadoc |
| AbstractClientSockJsSession | Base class for SockJS client implementations of WebSocketSession. | Class | org.springframework.web.socket.sockjs.client | Spring MVC | javadoc |
| AbstractHttpSockJsSession | An abstract base class for use with HTTP transport SockJS sessions. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC | javadoc |
| AbstractRefreshableApplicationContext | Base class for ApplicationContextcreating a new internal bean factory instance every time. | Class | org.springframework.context.support | Spring MVC | javadoc |
| AbstractRefreshableConfigApplicationContext | AbstractRefreshableApplicationContext subclass that adds common handlingof specified config locations. | Class | org.springframework.context.support | Spring MVC | javadoc |
| AbstractRefreshablePortletApplicationContext | AbstractRefreshableApplicationContextsubclass which implements the ConfigurablePortletApplicationContext | Class | org.springframework.web.portlet.context | Spring MVC | javadoc |
| AbstractRefreshableWebApplicationContext | AbstractRefreshableApplicationContextsubclass which implements the | Class | org.springframework.web.context.support | Spring MVC | javadoc |
| AbstractSockJsSession | An abstract base class for SockJS sessions implementing SockJsSession. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC | javadoc |
| AbstractWebSocketSession | An abstract base class for implementations of WebSocketSession. | Class | org.springframework.web.socket.adapter | Spring MVC | javadoc |
| AbstractXmlApplicationContext | Convenient base class for ApplicationContextunderstood by an XmlBeanDefinitionReader. | Class | org.springframework.context.support | Spring MVC | javadoc |
|
| AnnotationConfigApplicationContext | Standalone application context, accepting annotated classes as input - in particular@Configuration-annotated classes, but also plain | Class | org.springframework.context.annotation | Spring MVC | javadoc |
Check Code Snippets / Samples for org.springframework.context.annotation.AnnotationConfigApplicationContext |
| AnnotationConfigWebApplicationContext | WebApplicationContext@Configuration-annotated | Class | org.springframework.web.context.support | Spring MVC | javadoc |
| ClassPathXmlApplicationContext | Standalone XML application context, taking the context definition filesfrom the class path, interpreting plain paths as class path resource names | Class | org.springframework.context.support | Spring MVC | javadoc |
Check Code Snippets / Samples for org.springframework.context.support.ClassPathXmlApplicationContext |
| CodebaseAwareObjectInputStream | Special ObjectInputStream subclass that falls back to a specified codebaseto load classes from if not found locally. | Class | org.springframework.remoting.rmi | Spring MVC | javadoc |
| CommonsLogWriter | java. | Class | org.springframework.util | Spring MVC | javadoc |
| ConcurrentWebSocketSessionDecorator | Wraps a WebSocketSession and guaranteesonly one thread can send messages at a time. | Class | org.springframework.web.socket.handler | Spring MVC | javadoc |
| ConfigurableObjectInputStream | Special ObjectInputStream subclass that resolves class namesagainst a specific ClassLoader. | Class | org.springframework.core | Spring MVC | javadoc |
| DelegatingServletInputStream | Delegating implementation of ServletInputStream. | Class | org.springframework.mock.web | Spring MVC | javadoc |
| DelegatingServletOutputStream | Delegating implementation of ServletOutputStream. | Class | org.springframework.mock.web | Spring MVC | javadoc |
| DelegatingWebConnection | WebConnection implementations. | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC | javadoc |
| FastByteArrayOutputStream | A speedy alternative to ByteArrayOutputStream. | Class | org.springframework.util | Spring MVC | javadoc |
| FileSystemXmlApplicationContext | Standalone XML application context, taking the context definition filesfrom the file system or from URLs, interpreting plain paths as relative | Class | org.springframework.context.support | Spring MVC | javadoc |
| GenericApplicationContext | Generic ApplicationContext implementation that holds a single internalDefaultListableBeanFactory | Class | org.springframework.context.support | Spring MVC | javadoc |
| GenericGroovyApplicationContext | An ApplicationContext implementation that extendsGenericApplicationContext and implements GroovyObject such that beans | Class | org.springframework.context.support | Spring MVC | javadoc |
| GenericWebApplicationContext | Subclass of GenericApplicationContext, suitable for web environments. | Class | org.springframework.web.context.support | Spring MVC | javadoc |
| GenericXmlApplicationContext | Convenient application context with built-in XML support. | Class | org.springframework.context.support | Spring MVC | javadoc |
| GroovyWebApplicationContext | WebApplicationContext implementation which takesits configuration from Groovy bean definition scripts and/or XML files, as understood by | Class | org.springframework.web.context.support | Spring MVC | javadoc |
| JettyWebSocketSession | A WebSocketSession for use with the Jetty 9 WebSocket API. | Class | org.springframework.web.socket.adapter.jetty | Spring MVC | javadoc |
| MockBodyContent | Mock implementation of the BodyContent class. | Class | org.springframework.mock.web | Spring MVC | javadoc |
| MockClientHttpResponse | Mock implementation of ClientHttpResponse. | Class | org.springframework.mock.http.client | Spring MVC | javadoc |
| MockJspWriter | Mock implementation of the JspWriter class. | Class | org.springframework.mock.web | Spring MVC | javadoc |
| MockMvcWebConnection | MockMvcWebConnection enables MockMvc to transform aWebRequest into a WebResponse. | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC | javadoc |
| PollingSockJsSession | A SockJS session for use with polling HTTP transports. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC | javadoc |
| Reactor2TcpConnection | An implementation of TcpConnection based on the TCP client support of the Reactor project. | Class | org.springframework.messaging.tcp.reactor | Spring MVC | javadoc |
| ResizableByteArrayOutputStream | An extension of ByteArrayOutputStream that:has public grow(int) | Class | org.springframework.util | Spring MVC | javadoc |
|
| ResourceAdapterApplicationContext | ApplicationContext implementationfor a JCA ResourceAdapter. | Class | org.springframework.jca.context | Spring MVC | javadoc |
| ServletServerHttpResponse | ServerHttpResponse implementation that is based on a HttpServletResponse. | Class | org.springframework.http.server | Spring MVC | javadoc |
| StandardWebSocketSession | A WebSocketSession for use with the standard WebSocket for Java API. | Class | org.springframework.web.socket.adapter.standard | Spring MVC | javadoc |
| StaticApplicationContext | ApplicationContext implementationwhich supports programmatic registration of beans and messages, | Class | org.springframework.context.support | Spring MVC | javadoc |
| StaticPortletApplicationContext | Static Portlet-based ApplicationContextConfigurablePortletApplicationContext | Class | org.springframework.web.portlet.context | Spring MVC | javadoc |
| StaticWebApplicationContext | Static WebApplicationContextinterface to allow for direct replacement of an XmlWebApplicationContext, | Class | org.springframework.web.context.support | Spring MVC | javadoc |
| StreamingSockJsSession | A SockJS session for use with streaming HTTP transports. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC | javadoc |
| TemporaryLobCreator | LobCreator implementation based on temporary LOBs,using JDBC 4. | Class | org.springframework.jdbc.support.lob | Spring MVC | javadoc |
| WebSocketClientSockJsSession | An extension of AbstractClientSockJsSession wrapping and delegatingto an actual WebSocket session. | Class | org.springframework.web.socket.sockjs.client | Spring MVC | javadoc |
| WebSocketServerSockJsSession | A SockJS session for use with the WebSocket transport. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC | javadoc |
| WebSocketSessionDecorator | Wraps another WebSocketSession instanceand delegates to it. | Class | org.springframework.web.socket.handler | Spring MVC | javadoc |
| XhrClientSockJsSession | An extension of AbstractClientSockJsSession for use with HTTPtransports simulating a WebSocket session. | Class | org.springframework.web.socket.sockjs.client | Spring MVC | javadoc |
| XmlPortletApplicationContext | Portlet-based WebApplicationContextby an XmlBeanDefinitionReader. | Class | org.springframework.web.portlet.context | Spring MVC | javadoc |
| XmlWebApplicationContext | WebApplicationContext implementationwhich takes its configuration from XML documents, understood by an | Class | org.springframework.web.context.support | Spring MVC | javadoc |
| Base64.InputStream | A Base64. | Class | org.jivesoftware.util.Base64 | Echo | javadoc |
| Base64.OutputStream | A Base64. | Class | org.jivesoftware.util.Base64 | Echo | javadoc |
| ClientSessionConnection | Represents a connection of a Client Session that was established to a Connection Manager. | Class | org.jivesoftware.openfire.multiplex | Echo | javadoc |
| HttpSession.HttpVirtualConnection | | Class | org.jivesoftware.openfire.http.HttpSession | Echo | javadoc |
| NIOConnection | | Class | org.jivesoftware.openfire.nio | Echo | javadoc |
| PluginClassLoader | ClassLoader for plugins. | Class | org.jivesoftware.openfire.container | Echo | javadoc |
| ProxyOutputStream | An output stream which tracks the amount of bytes transfered by proxy sockets. | Class | org.jivesoftware.openfire.filetransfer.proxy | Echo | javadoc |
| SocketConnection | An object to track the state of a XMPP client-server session. | Class | org.jivesoftware.openfire.net | Echo | javadoc |
| VirtualConnection | Abstract implementation of the Connection interface that models abstract connections. | Class | org.jivesoftware.openfire.net | Echo | javadoc |
| CallbackWriter | | Class | org.apache.struts2.views.freemarker.tags | Apache Struts | javadoc |
| FastByteArrayOutputStream | A speedy implementation of ByteArrayOutputStream. | Class | org.apache.struts2.util | Apache Struts | javadoc |
|
| PropertiesReader | This class is used to read properties lines. | Class | com.opensymphony.xwork2.util | Apache Struts | javadoc |
| AskResults | | Class | org.apache.jena.jdbc.results | Apache Jena | javadoc |
| DatasetConnection | | Class | org.apache.jena.jdbc.connections | Apache Jena | javadoc |
| DatasetPreparedStatement | | Class | org.apache.jena.jdbc.statements | Apache Jena | javadoc |
| DatasetStatement | | Class | org.apache.jena.jdbc.statements | Apache Jena | javadoc |
| JenaConnection | Abstract base implementation of a Jena JDBC connection Generally speaking this is a faithful implementation of a JDBC connection but | Class | org.apache.jena.jdbc.connections | Apache Jena | javadoc |
| JenaPreparedStatement | | Class | org.apache.jena.jdbc.statements | Apache Jena | javadoc |
| JenaResultSet | Abstract implementation of a JDBC Result Set which makes all update methods throw SQLFeatureNotSupportedException | Class | org.apache.jena.jdbc.results | Apache Jena | javadoc |
| JenaStatement | | Class | org.apache.jena.jdbc.statements | Apache Jena | javadoc |
| MaterializedResults | Represents a set of materialized results backed by some QueryExecution, materialized results permit scrolling but are not | Class | org.apache.jena.jdbc.results | Apache Jena | javadoc |
| MaterializedSelectResults | | Class | org.apache.jena.jdbc.results | Apache Jena | javadoc |
| MemConnection | | Class | org.apache.jena.jdbc.mem.connections | Apache Jena | javadoc |
| MetaResultSet | | Class | org.apache.jena.jdbc.metadata.results | Apache Jena | javadoc |
| QueryExecutionResults | | Class | org.apache.jena.jdbc.results | Apache Jena | javadoc |
| RemoteEndpointConnection | | Class | org.apache.jena.jdbc.remote.connections | Apache Jena | javadoc |
| RemoteEndpointPreparedStatement | | Class | org.apache.jena.jdbc.remote.statements | Apache Jena | javadoc |
| RemoteEndpointStatement | | Class | org.apache.jena.jdbc.remote.statements | Apache Jena | javadoc |
| SelectResults | | Class | org.apache.jena.jdbc.results | Apache Jena | javadoc |
| StreamedResults | Represents a set of streamed results backed by some QueryExecution, streamed results are considered to be forward only | Class | org.apache.jena.jdbc.results | Apache Jena | javadoc |
| TDBConnection | | Class | org.apache.jena.jdbc.tdb.connections | Apache Jena | javadoc |
| TripleIteratorResults | | Class | org.apache.jena.jdbc.results | Apache Jena | javadoc |
| TripleListResults | | Class | org.apache.jena.jdbc.results | Apache Jena | javadoc |
| NullOutputStream | Code needed to implement an OutputStream that does nothing. | Class | org.apache.jena.fuseki.servlets | Apache Jena | javadoc |
| NullOutputStream | Code needed to implement an OutputStream that does nothing. | Class | org.apache.jena.fuseki.servlets | Apache Jena | javadoc |
| AbstractBlockBasedNodeTupleReader | An abstract implementation for a record reader that reads records from blocks of files, this is a hybrid between AbstractLineBasedNodeTupleReader | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
|
| AbstractBlockBasedQuadReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| AbstractBlockBasedTripleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| AbstractLineBasedNodeTupleReader | An abstract implementation of a record reader that reads records from line based tuple formats. | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| AbstractLineBasedQuadReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| AbstractLineBasedTripleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| AbstractRdfReader | An abstract record reader for arbitrary RDF which provides support for selecting the actual record reader to use based on detecting the RDF language | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| AbstractWholeFileNodeTupleReader | An abstract implementation for a record reader that reads records from whole files i. | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| AbstractWholeFileQuadReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| AbstractWholeFileTripleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| BlockedNQuadsReader | A record record for NQuads This is a hybrid of the NQuadsReader and the | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.nquads | Apache Jena | javadoc |
| BlockedNTriplesReader | A record record for NTriples This is a hybrid of the NTriplesReader and the | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.ntriples | Apache Jena | javadoc |
| BlockInputStream | A block input stream which can is a wrapper around another input stream which restricts reading to a specific number of bytes and can report the number of | Class | io.org.apache.jena.hadoop.rdf.io.input.util | Apache Jena | javadoc |
| JsonLDQuadReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.jsonld | Apache Jena | javadoc |
| JsonLDTripleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.jsonld | Apache Jena | javadoc |
| NQuadsReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.nquads | Apache Jena | javadoc |
| NTriplesReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.ntriples | Apache Jena | javadoc |
| QuadsReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| RdfJsonReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.rdfjson | Apache Jena | javadoc |
| RdfXmlReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.rdfxml | Apache Jena | javadoc |
| ThriftQuadReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.thrift | Apache Jena | javadoc |
| ThriftTripleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.thrift | Apache Jena | javadoc |
| TrackableInputStream | | Class | io.org.apache.jena.hadoop.rdf.io.input.util | Apache Jena | javadoc |
| TrackedInputStream | A tracked input stream which can is a wrapper around another input stream and can report the number of bytes read | Class | io.org.apache.jena.hadoop.rdf.io.input.util | Apache Jena | javadoc |
| TriGReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.trig | Apache Jena | javadoc |
| TriplesOrQuadsReader | A record reader that reads RDF from any triples/quads format. | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
|
| TriplesReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| TriplesToQuadsReader | A record reader that converts triples into quads by wrapping a RecordReader implementation | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena | javadoc |
| TriXReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.trix | Apache Jena | javadoc |
| TurtleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.turtle | Apache Jena | javadoc |
| WholeFileNQuadsReader | A record record for NQuads Unlike the NQuadsReader this processes files as a whole rather than | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.nquads | Apache Jena | javadoc |
| WholeFileNTriplesReader | A record record for NTriples Unlike the NTriplesReader this processes files as a whole rather than | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.ntriples | Apache Jena | javadoc |
| ByteArrayInputStream | Very similar to the java. | Class | org.apache.activemq.util | Apache ActiveMQ | javadoc |
| ByteArrayOutputStream | Very similar to the java. | Class | org.apache.activemq.util | Apache ActiveMQ | javadoc |
| ClassLoadingAwareObjectInputStream | | Class | org.apache.activemq.util | Apache ActiveMQ | javadoc |
| DataByteArrayInputStream | | Class | org.apache.activemq.store.kahadb.disk.util | Apache ActiveMQ | javadoc |
| DataByteArrayInputStream | | Class | org.apache.activemq.util | Apache ActiveMQ | javadoc |
| DataByteArrayOutputStream | | Class | org.apache.activemq.store.kahadb.disk.util | Apache ActiveMQ | javadoc |
| DataByteArrayOutputStream | | Class | org.apache.activemq.util | Apache ActiveMQ | javadoc |
| NIOBufferedInputStream | | Class | org.apache.activemq.transport.nio | Apache ActiveMQ | javadoc |
| NIOInputStream | | Class | org.apache.activemq.transport.nio | Apache ActiveMQ | javadoc |
| NIOOutputStream | | Class | org.apache.activemq.transport.nio | Apache ActiveMQ | javadoc |
| RecoverableRandomAccessFile | | Class | org.apache.activemq.util | Apache ActiveMQ | javadoc |
| TarInputStream | The TarInputStream reads a UNIX tar archive as an InputStream. | Class | org.apache.activemq.console.command.store.tar | Apache ActiveMQ | javadoc |
| TarOutputStream | The TarOutputStream writes a UNIX tar archive as an OutputStream. | Class | org.apache.activemq.console.command.store.tar | Apache ActiveMQ | javadoc |
| TcpBufferedInputStream | | Class | org.apache.activemq.transport.tcp | Apache ActiveMQ | javadoc |
| TcpBufferedOutputStream | | Class | org.apache.activemq.transport.tcp | Apache ActiveMQ | javadoc |
| ByteArrayInputStreamCache | | Class | org.apache.camel.converter.stream | Apache Camel | javadoc |
| CachedByteArrayOutputStream | A ByteArrayOutputStream that is capable of returning a InputStreamCache view of the buffer. | Class | org.apache.camel.converter.stream | Apache Camel | javadoc |
| CachedOutputStream | This output stream will store the content into a File if the stream context size is exceed the THRESHOLD value. | Class | org.apache.camel.converter.stream | Apache Camel | javadoc |
| FileInputStreamCache | | Class | org.apache.camel.converter.stream | Apache Camel | javadoc |
|
| GroupIterator | Group based Iterator which groups the given Iterator a number of times and then return a combined response as a String. | Class | org.apache.camel.util | Apache Camel | javadoc |
| InputStreamCache | A StreamCache for caching using an in-memory byte array. | Class | org.apache.camel.converter.stream | Apache Camel | javadoc |
| ReaderCache | | Class | org.apache.camel.converter.stream | Apache Camel | javadoc |
| AnalysisRequestHandlerBase.ListBasedTokenStream | TokenStream that iterates over a list of pre-existing TokensNOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Class | org.apache.solr.handler.AnalysisRequestHandlerBase | Apache Solr Lucene | javadoc |
| AuthenticationPlugin | WARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.solr.security | Apache Solr Lucene | javadoc |
| BasicAuthPlugin | | Class | org.apache.solr.security | Apache Solr Lucene | javadoc |
| BitDocSet | BitDocSet represents an unordered set of Lucene Document Ids using a BitSet. | Class | org.apache.solr.search | Apache Solr Lucene | javadoc |
| BlockDirectory | WARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.solr.store.blockcache | Apache Solr Lucene | javadoc |
| CachedIndexOutput | Cache the blocks as they are written. | Class | org.apache.solr.store.blockcache | Apache Solr Lucene | javadoc |
| CachingDirectoryFactory | A DirectoryFactory impl base class for caching Directory instances per path. | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| CustomBufferedIndexInput | WARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.solr.store.blockcache | Apache Solr Lucene | javadoc |
| DirectoryFactory | Provides access to a Directory implementation. | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| DocSlice | DocSlice implements DocList as an array of docids and optional scores. | Class | org.apache.solr.search | Apache Solr Lucene | javadoc |
| ElectionContext | | Class | org.apache.solr.cloud | Apache Solr Lucene | javadoc |
| EmbeddedSolrServer | SolrClient that connects directly to a CoreContainer. | Class | org.apache.solr.client.solrj.embedded | Apache Solr Lucene | javadoc |
| EphemeralDirectoryFactory | Directory provider for implementations that do not persist over reboots. | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| FastWriter | Single threaded BufferedWriter Internal Solr use only, subject to change. | Class | org.apache.solr.util | Apache Solr Lucene | javadoc |
| HashDocSet | HashDocSet represents an unordered set of Lucene Document Ids using a primitive int hash table. | Class | org.apache.solr.search | Apache Solr Lucene | javadoc |
| HdfsDirectory | | Class | org.apache.solr.store.hdfs | Apache Solr Lucene | javadoc |
| HdfsDirectoryFactory | | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| HdfsFileWriter | WARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.solr.store.hdfs | Apache Solr Lucene | javadoc |
| KerberosPlugin | | Class | org.apache.solr.security | Apache Solr Lucene | javadoc |
| LocalSolrQueryRequest | | Class | org.apache.solr.request | Apache Solr Lucene | javadoc |
| LoggingInfoStream | An InfoStream implementation which passes messages on to Solr's logging. | Class | org.apache.solr.update | Apache Solr Lucene | javadoc |
| MemClassLoader | | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
|
| MemOutputStream | NOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Class | org.apache.solr.update | Apache Solr Lucene | javadoc |
| MMapDirectoryFactory | Directly provide MMapDirectory instead of relying on FSDirectory. | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| NIOFSDirectoryFactory | | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| NRTCachingDirectoryFactory | | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| Overseer | Cluster leader. | Class | org.apache.solr.cloud | Apache Solr Lucene | javadoc |
| OverseerAutoReplicaFailoverThread | In this simple initial implementation we are limited in how quickly we detect a failure by a worst case of roughly zk session timeout + WAIT_AFTER_EXPIRATION_SECONDS + WORK_LOOP_DELAY_MS | Class | org.apache.solr.cloud | Apache Solr Lucene | javadoc |
| OverseerCollectionProcessor | | Class | org.apache.solr.cloud | Apache Solr Lucene | javadoc |
| PKIAuthenticationPlugin | | Class | org.apache.solr.security | Apache Solr Lucene | javadoc |
| PluginBag | This manages the lifecycle of a set of plugin of the same type . | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| PluginBag.LazyPluginHolder | A class that loads plugins Lazily. | Class | org.apache.solr.core.PluginBag | Apache Solr Lucene | javadoc |
| PluginBag.PluginHolder | An indirect reference to a plugin. | Class | org.apache.solr.core.PluginBag | Apache Solr Lucene | javadoc |
| PluginBag.RuntimeLib | This represents a Runtime Jar. | Class | org.apache.solr.core.PluginBag | Apache Solr Lucene | javadoc |
| PropertiesInputStream | | Class | org.apache.solr.util | Apache Solr Lucene | javadoc |
| PropertiesOutputStream | | Class | org.apache.solr.util | Apache Solr Lucene | javadoc |
| QueryContext | | Class | org.apache.solr.search | Apache Solr Lucene | javadoc |
| RAMDirectoryFactory | | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| ReusedBufferedIndexOutput | WARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.solr.store.blockcache | Apache Solr Lucene | javadoc |
| ReversedWildcardFilter | This class produces a special form of reversed tokens, suitable for better handling of leading wildcards. | Class | org.apache.solr.analysis | Apache Solr Lucene | javadoc |
| RuleBasedAuthorizationPlugin | | Class | org.apache.solr.security | Apache Solr Lucene | javadoc |
| SimpleFSDirectoryFactory | | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| SimplePostTool.BAOS | | Class | org.apache.solr.util.SimplePostTool | Apache Solr Lucene | javadoc |
| SlotAcc | | Class | org.apache.solr.search.facet | Apache Solr Lucene | javadoc |
| SolrAnalyzer | | Class | org.apache.solr.analysis | Apache Solr Lucene | javadoc |
| SolrCore | | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| SolrIndexSearcher | SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher. | Class | org.apache.solr.search | Apache Solr Lucene | javadoc |
|
| SolrIndexWriter | An IndexWriter that is configured via Solr config mechanisms. | Class | org.apache.solr.update | Apache Solr Lucene | javadoc |
| SolrQueryRequestBase | Base implementation of SolrQueryRequest that provides some convenience methods for accessing parameters, and manages an IndexSearcher | Class | org.apache.solr.request | Apache Solr Lucene | javadoc |
| SolrResourceLoader | | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| SortedIntDocSet | SortedIntDocSet represents a sorted set of Lucene Document Ids. | Class | org.apache.solr.search | Apache Solr Lucene | javadoc |
| StandardDirectoryFactory | Directory provider which mimics original Solr FSDirectory based behavior. | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| TokenizerChain | An analyzer that uses a tokenizer and a list of token filters to create a TokenStream. | Class | org.apache.solr.analysis | Apache Solr Lucene | javadoc |
| ZkSolrResourceLoader | ResourceLoader that works with ZooKeeper. | Class | org.apache.solr.cloud | Apache Solr Lucene | javadoc |
| ZkSolrResourceLoader.ZkByteArrayInputStream | | Class | org.apache.solr.cloud.ZkSolrResourceLoader | Apache Solr Lucene | javadoc |
| CloudSolrClient | SolrJ client class to communicate with SolrCloud. | Class | org.apache.solr.client.solrj.impl | Apache Solr Lucene | javadoc |
| CloudSolrServer | | Class | org.apache.solr.client.solrj.impl | Apache Solr Lucene | javadoc |
| ConcurrentUpdateSolrClient | ConcurrentUpdateSolrClient buffers all added documents and writes them into open HTTP connections. | Class | org.apache.solr.client.solrj.impl | Apache Solr Lucene | javadoc |
| ConcurrentUpdateSolrServer | | Class | org.apache.solr.client.solrj.impl | Apache Solr Lucene | javadoc |
| DataInputInputStream | | Class | org.apache.solr.common.util | Apache Solr Lucene | javadoc |
| FastInputStream | Single threaded buffered InputStream Internal Solr use only, subject to change. | Class | org.apache.solr.common.util | Apache Solr Lucene | javadoc |
| FastOutputStream | Single threaded buffered OutputStream Internal Solr use only, subject to change. | Class | org.apache.solr.common.util | Apache Solr Lucene | javadoc |
| HttpSolrClient | A SolrClient implementation that talks directly to a Solr server via HTTP There are two ways to use an HttpSolrClient: | Class | org.apache.solr.client.solrj.impl | Apache Solr Lucene | javadoc |
| HttpSolrServer | | Class | org.apache.solr.client.solrj.impl | Apache Solr Lucene | javadoc |
| LBHttpSolrClient | LBHttpSolrClient or LoadBalanced HttpSolrClient is a load balancing wrapper around HttpSolrClient. | Class | org.apache.solr.client.solrj.impl | Apache Solr Lucene | javadoc |
| LBHttpSolrServer | | Class | org.apache.solr.client.solrj.impl | Apache Solr Lucene | javadoc |
| SolrClient | Abstraction through which all communication with a Solr server may be routedSince:5. | Class | org.apache.solr.client.solrj | Apache Solr Lucene | javadoc |
| SolrServer | | Class | org.apache.solr.client.solrj | Apache Solr Lucene | javadoc |
| SolrZkClient | All Solr ZooKeeper interactions should go through this class rather than ZooKeeper. | Class | org.apache.solr.common.cloud | Apache Solr Lucene | javadoc |
| ZkStateReader | | Class | org.apache.solr.common.cloud | Apache Solr Lucene | javadoc |
| DataInputInputStream | An InputStream that wraps a DataInput. | Class | org.apache.solr.hadoop | Apache Solr Lucene | javadoc |
| DataOutputOutputStream | OutputStream implementation that wraps a DataOutput. | Class | org.apache.solr.hadoop | Apache Solr Lucene | javadoc |
|
| UnbufferedDataInputInputStream | | Class | org.apache.solr.hadoop | Apache Solr Lucene | javadoc |
| MockDirectoryFactory | Opens a directory with LuceneTestCase. | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| MockFSDirectoryFactory | Opens a directory with LuceneTestCase. | Class | org.apache.solr.core | Apache Solr Lucene | javadoc |
| MockSolrZkClient | | Class | org.apache.solr.cloud | Apache Solr Lucene | javadoc |
| MockZkStateReader | | Class | org.apache.solr.cloud | Apache Solr Lucene | javadoc |
| RestTestHarness | | Class | org.apache.solr.util | Apache Solr Lucene | javadoc |
| Base64.InputStream | A Base64. | Class | org.dbunit.util.Base64 | SourceForge DBUnit | javadoc |
| Base64.OutputStream | A Base64. | Class | org.dbunit.util.Base64 | SourceForge DBUnit | javadoc |
| NullWriter | A Writer that simply drops what it gets. | Class | freemarker.template.utility | FreeMarker Template | javadoc |
| A2NFilter | | Class | tools.native2ascii | Code Trails | javadoc |
| AbstractDataLine | | Class | sun.media.sound | Code Trails | javadoc |
| AbstractFilter | | Class | swing.text.rtf | Code Trails | javadoc |
| AbstractIndexWriter | Generate Index for all the Member Names with Indexing in Unicode Order. | Class | sun.tools.doclets.formats.html | Code Trails | javadoc |
| AbstractInterruptibleChannel | Base implementation class for interruptible channels. | Class | nio.channels.spi | Code Trails | javadoc |
| AbstractLine | | Class | sun.media.sound | Code Trails | javadoc |
| AbstractMidiDevice | | Class | sun.media.sound | Code Trails | javadoc |
| AbstractMixer | | Class | sun.media.sound | Code Trails | javadoc |
| AbstractPackageIndexWriter | Abstract class to generate the overview files in Frame and Non-Frame format. | Class | sun.tools.doclets.formats.html | Code Trails | javadoc |
| AbstractPollSelectorImpl | | Class | nio.ch | Code Trails | javadoc |
| AbstractSelectableChannel | Base implementation class for selectable channels. | Class | nio.channels.spi | Code Trails | javadoc |
| AbstractSelector | Base implementation class for selectors. | Class | nio.channels.spi | Code Trails | javadoc |
| AbstractTreeWriter | Abstract class to print the class hierarchy page for all the Classes. | Class | sun.tools.doclets.formats.html | Code Trails | javadoc |
| AbstractWatchService | | Class | nio.fs | Code Trails | javadoc |
| Activation.DelayedAcceptServerSocket | A server socket that delegates all public methods to the underlying server socket specified at construction. | Class | rmi.server.Activation | Code Trails | javadoc |
| AllClassesFrameWriter | Generate the file with list of all the classes in this run. | Class | sun.tools.doclets.formats.html | Code Trails | javadoc |
|
| AnnotationTypeWriterImpl | Generate the Class Information Page. | Class | sun.tools.doclets.formats.html | Code Trails | javadoc |
| AnyImpl.AnyInputStream | | Class | sun.corba.se.impl.corba.AnyImpl | Code Trails | javadoc |
| AnyImpl.AnyOutputStream | | Class | sun.corba.se.impl.corba.AnyImpl | Code Trails | javadoc |
| AppInputStream | | Class | security.ssl | Code Trails | javadoc |
| AppletClassLoader | This class defines the class loader for loading applet classes and resources. | Class | applet | Code Trails | javadoc |
| AppletObjectInputStream | | Class | applet | Code Trails | javadoc |
| AppOutputStream | | Class | security.ssl | Code Trails | javadoc |
| APTClassLoader | ClassLoader that loads APT and specified classes both into the same classloader, so that they can reference each other. | Class | sun.tools.internal.xjc.api.util | Code Trails | javadoc |
| AsciiOutputStream | | Class | sun.xml.internal.messaging.saaj.packaging.mime.internet | Code Trails | javadoc |
| ASCIIReader | A simple ASCII byte reader. | Class | sun.org.apache.xerces.internal.impl.io | Code Trails | javadoc |
| AsynchronousFileChannel | An asynchronous channel for reading, writing, and manipulating a file. | Class | nio.channels | Code Trails | javadoc |
| AsynchronousFileChannelImpl | | Class | nio.ch | Code Trails | javadoc |
| AsynchronousServerSocketChannel | An asynchronous channel for stream-oriented listening sockets. | Class | nio.channels | Code Trails | javadoc |
| AsynchronousServerSocketChannelImpl | | Class | nio.ch | Code Trails | javadoc |
| AsynchronousSocketChannel | An asynchronous channel for stream-oriented connecting sockets. | Class | nio.channels | Code Trails | javadoc |
| AsynchronousSocketChannelImpl | | Class | nio.ch | Code Trails | javadoc |
| AudioDataStream | An input stream to play AudioData. | Class | audio | Code Trails | javadoc |
| AudioFloatFormatConverter.AudioFloatFormatConverterInputStream | | Class | sun.media.sound.AudioFloatFormatConverter | Code Trails | javadoc |
| AudioInputStream | An audio input stream is an input stream with a specified audio format and length. | Class | sound.sampled | Code Trails | javadoc |
| AudioStream | Convert an InputStream to an AudioStream. | Class | audio | Code Trails | javadoc |
| AudioStreamSequence | Convert a sequence of input streams into a single InputStream. | Class | audio | Code Trails | javadoc |
| AudioTranslatorStream | Translator for native audio formats (not implemented in this release). | Class | audio | Code Trails | javadoc |
| BandStructure.ByteCounter | An output stream which counts the number of bytes written. | Class | sun.java.util.jar.pack.BandStructure | Code Trails | javadoc |
| Base64Data.FilterDataHandler | | Class | sun.xml.internal.org.jvnet.staxex.Base64Data | Code Trails | javadoc |
| BASE64DecoderStream | This class implements a BASE64 Decoder. | Class | sun.xml.internal.messaging.saaj.packaging.mime.util | Code Trails | javadoc |
|
| BASE64EncoderStream | This class implements a BASE64 Encoder. | Class | sun.xml.internal.messaging.saaj.packaging.mime.util | Code Trails | javadoc |
| BaseSSLSocketImpl | | Class | security.ssl | Code Trails | javadoc |
| BEncoderStream | This class implements a 'B' Encoder as defined by RFC2047 for encoding MIME headers. | Class | sun.xml.internal.messaging.saaj.packaging.mime.util | Code Trails | javadoc |
| BsdFileSystem | | Class | nio.fs | Code Trails | javadoc |
| BufferedInputStream | A BufferedInputStream adds functionality to another input stream-namely, | Class | io | Code Trails | javadoc |
Check Code Snippets / Samples for io.BufferedInputStream |
| BufferedOutputStream | The class implements a buffered output stream. | Class | io | Code Trails | javadoc |
Check Code Snippets / Samples for io.BufferedOutputStream |
| BufferedReader | Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines. | Class | io | Code Trails | javadoc |
Check Code Snippets / Samples for io.BufferedReader |
| BufferedWriter | Writes text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings. | Class | io | Code Trails | javadoc |
Check Code Snippets / Samples for io.BufferedWriter |
| ByteArrayBuffer | Read/write buffer that stores a sequence of bytes. | Class | sun.xml.internal.ws.util | Code Trails | javadoc |
| ByteArrayInputStream | A ByteArrayInputStream contains an internal buffer that contains bytes that | Class | io | Code Trails | javadoc |
Check Code Snippets / Samples for io.ByteArrayInputStream |
| ByteArrayOutputStream | This class implements an output stream in which the data is written into a byte array. | Class | io | Code Trails | javadoc |
Check Code Snippets / Samples for io.ByteArrayOutputStream |
| ByteArrayOutputStreamEx | ByteArrayOutputStream with access to its raw buffer. | Class | sun.xml.internal.bind.v2.util | Code Trails | javadoc |
| ByteArrayOutputStreamEx | | Class | sun.xml.internal.org.jvnet.staxex | Code Trails | javadoc |
| ByteBufferInputStream | | Class | security.ssl | Code Trails | javadoc |
| ByteInputStream | | Class | sun.xml.internal.messaging.saaj.util | Code Trails | javadoc |
| ByteOutputStream | Customized BufferedOutputStream. | Class | sun.xml.internal.messaging.saaj.util | Code Trails | javadoc |
| ByteSequence | Utility class that implements a sequence of bytes which can be read via the `readByte()' method. | Class | sun.org.apache.bcel.internal.util | Code Trails | javadoc |
| ByteSequence.ByteArrayStream | | Class | sun.org.apache.bcel.internal.util.ByteSequence | Code Trails | javadoc |
| CachedRowSetImpl | The standard implementation of the CachedRowSet interface. | Class | sun.rowset | Code Trails | javadoc |
| CCacheInputStream | This class extends KrbDataInputStream. | Class | security.krb5.internal.ccache | Code Trails | javadoc |
| CCacheOutputStream | This class implements a buffered output stream. | Class | security.krb5.internal.ccache | Code Trails | javadoc |
| CDRInputObject | | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
| CDRInputStream | This is delegates to the real implementation. | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
| CDRInputStream_1_0 | | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
| CDRInputStream_1_1 | | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
|
| CDRInputStream_1_2 | | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
| CDRInputStreamBase | | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
| CDROutputObject | | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
| CDROutputStream | This is delegates to the real implementation. | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
| CDROutputStream_1_0 | | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
| CDROutputStream_1_1 | | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
| CDROutputStream_1_2 | | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
| CDROutputStreamBase | | Class | sun.corba.se.impl.encoding | Code Trails | javadoc |
| ChannelInputStream | This class is defined here rather than in java. | Class | nio.ch | Code Trails | javadoc |
| Channels.ReadableByteChannelImpl | | Class | nio.channels.Channels | Code Trails | javadoc |
| Channels.WritableByteChannelImpl | | Class | nio.channels.Channels | Code Trails | javadoc |
| CharArrayReader | This class implements a character buffer that can be used as a character-input stream. | Class | io | Code Trails | javadoc |
| CharArrayWriter | This class implements a character buffer that can be used as an Writer. | Class | io | Code Trails | javadoc |
Check Code Snippets / Samples for io.CharArrayWriter |
| CharReader | | Class | sun.xml.internal.messaging.saaj.util | Code Trails | javadoc |
| CharWriter | | Class | sun.xml.internal.messaging.saaj.util | Code Trails | javadoc |
| CheckedInputStream | An input stream that also maintains a checksum of the data being read. | Class | util.zip | Code Trails | javadoc |
| CheckedOutputStream | An output stream that also maintains a checksum of the data being written. | Class | util.zip | Code Trails | javadoc |
| ChunkedInputStream | | Class | net.httpserver | Code Trails | javadoc |
| ChunkedInputStream | A ChunkedInputStream provides a stream for reading a body of a http message that can be sent as a series of chunks, each with its own | Class | net.www.http | Code Trails | javadoc |
| ChunkedOutputStream | | Class | net.httpserver | Code Trails | javadoc |
| ChunkedOutputStream | OutputStream that sends the output to the underlying stream using chunked encoding as specified in RFC 2068. | Class | net.www.http | Code Trails | javadoc |
| ChunkInputStream | | Class | sun.xml.internal.org.jvnet.mimepull | Code Trails | javadoc |
| ChunkStream | | Class | sun.imageio.plugins.png | Code Trails | javadoc |
| CipherInputStream | A CipherInputStream is composed of an InputStream and a Cipher so that read() methods return data that are read in from the | Class | crypto | Code Trails | javadoc |
| CipherOutputStream | A CipherOutputStream is composed of an OutputStream and a Cipher so that write() methods first process the data before writing them out | Class | crypto | Code Trails | javadoc |
|
| ClassLoaderObjectInputStream | | Class | awt.datatransfer | Code Trails | javadoc |
| ClassLoaderObjectOutputStream | | Class | awt.datatransfer | Code Trails | javadoc |
| ClassUseWriter | Generate class usage information. | Class | sun.tools.doclets.formats.html | Code Trails | javadoc |
| ClassWriter.ClassOutputStream | Subtype of ByteArrayOutputStream with the convenience methods of a DataOutputStream. | Class | sun.tools.classfile.ClassWriter | Code Trails | javadoc |
| ClassWriterImpl | Generate the Class Information Page. | Class | sun.tools.doclets.formats.html | Code Trails | javadoc |
| CloseableURLClassLoader | A URLClassLoader that also implements Closeable. | Class | sun.tools.javac.util | Code Trails | javadoc |
| CodingChooser.Sizer | | Class | sun.java.util.jar.pack.CodingChooser | Code Trails | javadoc |
| ConnectionInputStream | | Class | rmi.transport | Code Trails | javadoc |
| ConnectionOutputStream | | Class | rmi.transport | Code Trails | javadoc |
| ConstantsSummaryWriterImpl | Write the Constants Summary Page in HTML format. | Class | sun.tools.doclets.formats.html | Code Trails | javadoc |
| ContinuousAudioDataStream | Create a continuous audio stream. | Class | audio | Code Trails | javadoc |
| CorbaInputObject | | Class | sun.corba.se.spi.encoding | Code Trails | javadoc |
| CorbaOutputObject | | Class | sun.corba.se.spi.encoding | Code Trails | javadoc |
| DatagramChannel | A selectable channel for datagram-oriented sockets. | Class | nio.channels | Code Trails | javadoc |
| DatagramChannelImpl | | Class | nio.ch | Code Trails | javadoc |
| DatagramSocket | This class represents a socket for sending and receiving datagram packets. | Class | net | Code Trails | javadoc |
| DatagramSocketAdaptor | | Class | nio.ch | Code Trails | javadoc |
| DataInputStream | A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent | Class | io | Code Trails | javadoc |
Check Code Snippets / Samples for io.DataInputStream |
| DataOutputStream | A data output stream lets an application write primitive Java data types to an output stream in a portable way. | Class | io | Code Trails | javadoc |
Check Code Snippets / Samples for io.DataOutputStream |
| DataSourceDispatch | | Class | sun.xml.internal.ws.client.dispatch | Code Trails | javadoc |
| DataSourceStreamingDataHandler | | Class | sun.xml.internal.ws.encoding | Code Trails | javadoc |
| DeflaterInputStream | compression format. | Class | util.zip | Code Trails | javadoc |
| DeflaterOutputStream | This class implements an output stream filter for compressing data in the deflate compression format. | Class | util.zip | Code Trails | javadoc |
Check Code Snippets / Samples for util.zip.DeflaterOutputStream |
| DeprecatedListWriter | | Class | sun.tools.doclets.formats.html | Code Trails | javadoc |
| DerInputBuffer | | Class | security.util | Code Trails | javadoc |
|
| DerOutputStream | Output stream marshaling DER-encoded data. | Class | security.util | Code Trails | javadoc |
| DevPollSelectorImpl | | Class | nio.ch | Code Trails | javadoc |
| DigesterOutputStream | | Class | sun.org.apache.xml.internal.security.utils | Code Trails | javadoc |
| DigesterOutputStream | This class has been modified slightly to use java. | Class | jcp.xml.dsig.internal | Code Trails | javadoc |
| DigestInputStream | A transparent stream that updates the associated message digest using the bits going through the stream. | Class | security | Code Trails | javadoc |
Check Code Snippets / Samples for security.DigestInputStream |
| DigestOutputStream | A transparent stream that updates the associated message digest using the bits going through the stream. | Class | security | Code Trails | javadoc |
Check Code Snippets / Samples for security.DigestOutputStream |
| DirectAudioDevice | | Class | sun.media.sound | Code Trails | javadoc |
| DirectAudioDevice.DirectBAOS | | Class | sun.media.sound.DirectAudioDevice | Code Trails | javadoc |
| DirectAudioDevice.DirectClip | Private inner class representing a Clip This clip is realized in software only | Class | sun.media.sound.DirectAudioDevice | Code Trails | javadoc |
| DirectAudioDevice.DirectDL | | Class | sun.media.sound.DirectAudioDevice | Code Trails | javadoc |
| DirectAudioDevice.DirectSDL | | Class | sun.media.sound.DirectAudioDevice | Code Trails | javadoc |
| DirectAudioDevice.DirectTDL | | Class | sun.media.sound.DirectAudioDevice | Code Trails | javadoc |
| DispatchImpl | The DispatchImpl abstract class provides support for the dynamic invocation of a service endpoint operation using XML | Class | sun.xml.internal.ws.client.dispatch | Code Trails | javadoc |
| AbstractBsonReader | Abstract base class for BsonReader implementations. | Class | bson | MongoDB NoSQL | javadoc |
| AbstractBsonWriter | Represents a BSON writer for some external format (see subclasses). | Class | bson | MongoDB NoSQL | javadoc |
| BasicOutputBuffer | A BSON output stream that stores the output in a single, un-pooled byte array. | Class | bson.io | MongoDB NoSQL | javadoc |
| BsonBinaryReader | A BsonReader implementation that reads from a binary stream of data. | Class | bson | MongoDB NoSQL | javadoc |
| BsonBinaryWriter | A BsonWriter implementation that writes to a binary stream of data. | Class | bson | MongoDB NoSQL | javadoc |
| BsonDocumentReader | A BsonReader implementation that reads from an instance of BsonDocument. | Class | bson | MongoDB NoSQL | javadoc |
| BsonDocumentWriter | A BsonWriter implementation that writes to an instance of BsonDocument. | Class | bson | MongoDB NoSQL | javadoc |
| ByteBufferBsonInput | An implementation of BsonInput that is backed by a ByteBuf. | Class | bson.io | MongoDB NoSQL | javadoc |
| ByteBufferBsonOutput | This class should not be considered as part of the public API, and it may change or be removed at any time. | Class | mongodb.connection | MongoDB NoSQL | javadoc |
| DBCursor | An iterator over database results. | Class | mongodb | MongoDB NoSQL | javadoc |
| GridFSDownloadStream | A GridFS InputStream for downloading data from GridFS Provides the GridFSFile for the file to being downloaded as well as the read methods of a InputStream | Class | mongodb.client.gridfs | MongoDB NoSQL | javadoc |
| GridFSUploadStream | A GridFS OutputStream for uploading data into GridFS Provides the id for the file to be uploaded as well as the write methods of a OutputStream | Class | mongodb.client.gridfs | MongoDB NoSQL | javadoc |
|
| JsonReader | Reads a JSON in one of the following modes: Strict mode that conforms to the JSON RFC specifications. | Class | bson.json | MongoDB NoSQL | javadoc |
| JsonWriter | A BsonWriter implementation that outputs a JSON representation of BSON. | Class | bson.json | MongoDB NoSQL | javadoc |
| MongoClient | A MongoDB client with internal connection pooling. | Class | mongodb | MongoDB NoSQL | javadoc |
Check Code Snippets / Samples for mongodb.MongoClient |
| OutputBuffer | An abstract base class for classes implementing BsonOutput. | Class | bson.io | MongoDB NoSQL | javadoc |
| AbstractHttpClientConnection | Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and | Class | apache.http.impl | Apache HttpComponents | javadoc |
| AbstractHttpServerConnection | Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and | Class | apache.http.impl | Apache HttpComponents | javadoc |
| BHttpConnectionBase | This class serves as a base for all HttpConnection implementations and provides functionality common to both client and server HTTP connections. | Class | apache.http.impl | Apache HttpComponents | javadoc |
| ChunkedInputStream | Entities transferred using this input stream can be of unlimited length. | Class | apache.http.impl.io | Apache HttpComponents | javadoc |
| ChunkedOutputStream | Entities transferred using this output stream can be of unlimited length. | Class | apache.http.impl.io | Apache HttpComponents | javadoc |
| ContentLengthInputStream | Input stream that cuts off after a defined number of bytes. | Class | apache.http.impl.io | Apache HttpComponents | javadoc |
| ContentLengthOutputStream | Output stream that cuts off after a defined number of bytes. | Class | apache.http.impl.io | Apache HttpComponents | javadoc |
| DefaultBHttpClientConnection | Default implementation of HttpClientConnection. | Class | apache.http.impl | Apache HttpComponents | javadoc |
| DefaultBHttpServerConnection | Default implementation of HttpServerConnection. | Class | apache.http.impl | Apache HttpComponents | javadoc |
| DefaultHttpClientConnection | Default implementation of a client-side HTTP connection. | Class | apache.http.impl | Apache HttpComponents | javadoc |
| DefaultHttpServerConnection | Default implementation of a server-side HTTP connection. | Class | apache.http.impl | Apache HttpComponents | javadoc |
| EmptyInputStream | | Class | apache.http.impl.io | Apache HttpComponents | javadoc |
| IdentityInputStream | Input stream that reads data without any transformation. | Class | apache.http.impl.io | Apache HttpComponents | javadoc |
| IdentityOutputStream | Output stream that writes data without any transformation. | Class | apache.http.impl.io | Apache HttpComponents | javadoc |
| SocketHttpClientConnection | | Class | apache.http.impl | Apache HttpComponents | javadoc |
| SocketHttpServerConnection | | Class | apache.http.impl | Apache HttpComponents | javadoc |
| AbstractCursor | Base class for implementing a cursor. | Class | org.apache.calcite.avatica.util | Calcite | javadoc |
| ArrayEnumeratorCursor | returns an array of Object for each row. | Class | org.apache.calcite.runtime | Calcite | javadoc |
| ArrayIteratorCursor | returns an array of Object for each row. | Class | org.apache.calcite.avatica.util | Calcite | javadoc |
| AvaticaConnection | for the Avatica framework. | Class | org.apache.calcite.avatica | Calcite | javadoc |
| AvaticaPreparedStatement | for the Avatica engine. | Class | org.apache.calcite.avatica | Calcite | javadoc |
|
| AvaticaResultSet | for the Avatica engine. | Class | org.apache.calcite.avatica | Calcite | javadoc |
| AvaticaStatement | for the Avatica engine. | Class | org.apache.calcite.avatica | Calcite | javadoc |
| Base64.InputStream | A Base64. | Class | org.apache.calcite.avatica.util.Base64 | Calcite | javadoc |
| Base64.OutputStream | A Base64. | Class | org.apache.calcite.avatica.util.Base64 | Calcite | javadoc |
| CalciteResultSet | for the Calcite engine. | Class | org.apache.calcite.jdbc | Calcite | javadoc |
| CalciteStatement | for the Calcite engine. | Class | org.apache.calcite.jdbc | Calcite | javadoc |
| DelegatingEnumerator | Simple enumerator that just delegates all calls to the passed enumerator. | Class | org.apache.calcite.linq4j | Calcite | javadoc |
| EnumeratorCursor | returns a record for each row. | Class | org.apache.calcite.runtime | Calcite | javadoc |
| IteratorCursor | on top of an Iterator that returns a record for each row. | Class | org.apache.calcite.avatica.util | Calcite | javadoc |
| ListIteratorCursor | returns a List for each row. | Class | org.apache.calcite.avatica.util | Calcite | javadoc |
| MapIteratorCursor | returns a Map for each row. | Class | org.apache.calcite.avatica.util | Calcite | javadoc |
| ObjectEnumeratorCursor | returns an Object for each row. | Class | org.apache.calcite.runtime | Calcite | javadoc |
| PositionedCursor | Abstract implementation of Cursor that caches its current row. | Class | org.apache.calcite.avatica.util | Calcite | javadoc |
| RecordEnumeratorCursor | returns a record for each row. | Class | org.apache.calcite.runtime | Calcite | javadoc |
| RecordIteratorCursor | returns a record for each row. | Class | org.apache.calcite.avatica.util | Calcite | javadoc |
| SplunkConnectionImpl.SplunkResultEnumerator | results from a Splunk REST call. | Class | org.apache.calcite.adapter.splunk.search.SplunkConnectionImpl | Calcite | javadoc |
| StackWriter | A helper class for generating formatted text. | Class | org.apache.calcite.util | Calcite | javadoc |
| TransformedEnumerator | | Class | org.apache.calcite.linq4j | Calcite | javadoc |
| ExtendedByteArrayDataInput | | Class | org.apache.giraph.utils | Giraph | javadoc |
| ExtendedByteArrayDataOutput | Adds some functionality to ByteArrayOutputStream, such as an option to write int value over previously written data | Class | org.apache.giraph.utils | Giraph | javadoc |
| NettyWorkerServer | Netty worker server that implement WorkerServer and contains the actual ServerData. | Class | org.apache.giraph.comm.netty | Giraph | javadoc |
| UnsafeByteArrayOutputStream | | Class | org.apache.giraph.utils | Giraph | javadoc |
| AvroColumnReader | Read files written with AvroColumnWriter. | Class | org.apache.trevni.avro | Avro | javadoc |
| AvroKeyRecordReader | Reads records from an input split representing a chunk of an Avro container file. | Class | org.apache.avro.mapreduce | Avro | javadoc |
| AvroKeyValueRecordReader | Reads Avro generic records from an Avro container file, where the records contain two fields: 'key' and 'value'. | Class | org.apache.avro.mapreduce | Avro | javadoc |
|
| AvroMapper | A mapper for Avro data. | Class | org.apache.avro.mapred | Avro | javadoc |
| AvroRecordReaderBase | Abstract base class for RecordReaders that read Avro container files. | Class | org.apache.avro.mapreduce | Avro | javadoc |
| AvroReducer | A reducer for Avro data. | Class | org.apache.avro.mapred | Avro | javadoc |
| AvroSequenceFile.Reader | A reader for SequenceFiles that may contain Avro data. | Class | org.apache.avro.hadoop.io.AvroSequenceFile | Avro | javadoc |
| AvroSequenceFile.Writer | A writer for an uncompressed SequenceFile that supports Avro data. | Class | org.apache.avro.hadoop.io.AvroSequenceFile | Avro | javadoc |
| AvroTrevniKeyRecordReader | Reads records from an input split representing a chunk of an Trenvi container file. | Class | org.apache.trevni.avro.mapreduce | Avro | javadoc |
| AvroTrevniKeyValueRecordReader | Reads Trevni generic records from an Trevni container file, where the records contain two fields: 'key' and 'value'. | Class | org.apache.trevni.avro.mapreduce | Avro | javadoc |
| AvroTrevniRecordReaderBase | Abstract base class for RecordReaders that read Trevni container files. | Class | org.apache.trevni.avro.mapreduce | Avro | javadoc |
| ByteBufferInputStream | Utility to present ByteBuffer data as an InputStream. | Class | org.apache.avro.util | Avro | javadoc |
| ByteBufferOutputStream | Utility to collect data written to an OutputStream in ByteBuffers. | Class | org.apache.avro.util | Avro | javadoc |
| ColumnFileReader | Reads data from a column file. | Class | org.apache.trevni | Avro | javadoc |
| DataFileReader | Random access to files written with DataFileWriter. | Class | org.apache.avro.file | Avro | javadoc |
| DataFileReader12 | Read files written by Avro version 1. | Class | org.apache.avro.file | Avro | javadoc |
| DataFileStream | Streaming access to files written by DataFileWriter. | Class | org.apache.avro.file | Avro | javadoc |
| DataFileWriter | Stores in a file a sequence of data conforming to a schema. | Class | org.apache.avro.file | Avro | javadoc |
| DatagramTransceiver | A datagram-based Transceiver implementation. | Class | org.apache.avro.ipc | Avro | javadoc |
| FsInput | Adapt an FSDataInputStream to SeekableInput. | Class | org.apache.avro.mapred | Avro | javadoc |
| HadoopInput | Adapt a Hadoop FSDataInputStream to Trevni's Input. | Class | org.apache.trevni.avro | Avro | javadoc |
| HttpTransceiver | An HTTP-based Transceiver implementation. | Class | org.apache.avro.ipc | Avro | javadoc |
| InputBytes | An Input backed with data in a byte array. | Class | org.apache.trevni | Avro | javadoc |
| InputFile | | Class | org.apache.trevni | Avro | javadoc |
| LocalTransceiver | | Class | org.apache.avro.ipc | Avro | javadoc |
| NettyTransceiver | A Netty-based Transceiver implementation. | Class | org.apache.avro.ipc | Avro | javadoc |
| SaslSocketTransceiver | A Transceiver that uses javax. | Class | org.apache.avro.ipc | Avro | javadoc |
| SeekableByteArrayInput | A SeekableInput backed with data in a byte array. | Class | org.apache.avro.file | Avro | javadoc |
|
| SeekableFileInput | A FileInputStream that implements SeekableInput. | Class | org.apache.avro.file | Avro | javadoc |
| SequenceFileReader | A FileReader for sequence files. | Class | org.apache.avro.mapred | Avro | javadoc |
| SocketTransceiver | A socket-based Transceiver implementation. | Class | org.apache.avro.ipc | Avro | javadoc |
| SortedKeyValueFile.Reader | Reads a SortedKeyValueFile by loading the key index into memory. | Class | org.apache.avro.hadoop.file.SortedKeyValueFile | Avro | javadoc |
| SortedKeyValueFile.Writer | Writes a SortedKeyValueFile. | Class | org.apache.avro.hadoop.file.SortedKeyValueFile | Avro | javadoc |
| SyncableFileOutputStream | An implementation of Syncable which writes to a file. | Class | org.apache.avro.file | Avro | javadoc |
| Transceiver | Base transport class used by Requestor. | Class | org.apache.avro.ipc | Avro | javadoc |
| Base64.InputStream | A Base64. | Class | org.infinispan.commons.util.Base64 | Infinispan | javadoc |
| Base64.OutputStream | A Base64. | Class | org.infinispan.commons.util.Base64 | Infinispan | javadoc |
| CloseableIteratorMapper | A iterator that maps each value to the output of the Function. | Class | org.infinispan.commons.util | Infinispan | javadoc |
| ExpandableMarshalledValueByteStream | A byte stream that can be written to and expanded on the fly, not dissimilar to ExposedByteArrayOutputStream but with the benefit of not having to allocate unnecessary byte arrays by not extending ByteArrayOutputStream. | Class | org.infinispan.io | Infinispan | javadoc |
| ExposedByteArrayOutputStream | which copies the internal buffer. | Class | org.infinispan.commons.io | Infinispan | javadoc |
| ExposedByteArrayOutputStream | which copies the internal buffer. | Class | org.infinispan.io | Infinispan | javadoc |
| ExtendedRiverMarshaller | RiverMarshaller extension that allows Infinispan code to directly create instances of it. | Class | org.infinispan.commons.marshall.jboss | Infinispan | javadoc |
| ExtendedRiverUnmarshaller | An extended RiverUnmarshaller that allows Infinispan StreamingMarshaller instances to travel down the stack to potential externalizer implementations | Class | org.infinispan.commons.marshall.jboss | Infinispan | javadoc |
| GridInputStream | | Class | org.infinispan.io | Infinispan | javadoc |
| GridOutputStream | | Class | org.infinispan.io | Infinispan | javadoc |
| ImmutableMarshalledValueByteStream | A byte stream that is immutable. | Class | org.infinispan.io | Infinispan | javadoc |
| MarshalledValueByteStream | A stream of bytes which can be written to, and the underlying byte array can be directly accessed. | Class | org.infinispan.io | Infinispan | javadoc |
| ReadableGridFileChannel | | Class | org.infinispan.io | Infinispan | javadoc |
| UnclosableObjectInputStream | A delegating ObjectInput that delegates all methods except ObjectInput. | Class | org.infinispan.io | Infinispan | javadoc |
| UnclosableObjectOutputStream | An unclosable version of an ObjectOutput. | Class | org.infinispan.io | Infinispan | javadoc |
| WritableGridFileChannel | | Class | org.infinispan.io | Infinispan | javadoc |
| AbstractClientConnAdapter | Abstract adapter from operated to managed client connections. | Class | org.apache.http.impl.conn | Apache HttpComponents | javadoc |
| AbstractHttpClient | Base class for HttpClient implementations. | Class | org.apache.http.impl.client | Apache HttpComponents | javadoc |
|
| AbstractPooledConnAdapter | Abstract adapter from pool entries to client connections. | Class | org.apache.http.impl.conn | Apache HttpComponents | javadoc |
| BasicHttpClientConnectionManager | A connection manager for a single connection. | Class | org.apache.http.impl.conn | Apache HttpComponents | javadoc |
| BasicPooledConnAdapter | A connection wrapper and callback handler. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents | javadoc |
| CloseableHttpClient | Base implementation of HttpClient that also implements Closeable. | Class | org.apache.http.impl.client | Apache HttpComponents | javadoc |
| ContentEncodingHttpClient | DefaultHttpClient sub-class which includes a RequestAcceptEncoding for the request and response. | Class | org.apache.http.impl.client | Apache HttpComponents | javadoc |
| DefaultClientConnection | Default implementation of an operated client connection. | Class | org.apache.http.impl.conn | Apache HttpComponents | javadoc |
| DefaultHttpClient | Default implementation of HttpClient pre-configured for most common use scenarios. | Class | org.apache.http.impl.client | Apache HttpComponents | javadoc |
Check Code Snippets / Samples for org.apache.http.impl.client.DefaultHttpClient |
| DefaultManagedHttpClientConnection | Default ManagedHttpClientConnection implementation. | Class | org.apache.http.impl.conn | Apache HttpComponents | javadoc |
| DeflateInputStream | Deflate input stream. | Class | org.apache.http.client.entity | Apache HttpComponents | javadoc |
| EofSensorInputStream | A stream wrapper that triggers actions on close() and EOF. | Class | org.apache.http.conn | Apache HttpComponents | javadoc |
| FutureRequestExecutionService | HttpAsyncClientWithFuture wraps calls to execute with a HttpRequestFutureTask and schedules them using the provided executor service. | Class | org.apache.http.impl.client | Apache HttpComponents | javadoc |
| PoolingHttpClientConnectionManager | ClientConnectionPoolManager maintains a pool of HttpClientConnections and is able to service connection requests | Class | org.apache.http.impl.conn | Apache HttpComponents | javadoc |
| SystemDefaultHttpClient | An extension of DefaultHttpClient pre-configured using system properties. | Class | org.apache.http.impl.client | Apache HttpComponents | javadoc |
| SerializableType.SerInputStream | An ObjectInputStream that uses the thread context class loader toAuthor:Borislav Iordanov | Class | org.hypergraphdb.type.SerializableType | HypergraphDb | javadoc |
| Base64.Base64InputStream | A Base64. | Class | org.apache.hadoop.hbase.util.Base64 | HBase | javadoc |
| Base64.Base64OutputStream | A Base64. | Class | org.apache.hadoop.hbase.util.Base64 | HBase | javadoc |
| ByteBufferOutputStream | | Class | org.apache.hadoop.hbase.io | HBase | javadoc |
| GroupingTableMap | | Class | org.apache.hadoop.hbase.mapred | HBase | javadoc |
| IdentityTableMap | | Class | org.apache.hadoop.hbase.mapred | HBase | javadoc |
| IdentityTableReduce | | Class | org.apache.hadoop.hbase.mapred | HBase | javadoc |
| QuotaRetriever | Scanner to iterate over the quota settings. | Class | org.apache.hadoop.hbase.quotas | HBase | javadoc |
| RemoteHTable | | Class | org.apache.hadoop.hbase.rest.client | HBase | javadoc |
| ReplicationAdmin | This class provides the administrative interface to HBase cluster replication. | Class | org.apache.hadoop.hbase.client.replication | HBase | javadoc |
| TableRecordReader | | Class | org.apache.hadoop.hbase.mapreduce | HBase | javadoc |
| TableSnapshotScanner | A Scanner which performs a scan over snapshot files. | Class | org.apache.hadoop.hbase.client | HBase | javadoc |
|
| BoundaryDelimitedStream | This class takes the input stream and turns it multiple streams. | Class | org.apache.axis.attachments | Apache Axis | javadoc |
| ByteArray | | Class | org.apache.axis.utils | Apache Axis | javadoc |
| ByteArrayOutputStream | This class implements an output stream in which the data is written into a byte array. | Class | org.apache.axis.utils | Apache Axis | javadoc |
| ChunkedInputStream | | Class | org.apache.axis.transport.http | Apache Axis | javadoc |
| ChunkedOutputStream | | Class | org.apache.axis.transport.http | Apache Axis | javadoc |
| ClassReader | This is the class file reader for obtaining the parameter names for declared methods in a class. | Class | org.apache.axis.utils.bytecode | Apache Axis | javadoc |
| DimeDelimitedInputStream | This class takes the input stream and turns it multiple streams. | Class | org.apache.axis.attachments | Apache Axis | javadoc |
| FilterPrintWriter | simple wrapper around PrintWriter class. | Class | org.apache.axis.transport.http | Apache Axis | javadoc |
| FilterPrintWriter.NullOutputStream | | Class | org.apache.axis.transport.http.FilterPrintWriter | Apache Axis | javadoc |
| MultiPartDimeInputStream | This simulates the multipart stream. | Class | org.apache.axis.attachments | Apache Axis | javadoc |
| MultiPartInputStream | This simulates the multipart stream. | Class | org.apache.axis.attachments | Apache Axis | javadoc |
| MultiPartRelatedInputStream | This simulates the multipart stream. | Class | org.apache.axis.attachments | Apache Axis | javadoc |
| NonBlockingBufferedInputStream | | Class | org.apache.axis.transport.http | Apache Axis | javadoc |
| ParamReader | This is the class file reader for obtaining the parameter names for declared methods in a class. | Class | org.apache.axis.utils.bytecode | Apache Axis | javadoc |
| SocketInputStream | The ONLY reason for this is so we can clean up sockets quicker/cleaner. | Class | org.apache.axis.transport.http | Apache Axis | javadoc |
| TeeOutputStream | | Class | org.apache.axis.utils | Apache Axis | javadoc |
| AttachmentInputStream | An InputStream that knows what content type is contains. | Class | org.ektorp | Ektorp CouchDb | javadoc |
| Base64.InputStream | A Base64. | Class | org.ektorp.util.Base64 | Ektorp CouchDb | javadoc |
| Base64.OutputStream | A Base64. | Class | org.ektorp.util.Base64 | Ektorp CouchDb | javadoc |
| StreamingChangesResult | | Class | org.ektorp | Ektorp CouchDb | javadoc |
| StreamingViewResult | | Class | org.ektorp | Ektorp CouchDb | javadoc |
| AsyncEigenVerifier | | Class | org.apache.mahout.math.decomposer | Apache Mahout | javadoc |
| DAGClient | Class for monitoring the DAG running in a Tez DAG Application Master. | Class | org.apache.tez.dag.api.client | Apache Tez | javadoc |
| AbstractInputFormat.AbstractRecordReader | An abstract base class to be used to create RecordReader instances that convert from Accumulo Key/Value pairs to the user's K/V types. | Class | org.apache.accumulo.core.client.mapreduce.AbstractInputFormat | Apache Accumulo | javadoc |
| BCFile.Reader | BCFile Reader, interface to read the file's data and meta blocks. | Class | org.apache.accumulo.core.file.rfile.bcfile.BCFile | Apache Accumulo | javadoc |
|
| BCFile.Reader.BlockReader | Access point to read a block. | Class | org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader | Apache Accumulo | javadoc |
| BCFile.Writer | BCFile writer, the entry point for creating a new BCFile. | Class | org.apache.accumulo.core.file.rfile.bcfile.BCFile | Apache Accumulo | javadoc |
| BlockedInputStream | Reader corresponding to BlockedOutputStream. | Class | org.apache.accumulo.core.security.crypto | Apache Accumulo | javadoc |
| BlockedOutputStream | | Class | org.apache.accumulo.core.security.crypto | Apache Accumulo | javadoc |
| CachableBlockFile.BlockRead | wrap a DataInputStream(ByteArrayStream(cachedBlock)). | Class | org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile | Apache Accumulo | javadoc |
| CachableBlockFile.BlockWrite | | Class | org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile | Apache Accumulo | javadoc |
| CachableBlockFile.CachedBlockRead | | Class | org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile | Apache Accumulo | javadoc |
| ChunkInputStream | An input stream that reads file data stored in one or more Accumulo values. | Class | org.apache.accumulo.examples.simple.filedata | Apache Accumulo | javadoc |
| DiscardCloseOutputStream | | Class | org.apache.accumulo.core.security.crypto | Apache Accumulo | javadoc |
| FixedByteArrayOutputStream | Uses a fixed length array and will not grow in size dynamically like the ByteArrayOutputStream. | Class | org.apache.accumulo.core.client.lexicoder.impl | Apache Accumulo | javadoc |
| InputFormatBase.RecordReaderBase | | Class | org.apache.accumulo.core.client.mapreduce.InputFormatBase | Apache Accumulo | javadoc |
| MetaDataTableScanner | | Class | org.apache.accumulo.server.master.state | Apache Accumulo | javadoc |
| NoFlushOutputStream | | Class | org.apache.accumulo.core.security.crypto | Apache Accumulo | javadoc |
| TraceFileSystem | | Class | org.apache.accumulo.server.trace | Apache Accumulo | javadoc |
| TraceFSDataInputStream | | Class | org.apache.accumulo.server.trace | Apache Accumulo | javadoc |
| CRC32OutputStream | | Class | backtype.storm.utils | Apache Storm | javadoc |
| JedisClusterContainer | | Class | org.apache.storm.redis.util.container | Apache Storm | javadoc |
| JedisContainer | | Class | org.apache.storm.redis.util.container | Apache Storm | javadoc |
| BinStorageRecordReader | Treats keys as offset in file and value as line. | Class | org.apache.pig.impl.io | Apache Pig | javadoc |
| BufferedPositionedInputStream | | Class | org.apache.pig.impl.io | Apache Pig | javadoc |
| FileLocalizer.DataStorageInputStreamIterator | | Class | org.apache.pig.impl.io.FileLocalizer | Apache Pig | javadoc |
| HSeekableInputStream | | Class | org.apache.pig.backend.hadoop.datastorage | Apache Pig | javadoc |
| ImmutableOutputStream | | Class | org.apache.pig.backend.datastorage | Apache Pig | javadoc |
| InterRecordReader | A record reader used to read data written using InterRecordWriter It uses the default InterSedes object for deserialization. | Class | org.apache.pig.impl.io | Apache Pig | javadoc |
| PigRecordReader | A wrapper around the actual RecordReader and loadfunc - this is needed for 1) To intercept the initialize call from hadoop and initialize the underlying | Class | org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | Apache Pig | javadoc |
|
| SeekableInputStream | Unix-like API for an input stream that supports random access. | Class | org.apache.pig.backend.datastorage | Apache Pig | javadoc |
| TFileRecordReader | A record reader used to read data written using InterRecordWriter It uses the default InterSedes object for deserialization. | Class | org.apache.pig.impl.io | Apache Pig | javadoc |
| SingleCloseableInputIterator | | Class | cascading.util | Cascading | javadoc |
| SingleValueCloseableIterator | SingleValueIterator is a utility class used for quickly presenting a single value to a consumer expecting both a Closeable and an Iterator interface. | Class | cascading.util | Cascading | javadoc |
| TupleChainIterator | TupleChainIterator chains the given Iterators into a single Iterator. | Class | cascading.tuple | Cascading | javadoc |
| TupleEntryChainIterator | TupleEntryChainIterator chains the given Iterators into a single Iterator. | Class | cascading.tuple | Cascading | javadoc |
| TupleEntryIterableChainIterator | TupleEntryChainIterator chains the given Iterators into a single Iterator. | Class | cascading.tuple | Cascading | javadoc |
| TupleEntryIterator | underlying Tuple collection. | Class | cascading.tuple | Cascading | javadoc |
| TupleEntrySchemeIterator | Scheme. | Class | cascading.tuple | Cascading | javadoc |
| TupleInputStream | | Class | cascading.tuple.io | Cascading | javadoc |
| TupleOutputStream | | Class | cascading.tuple.io | Cascading | javadoc |
| AbstractLivelinessMonitor | A simple liveliness monitor with which clients can register, trust the component to monitor liveliness, get a call-back on expiry and then finally | Class | org.apache.hadoop.yarn.util | Apache Hadoop | javadoc |
| AbstractService | This is the base implementation class for services. | Class | org.apache.hadoop.service | Apache Hadoop | javadoc |
| AddingCompositeService | Composite service that exports the add/remove methods. | Class | org.apache.hadoop.registry.server.services | Apache Hadoop | javadoc |
| AHSClient | | Class | org.apache.hadoop.yarn.client.api | Apache Hadoop | javadoc |
| AMRMClient | | Class | org.apache.hadoop.yarn.client.api | Apache Hadoop | javadoc |
| AMRMClientAsync | AMRMClientAsync handles communication with the ResourceManager and provides asynchronous updates on events such as container allocations and | Class | org.apache.hadoop.yarn.client.api.async | Apache Hadoop | javadoc |
| ApplicationClassLoader | A URLClassLoader for application isolation. | Class | org.apache.hadoop.util | Apache Hadoop | javadoc |
| ApplicationClassLoader | This type has been deprecated in favor of ApplicationClassLoader. | Class | org.apache.hadoop.yarn.util | Apache Hadoop | javadoc |
| AsyncDispatcher | Dispatches Events in a separate thread. | Class | org.apache.hadoop.yarn.event | Apache Hadoop | javadoc |
| AvroFSInput | Adapts an FSDataInputStream to Avro's SeekableInput interface. | Class | org.apache.hadoop.fs | Apache Hadoop | javadoc |
| BlockCompressorStream | A CompressorStream which works with 'block-based' based compression algorithms, as opposed to | Class | org.apache.hadoop.io.compress | Apache Hadoop | javadoc |
| BlockDecompressorStream | A DecompressorStream which works with 'block-based' based compression algorithms, as opposed to | Class | org.apache.hadoop.io.compress | Apache Hadoop | javadoc |
| ChainMapper | The ChainMapper class allows to use multiple Mapper classes within a single The Mapper classes are invoked in a chained (or piped) fashion, the output of | Class | org.apache.hadoop.mapred.lib | Apache Hadoop | javadoc |
| ChainReducer | The ChainReducer class allows to chain multiple Mapper classes after a Reducer within the Reducer task. | Class | org.apache.hadoop.mapred.lib | Apache Hadoop | javadoc |
|
| ChecksumFileSystem | Abstract Checksumed FileSystem. | Class | org.apache.hadoop.fs | Apache Hadoop | javadoc |
| CombineFileRecordReader | A generic RecordReader that can hand out different recordReaders for each chunk in a CombineFileSplit. | Class | org.apache.hadoop.mapreduce.lib.input | Apache Hadoop | javadoc |
Check Code Snippets / Samples for org.apache.hadoop.mapreduce.lib.input.CombineFileRecordReader |
| CombineFileRecordReaderWrapper | A wrapper class for a record reader that handles a single file split. | Class | org.apache.hadoop.mapreduce.lib.input | Apache Hadoop | javadoc |
| ComposableRecordReader | Additional operations required of a RecordReader to participate in a join. | Class | org.apache.hadoop.mapreduce.lib.join | Apache Hadoop | javadoc |
| CompositeRecordReader | A RecordReader that can effect joins of RecordReaders sharing a common key type and partitioning. | Class | org.apache.hadoop.mapreduce.lib.join | Apache Hadoop | javadoc |
| CompositeService | Composition of services. | Class | org.apache.hadoop.service | Apache Hadoop | javadoc |
| CompressionInputStream | A compression input stream. | Class | org.apache.hadoop.io.compress | Apache Hadoop | javadoc |
| CompressionOutputStream | A compression output stream. | Class | org.apache.hadoop.io.compress | Apache Hadoop | javadoc |
| CompressorStream | | Class | org.apache.hadoop.io.compress | Apache Hadoop | javadoc |
| DataDrivenDBRecordReader | A RecordReader that reads records from a SQL table, using data-driven WHERE clause splits. | Class | org.apache.hadoop.mapreduce.lib.db | Apache Hadoop | javadoc |
| DataOutputOutputStream | OutputStream implementation that wraps a DataOutput. | Class | org.apache.hadoop.io | Apache Hadoop | javadoc |
| DBRecordReader | A RecordReader that reads records from a SQL table. | Class | org.apache.hadoop.mapreduce.lib.db | Apache Hadoop | javadoc |
| DecompressorStream | | Class | org.apache.hadoop.io.compress | Apache Hadoop | javadoc |
| DefaultStringifier | DefaultStringifier is the default implementation of the Stringifier interface which stringifies the objects using base64 encoding of the | Class | org.apache.hadoop.io | Apache Hadoop | javadoc |
| FieldSelectionMapReduce | This class implements a mapper/reducer class that can be used to perform field selections in a manner similar to unix cut. | Class | org.apache.hadoop.mapred.lib | Apache Hadoop | javadoc |
| FileSink | | Class | org.apache.hadoop.metrics2.sink | Apache Hadoop | javadoc |
| FileSystem | An abstract base class for a fairly generic filesystem. | Class | org.apache.hadoop.fs | Apache Hadoop | javadoc |
Check Code Snippets / Samples for org.apache.hadoop.fs.FileSystem |
| FilterFileSystem | A FilterFileSystem contains some other file system, which it uses as | Class | org.apache.hadoop.fs | Apache Hadoop | javadoc |
| FSDataInputStream | Utility that wraps a FSInputStream in a DataInputStream and buffers input through a BufferedInputStream. | Class | org.apache.hadoop.fs | Apache Hadoop | javadoc |
Check Code Snippets / Samples for org.apache.hadoop.fs.FSDataInputStream |
| FSDataOutputStream | Utility that wraps a OutputStream in a DataOutputStream. | Class | org.apache.hadoop.fs | Apache Hadoop | javadoc |
| FTPFileSystem | A FileSystem backed by an FTP client provided by Apache Commons Net. | Class | org.apache.hadoop.fs.ftp | Apache Hadoop | javadoc |
| GraphiteSink | | Class | org.apache.hadoop.metrics2.sink | Apache Hadoop | javadoc |
| HistoryFileManager | | Class | org.apache.hadoop.mapreduce.v2.hs | Apache Hadoop | javadoc |
| IdentityMapper | | Class | org.apache.hadoop.mapred.lib | Apache Hadoop | javadoc |
| IdentityReducer | Performs no reduction, writing all input values directly to the output. | Class | org.apache.hadoop.mapred.lib | Apache Hadoop | javadoc |
|
| InnerJoinRecordReader | | Class | org.apache.hadoop.mapreduce.lib.join | Apache Hadoop | javadoc |
| InverseMapper | A Mapper that swaps keys and values. | Class | org.apache.hadoop.mapred.lib | Apache Hadoop | javadoc |
| JoinRecordReader | Base class for Composite joins returning Tuples of arbitrary Writables. | Class | org.apache.hadoop.mapreduce.lib.join | Apache Hadoop | javadoc |
| KeyValueLineRecordReader | This class treats a line in the input as a key/value pair separated by a separator character. | Class | org.apache.hadoop.mapreduce.lib.input | Apache Hadoop | javadoc |
| LocalFileSystem | | Class | org.apache.hadoop.fs | Apache Hadoop | javadoc |
| LongSumReducer | A Reducer that sums long values. | Class | org.apache.hadoop.mapred.lib | Apache Hadoop | javadoc |
| MapReduceBase | Base class for Mapper and Reducer implementations. | Class | org.apache.hadoop.mapred | Apache Hadoop | javadoc |
| MultiFilterRecordReader | Base class for Composite join returning values derived from multiple sources, but generally not tuples. | Class | org.apache.hadoop.mapreduce.lib.join | Apache Hadoop | javadoc |
| MySQLDataDrivenDBRecordReader | | Class | org.apache.hadoop.mapreduce.lib.db | Apache Hadoop | javadoc |
| MySQLDBRecordReader | A RecordReader that reads records from a MySQL table. | Class | org.apache.hadoop.mapreduce.lib.db | Apache Hadoop | javadoc |
| NativeAzureFileSystem | A FileSystem for reading and writing files stored on Windows Azure. | Class | org.apache.hadoop.fs.azure | Apache Hadoop | javadoc |
| NativeS3FileSystem | A FileSystem for reading and writing files stored on Unlike S3FileSystem this implementation | Class | org.apache.hadoop.fs.s3native | Apache Hadoop | javadoc |
| NMClient | | Class | org.apache.hadoop.yarn.client.api | Apache Hadoop | javadoc |
| NMClientAsync | NMClientAsync handles communication with all the NodeManagers and provides asynchronous updates on getting responses from them. | Class | org.apache.hadoop.yarn.client.api.async | Apache Hadoop | javadoc |
| OracleDataDrivenDBRecordReader | | Class | org.apache.hadoop.mapreduce.lib.db | Apache Hadoop | javadoc |
| OracleDBRecordReader | A RecordReader that reads records from an Oracle SQL table. | Class | org.apache.hadoop.mapreduce.lib.db | Apache Hadoop | javadoc |
| OuterJoinRecordReader | | Class | org.apache.hadoop.mapreduce.lib.join | Apache Hadoop | javadoc |
| OverrideRecordReader | Prefer the "rightmost" data source for this key. | Class | org.apache.hadoop.mapreduce.lib.join | Apache Hadoop | javadoc |
| RawLocalFileSystem | | Class | org.apache.hadoop.fs | Apache Hadoop | javadoc |
| RecordReader | | Class | org.apache.hadoop.mapreduce | Apache Hadoop | javadoc |
Check Code Snippets / Samples for org.apache.hadoop.mapreduce.RecordReader |
| RegexMapper | A Mapper that extracts text matching a regular expression. | Class | org.apache.hadoop.mapred.lib | Apache Hadoop | javadoc |
| RegistryOperationsClient | This is the client service for applications to work with the registry. | Class | org.apache.hadoop.registry.client.impl | Apache Hadoop | javadoc |
| RegistryOperationsService | The Registry operations service. | Class | org.apache.hadoop.registry.client.impl.zk | Apache Hadoop | javadoc |
| S3FileSystem | A block-based FileSystem backed bySee Also:NativeS3FileSystem | Class | org.apache.hadoop.fs.s3 | Apache Hadoop | javadoc |
| SequenceFileAsTextRecordReader | This class converts the input keys and values to their String forms by calling toString() method. | Class | org.apache.hadoop.mapreduce.lib.input | Apache Hadoop | javadoc |
|
| SequenceFileRecordReader | An RecordReader for SequenceFiles. | Class | org.apache.hadoop.mapreduce.lib.input | Apache Hadoop | javadoc |
| SharedCacheClient | This is the client for YARN's shared cache. | Class | org.apache.hadoop.yarn.client.api | Apache Hadoop | javadoc |
| SplitCompressionInputStream | An InputStream covering a range of compressed data. | Class | org.apache.hadoop.io.compress | Apache Hadoop | javadoc |
| TimelineClient | A client library that can be used to post some information in terms of a number of conceptual entities. | Class | org.apache.hadoop.yarn.client.api | Apache Hadoop | javadoc |
| TokenCountMapper | A Mapper that maps text values into pairs. | Class | org.apache.hadoop.mapred.lib | Apache Hadoop | javadoc |
| ValueAggregatorCombiner | This class implements the generic combiner of Aggregate. | Class | org.apache.hadoop.mapred.lib.aggregate | Apache Hadoop | javadoc |
| ValueAggregatorJobBase | This abstract class implements some common functionalities of the the generic mapper, reducer and combiner classes of Aggregate. | Class | org.apache.hadoop.mapred.lib.aggregate | Apache Hadoop | javadoc |
| ValueAggregatorMapper | This class implements the generic mapper of Aggregate. | Class | org.apache.hadoop.mapred.lib.aggregate | Apache Hadoop | javadoc |
| ValueAggregatorReducer | This class implements the generic reducer of Aggregate. | Class | org.apache.hadoop.mapred.lib.aggregate | Apache Hadoop | javadoc |
| ViewFileSystem | ViewFileSystem (extends the FileSystem interface) implements a client-side mount table. | Class | org.apache.hadoop.fs.viewfs | Apache Hadoop | javadoc |
| WrappedRecordReader | Proxy class for a RecordReader participating in the join framework. | Class | org.apache.hadoop.mapreduce.lib.join | Apache Hadoop | javadoc |
| YarnClient | | Class | org.apache.hadoop.yarn.client.api | Apache Hadoop | javadoc |
| AbstractGenericUDFEWAHBitmapBop | An abstract class for a UDF that performs a binary operation between two EWAH-compressed bitmaps. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| AbstractGenericUDFReflect | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| BeeLine | A console SQL shell with command completion. | Class | org.apache.hive.beeline | Apache Hive | javadoc |
| BitmapObjectInput | An ObjectInput that allows for conversion from an List of LongWritable to an EWAH-compressed bitmap. | Class | org.apache.hadoop.hive.ql.index.bitmap | Apache Hive | javadoc |
| BitmapObjectOutput | An ObjectOutput that allows conversion from an EWAH-compressed bitmap to an List of LongWritable. | Class | org.apache.hadoop.hive.ql.index.bitmap | Apache Hive | javadoc |
| ByteStream.Input | | Class | org.apache.hadoop.hive.serde2.ByteStream | Apache Hive | javadoc |
| ByteStream.Output | | Class | org.apache.hadoop.hive.serde2.ByteStream | Apache Hive | javadoc |
| CachingPrintStream | | Class | org.apache.hadoop.hive.common.io | Apache Hive | javadoc |
| ColumnTruncateMapper | | Class | org.apache.hadoop.hive.ql.io.rcfile.truncate | Apache Hive | javadoc |
| DataInputByteBuffer | | Class | org.apache.hadoop.hive.ql.exec.tez | Apache Hive | javadoc |
| DataInputInputStream | | Class | org.apache.hadoop.hive.hbase | Apache Hive | javadoc |
| DataOutputOutputStream | | Class | org.apache.hadoop.hive.hbase | Apache Hive | javadoc |
| DBTokenStore | | Class | org.apache.hadoop.hive.thrift | Apache Hive | javadoc |
|
| DefaultFetchFormatter | | Class | org.apache.hadoop.hive.ql.exec | Apache Hive | javadoc |
| DigestPrintStream | | Class | org.apache.hadoop.hive.common.io | Apache Hive | javadoc |
| ExecMapper | ExecMapper is the generic Map class for Hive. | Class | org.apache.hadoop.hive.ql.exec.mr | Apache Hive | javadoc |
| ExecReducer | ExecReducer is the generic Reducer class for Hive. | Class | org.apache.hadoop.hive.ql.exec.mr | Apache Hive | javadoc |
| FetchConverter | | Class | org.apache.hadoop.hive.common.io | Apache Hive | javadoc |
| FetchFormatter.ThriftFormatter | | Class | org.apache.hadoop.hive.ql.exec.FetchFormatter | Apache Hive | javadoc |
| GenericUDAFAverage.AbstractGenericUDAFAverageEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage | Apache Hive | javadoc |
| GenericUDAFAverage.GenericUDAFAverageEvaluatorDecimal | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage | Apache Hive | javadoc |
| GenericUDAFAverage.GenericUDAFAverageEvaluatorDouble | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage | Apache Hive | javadoc |
| GenericUDAFBridge.GenericUDAFBridgeEvaluator | GenericUDAFBridgeEvaluator. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFBridge | Apache Hive | javadoc |
| GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator | GenericUDAFBinaryStatsEvaluator. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats | Apache Hive | javadoc |
| GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator | GenericUDAFBooleanStatsEvaluator. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats | Apache Hive | javadoc |
| GenericUDAFComputeStats.GenericUDAFDateStatsEvaluator | GenericUDAFDateStatsEvaluator High/low value will be saved in stats DB as long value representing days since epoch. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats | Apache Hive | javadoc |
| GenericUDAFComputeStats.GenericUDAFDecimalStatsEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats | Apache Hive | javadoc |
| GenericUDAFComputeStats.GenericUDAFDoubleStatsEvaluator | GenericUDAFDoubleStatsEvaluator. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats | Apache Hive | javadoc |
| GenericUDAFComputeStats.GenericUDAFLongStatsEvaluator | GenericUDAFLongStatsEvaluator. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats | Apache Hive | javadoc |
| GenericUDAFComputeStats.GenericUDAFNumericStatsEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats | Apache Hive | javadoc |
| GenericUDAFComputeStats.GenericUDAFStringStatsEvaluator | GenericUDAFStringStatsEvaluator. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats | Apache Hive | javadoc |
| GenericUDAFContextNGrams.GenericUDAFContextNGramEvaluator | A constant-space heuristic to estimate the top-k contextual n-grams. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFContextNGrams | Apache Hive | javadoc |
| GenericUDAFCorrelation.GenericUDAFCorrelationEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCorrelation | Apache Hive | javadoc |
| GenericUDAFCount.GenericUDAFCountEvaluator | GenericUDAFCountEvaluator. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCount | Apache Hive | javadoc |
| GenericUDAFCovariance.GenericUDAFCovarianceEvaluator | Evaluate the variance using the algorithm described in http://en. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCovariance | Apache Hive | javadoc |
| GenericUDAFCovarianceSample.GenericUDAFCovarianceSampleEvaluator | Compute the sample covariance by extending GenericUDAFCovarianceEvaluator and overriding the terminate() method of the evaluator. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCovarianceSample | Apache Hive | javadoc |
| GenericUDAFCumeDist.GenericUDAFCumeDistEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCumeDist | Apache Hive | javadoc |
| GenericUDAFDenseRank.GenericUDAFDenseRankEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFDenseRank | Apache Hive | javadoc |
|
| GenericUDAFEvaluator | A Generic User-defined aggregation function (GenericUDAF) for the use with New GenericUDAF classes need to inherit from this GenericUDAF class. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDAFEWAHBitmap.GenericUDAFEWAHBitmapEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEWAHBitmap | Apache Hive | javadoc |
| GenericUDAFFirstValue.GenericUDAFFirstValueEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFFirstValue | Apache Hive | javadoc |
| GenericUDAFHistogramNumeric.GenericUDAFHistogramNumericEvaluator | Construct a histogram using an algorithm described by Ben-Haim and Tom-Tov. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFHistogramNumeric | Apache Hive | javadoc |
| GenericUDAFLag.GenericUDAFLagEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFLag | Apache Hive | javadoc |
| GenericUDAFLastValue.GenericUDAFLastValueEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFLastValue | Apache Hive | javadoc |
| GenericUDAFLead.GenericUDAFLeadEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFLead | Apache Hive | javadoc |
| GenericUDAFLeadLag.GenericUDAFLeadLagEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFLeadLag | Apache Hive | javadoc |
| GenericUDAFMax.GenericUDAFMaxEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFMax | Apache Hive | javadoc |
| GenericUDAFMin.GenericUDAFMinEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFMin | Apache Hive | javadoc |
| GenericUDAFMkCollectionEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDAFnGrams.GenericUDAFnGramEvaluator | A constant-space heuristic to estimate the top-k n-grams. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFnGrams | Apache Hive | javadoc |
| GenericUDAFNTile.GenericUDAFNTileEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFNTile | Apache Hive | javadoc |
| GenericUDAFPercentileApprox.GenericUDAFMultiplePercentileApproxEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentileApprox | Apache Hive | javadoc |
| GenericUDAFPercentileApprox.GenericUDAFPercentileApproxEvaluator | Construct a histogram using the algorithm described by Ben-Haim and Tom-Tov, and then use it to compute an approximate percentile value. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentileApprox | Apache Hive | javadoc |
| GenericUDAFPercentileApprox.GenericUDAFSinglePercentileApproxEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentileApprox | Apache Hive | javadoc |
| GenericUDAFPercentRank.GenericUDAFPercentRankEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentRank | Apache Hive | javadoc |
| GenericUDAFRank.GenericUDAFAbstractRankEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFRank | Apache Hive | javadoc |
| GenericUDAFRank.GenericUDAFRankEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFRank | Apache Hive | javadoc |
| GenericUDAFRowNumber.GenericUDAFRowNumberEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFRowNumber | Apache Hive | javadoc |
| GenericUDAFStd.GenericUDAFStdEvaluator | Compute the standard deviation by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFStd | Apache Hive | javadoc |
| GenericUDAFStdSample.GenericUDAFStdSampleEvaluator | Compute the sample standard deviation by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFStdSample | Apache Hive | javadoc |
| GenericUDAFStreamingEvaluator | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDAFStreamingEvaluator.SumAvgEnhancer | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFStreamingEvaluator | Apache Hive | javadoc |
| GenericUDAFSum.GenericUDAFSumDouble | GenericUDAFSumDouble. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFSum | Apache Hive | javadoc |
|
| GenericUDAFSum.GenericUDAFSumHiveDecimal | GenericUDAFSumHiveDecimal. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFSum | Apache Hive | javadoc |
| GenericUDAFSum.GenericUDAFSumLong | | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFSum | Apache Hive | javadoc |
| GenericUDAFVariance.GenericUDAFVarianceEvaluator | Evaluate the variance using the algorithm described by Chan, Golub, and LeVeque in "Algorithms for computing the sample variance: analysis and recommendations" | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFVariance | Apache Hive | javadoc |
| GenericUDAFVarianceSample.GenericUDAFVarianceSampleEvaluator | Compute the sample variance by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator. | Class | org.apache.hadoop.hive.ql.udf.generic.GenericUDAFVarianceSample | Apache Hive | javadoc |
| GenericUDF | A Generic User-defined function (GenericUDF) for the use with Hive. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFAbs | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFAddMonths | GenericUDFAddMonths. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFArray | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFArrayContains | GenericUDFArrayContains. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFAssertTrue | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFBaseArithmetic | Wrapper UDF that will instantiate the proper arithmetic UDF (numeric, date, etc) depending on the argument types | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFBaseBinary | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFBaseCompare | GenericUDF Base Class for operations. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFBaseDTI | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFBaseNumeric | GenericUDF Base Class for operations. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFBasePad | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFBaseTrim | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFBaseUnary | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFBetween | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFBridge | GenericUDFBridge encapsulates UDF to provide the same interface as Note that GenericUDFBridge implements Serializable because the name of the | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFCase | GenericUDF Class for SQL construct "CASE a WHEN b THEN c [ELSE f] END". | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFCbrt | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFCeil | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFCoalesce | GenericUDF Class for SQL construct "COALESCE(a, b, c)". | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFConcat | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
|
| GenericUDFConcatWS | Generic UDF for string function CONCAT_WS. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFCurrentDate | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFCurrentTimestamp | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFCurrentUser | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFDate | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFDateAdd | Add a number of days to the date. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFDateDiff | Calculate the difference in the number of days. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFDateFormat | GenericUDFDateFormat. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFDateSub | Subtract a number of days to the date. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFDBOutput | GenericUDFDBOutput is designed to output data directly from Hive to a JDBC datastore. | Class | org.apache.hadoop.hive.contrib.genericudf.example | Apache Hive | javadoc |
| GenericUDFDecode | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFElt | Generic UDF for string function ELT(N,str1,str2,str3,. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFEncode | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFEWAHBitmapAnd | GenericEWAHUDFBitmapAnd. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFEWAHBitmapEmpty | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFEWAHBitmapOr | GenericUDFEWAHBitmapOr. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFFactorial | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFField | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFFloor | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFFloorCeilBase | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFFormatNumber | Generic UDF for format_number function FORMAT_NUMBER(X, D). | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFFromUtcTimestamp | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFGreatest | GenericUDF Class for SQL construct "greatest(v1, v2, . | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFHash | GenericUDF Class for computing hash values. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFIf | IF(expr1,expr2,expr3) If expr1 is TRUE (expr1 NULL) then IF() returns expr2; | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
|
| GenericUDFIn | SELECT key FROM src WHERE key IN ("238", "1"); From MySQL page on IN(): To comply with the SQL standard, IN returns NULL | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFIndex | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFInFile | IN_FILE(str, filename) returns true if 'str' appears in the file specified by 'filename'. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFInitCap | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFInstr | Generic UDF for string function INSTR(str,substr). | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFLag | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFLastDay | Returns the last day of the month which the date belongs to. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFLead | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFLeadLag | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFLeast | GenericUDF Class for SQL construct "least(v1, v2, . | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFLevenshtein | GenericUDFLevenshtein. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFLocate | Generic UDF for string function LOCATE(substr, str), LOCATE(substr, str, start). | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFLower | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFLpad | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFLTrim | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFMacro | GenericUDFMacro wraps a user-defined macro expression into a GenericUDFSee Also:Serialized Form | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFMap | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFMapKeys | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFMapValues | GenericUDFMapValues. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFMonthsBetween | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFNamedStruct | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFNextDay | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFNvl | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPAnd | GenericUDF Class for computing and. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPDivide | Note that in SQL, the return type of divide is not necessarily the same as the parameters. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
|
| GenericUDFOPDTIMinus | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPDTIPlus | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPEqual | GenericUDF Class for operation EQUAL. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPEqualNS | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPEqualOrGreaterThan | GenericUDF Class for operation EqualOrGreaterThan. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPEqualOrLessThan | GenericUDF Class for operation EqualOrLessThan. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPGreaterThan | GenericUDF Class for operation GreaterThan. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPLessThan | GenericUDF Class for operation LessThan. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPMinus | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPMod | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPMultiply | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPNegative | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPNot | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPNotEqual | GenericUDF Class for operation Not EQUAL. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPNotNull | GenericUDFOPNotNull. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPNull | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPNumericMinus | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPNumericPlus | The reason that we list evaluate methods with all numeric types is for both better performance and type checking (so we know int + int is still an int | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPOr | GenericUDF Class for computing or. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPPlus | The reason that we list evaluate methods with all numeric types is for both better performance and type checking (so we know int + int is still an int | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFOPPositive | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFPosMod | class for computing positive modulo. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFPower | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFPrintf | Generic UDF for printf function printf(String format, Obj. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFReflect | A simple generic udf to call java static functions via reflection. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
|
| GenericUDFReflect2 | A simple generic udf to call java functions via reflection. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFRound | Note: rounding function permits rounding off integer digits in decimal numbers, which essentially downgrades the scale to negative territory. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFRpad | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFRTrim | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFSentences | GenericUDFSentences: splits a natural language chunk of text into sentences and words. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFSize | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFSortArray | Generic UDF for array sort SORT_ARRAY(array(obj1, obj2, obj3. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFSoundex | Soundex is an encoding used to relate similar names, but can also be used as a general purpose scheme to find word with similar phonemes. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFSplit | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFStringToMap | GenericUDFStringToMap. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFStruct | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFTimestamp | . | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFToBinary | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFToChar | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFToDate | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFToDecimal | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFToIntervalDayTime | GenericUDFIntervalDayTime . | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFToIntervalYearMonth | GenericUDFIntervalYearMonth . | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFToUnixTimeStamp | deterministic version of UDFUnixTimeStamp. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFToUtcTimestamp | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFToVarchar | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFTranslate | TRANSLATE(string input, string from, string to) is an equivalent function to translate in PostGresSQL. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFTrim | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFTrunc | Returns the first day of the month which the date belongs to. | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFUnion | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
|
| GenericUDFUnixTimeStamp | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFUpper | | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFWhen | GenericUDF Class for SQL construct "CASE WHEN a THEN b WHEN c THEN d [ELSE f] END". | Class | org.apache.hadoop.hive.ql.udf.generic | Apache Hive | javadoc |
| GenericUDFXPath | | Class | org.apache.hadoop.hive.ql.udf.xml | Apache Hive | javadoc |
| HiveBaseResultSet | Data independent base class which implements the common part of all Hive result sets. | Class | org.apache.hive.jdbc | Apache Hive | javadoc |
| HiveCallableStatement | HiveCallableStatement. | Class | org.apache.hive.jdbc | Apache Hive | javadoc |
| HiveConnection | | Class | org.apache.hive.jdbc | Apache Hive | javadoc |
| HiveHarFileSystem | | Class | org.apache.hadoop.hive.shims | Apache Hive | javadoc |
| HiveMetaDataResultSet | | Class | org.apache.hive.jdbc | Apache Hive | javadoc |
| HivePreparedStatement | HivePreparedStatement. | Class | org.apache.hive.jdbc | Apache Hive | javadoc |
| HiveQueryResultSet | | Class | org.apache.hive.jdbc | Apache Hive | javadoc |
| HiveStatement | | Class | org.apache.hive.jdbc | Apache Hive | javadoc |
| InStream | | Class | org.apache.hadoop.hive.ql.io.orc | Apache Hive | javadoc |
| LocalHiveSparkClient | LocalSparkClient submit Spark job in local driver, it's responsible for build spark client environment and execute spark work. | Class | org.apache.hadoop.hive.ql.exec.spark | Apache Hive | javadoc |
| LoopingByteArrayInputStream | LoopingByteArrayInputStream. | Class | org.apache.hadoop.hive.conf | Apache Hive | javadoc |
| MaxByteArrayOutputStream | An output stream that will only accept the first N bytes of data. | Class | org.apache.hive.hcatalog.templeton | Apache Hive | javadoc |
| MemoryTokenStore | Default in-memory token store implementation. | Class | org.apache.hadoop.hive.thrift | Apache Hive | javadoc |
| MergeFileMapper | Mapper for fast file merging of ORC and RC files. | Class | org.apache.hadoop.hive.ql.io.merge | Apache Hive | javadoc |
| MiniSparkOnYARNCluster | | Class | org.apache.hadoop.hive.shims | Apache Hive | javadoc |
| NonSyncByteArrayInputStream | A thread-not-safe version of ByteArrayInputStream, which removes all synchronized modifiers. | Class | org.apache.hadoop.hive.common.io | Apache Hive | javadoc |
| NonSyncByteArrayOutputStream | A thread-not-safe version of ByteArrayOutputStream, which removes all synchronized modifiers. | Class | org.apache.hadoop.hive.common.io | Apache Hive | javadoc |
| NonSyncDataInputBuffer | A thread-not-safe version of Hadoop's DataInputBuffer, which removes all synchronized modifiers. | Class | org.apache.hadoop.hive.ql.io | Apache Hive | javadoc |
| NonSyncDataOutputBuffer | A thread-not-safe version of Hadoop's DataOutputBuffer, which removes all synchronized modifiers. | Class | org.apache.hadoop.hive.ql.io | Apache Hive | javadoc |
| NullRecordReader | An empty record reader. | Class | org.apache.hive.hcatalog.templeton.tool | Apache Hive | javadoc |
| PartialScanMapper | It reads through block header and aggregates statistics at the end. | Class | org.apache.hadoop.hive.ql.io.rcfile.stats | Apache Hive | javadoc |
|
| ProxyFileSystem | A FileSystem that can serve a given scheme/authority using some other file system. | Class | org.apache.hadoop.fs | Apache Hive | javadoc |
| ProxyLocalFileSystem | A Proxy for LocalFileSystem Serves uri's corresponding to 'pfile:///' namespace with using | Class | org.apache.hadoop.fs | Apache Hive | javadoc |
| RCFileMapReduceRecordReader | | Class | org.apache.hive.hcatalog.rcfile | Apache Hive | javadoc |
| RemoteHiveSparkClient | RemoteSparkClient is a wrapper of SparkClient, which wrap a spark job request and send to an remote SparkContext. | Class | org.apache.hadoop.hive.ql.exec.spark | Apache Hive | javadoc |
| Rpc | Encapsulates the RPC functionality. | Class | org.apache.hive.spark.client.rpc | Apache Hive | javadoc |
Check Code Snippets / Samples for org.apache.hive.spark.client.rpc.Rpc |
| RpcServer | An RPC server. | Class | org.apache.hive.spark.client.rpc | Apache Hive | javadoc |
| SchemaAwareCompressionInputStream | SchemaAwareCompressionInputStream adds the ability to inform the compression stream what column is being read. | Class | org.apache.hadoop.hive.ql.io | Apache Hive | javadoc |
| SchemaAwareCompressionOutputStream | SchemaAwareCompressionOutputStream adds the ability to inform the comression stream the current column being compressed. | Class | org.apache.hadoop.hive.ql.io | Apache Hive | javadoc |
| SortAndDigestPrintStream | | Class | org.apache.hadoop.hive.common.io | Apache Hive | javadoc |
| SortPrintStream | | Class | org.apache.hadoop.hive.common.io | Apache Hive | javadoc |
| TFilterTransport | Transport that simply wraps another transport. | Class | org.apache.hadoop.hive.thrift | Apache Hive | javadoc |
| StaticUtils.IndentedWriter | | Class | org.metawidget.statically.StaticUtils | MetaWidget | javadoc |
| StaticUtils.LeadingSpaceWriter | Writer that automatically inserts a leading space before the first character. | Class | org.metawidget.statically.StaticUtils | MetaWidget | javadoc |
| AbstractConnection | A convenience base implementation of Connection. | Class | org.eclipse.jetty.io | Jetty | javadoc |
| AbstractEndPoint | | Class | org.eclipse.jetty.io | Jetty | javadoc |
| AbstractNetworkConnector | An abstract Network Connector. | Class | org.eclipse.jetty.server | Jetty | javadoc |
| AbstractWebSocketConnection | Provides the implementation of LogicalConnection within the framework of the new Connection framework of jetty-io. | Class | org.eclipse.jetty.websocket.common.io | Jetty | javadoc |
| ALPNClientConnection | | Class | org.eclipse.jetty.alpn.client | Jetty | javadoc |
| ALPNServerConnection | | Class | org.eclipse.jetty.alpn.server | Jetty | javadoc |
| AntWebAppContext.AntURLClassLoader | Adapt the AntClassLoader which is not a URLClassLoader - this is needed for jsp to be able to search the classpath. | Class | org.eclipse.jetty.ant.AntWebAppContext | Jetty | javadoc |
| BlockingWriteCallback.WriteBlocker | | Class | org.eclipse.jetty.websocket.common.BlockingWriteCallback | Jetty | javadoc |
| ByteArrayEndPoint | | Class | org.eclipse.jetty.io | Jetty | javadoc |
| ByteArrayISO8859Writer | Byte Array ISO 8859 writer. | Class | org.eclipse.jetty.util | Jetty | javadoc |
| ByteArrayOutputStream2 | | Class | org.eclipse.jetty.util | Jetty | javadoc |
| CachingWebAppClassLoader | A WebAppClassLoader that caches getResource(String) results. | Class | org.eclipse.jetty.webapp | Jetty | javadoc |
|
| ChannelEndPoint | Holds the channel and socket for an NIO endpoint. | Class | org.eclipse.jetty.io | Jetty | javadoc |
| ClassLoadingObjectInputStream | ClassLoadingObjectInputStream For re-inflating serialized objects, this class uses the thread context classloader | Class | org.eclipse.jetty.util | Jetty | javadoc |
| ConnectionPool | | Class | org.eclipse.jetty.client | Jetty | javadoc |
| DeferredContentProvider | A ContentProvider that allows to add content after Request. | Class | org.eclipse.jetty.client.util | Jetty | javadoc |
| DuplexConnectionPool | | Class | org.eclipse.jetty.client | Jetty | javadoc |
| EmptyResource | Represents a resource that does does not refer to any file, url, jar etc. | Class | org.eclipse.jetty.util.resource | Jetty | javadoc |
| EncodingHttpWriter | | Class | org.eclipse.jetty.server | Jetty | javadoc |
| FakeURLClassLoader | A URLClassloader that overrides the getURLs() method to return the list of urls passed in to the constructor, but otherwise acts as if it has no | Class | org.eclipse.jetty.osgi.boot.utils | Jetty | javadoc |
| FileResource | Handle resources of implied or explicit file type. | Class | org.eclipse.jetty.util.resource | Jetty | javadoc |
| HTTP2Connection | | Class | org.eclipse.jetty.http2 | Jetty | javadoc |
| HTTP2ServerConnection | | Class | org.eclipse.jetty.http2.server | Jetty | javadoc |
| HTTP2Stream | | Class | org.eclipse.jetty.http2 | Jetty | javadoc |
| HttpConnection | | Class | org.eclipse.jetty.client | Jetty | javadoc |
| HttpConnection | A Connection that handles the HTTP protocol. | Class | org.eclipse.jetty.server | Jetty | javadoc |
| HttpConnectionOverFCGI | | Class | org.eclipse.jetty.fcgi.client.http | Jetty | javadoc |
| HttpConnectionOverHTTP | | Class | org.eclipse.jetty.client.http | Jetty | javadoc |
| HttpConnectionOverHTTP2 | | Class | org.eclipse.jetty.http2.client.http | Jetty | javadoc |
| HttpContent | HttpContent is a stateful, linear representation of the request content provided by a ContentProvider that can be traversed one-way to obtain content buffers to | Class | org.eclipse.jetty.client | Jetty | javadoc |
| HttpDestination | | Class | org.eclipse.jetty.client | Jetty | javadoc |
| HttpDestinationOverFCGI | | Class | org.eclipse.jetty.fcgi.client.http | Jetty | javadoc |
| HttpDestinationOverHTTP | | Class | org.eclipse.jetty.client.http | Jetty | javadoc |
| HttpDestinationOverHTTP2 | | Class | org.eclipse.jetty.http2.client.http | Jetty | javadoc |
| HttpInput | HttpInput provides an implementation of ServletInputStream for HttpChannel. | Class | org.eclipse.jetty.server | Jetty | javadoc |
| HttpInputOverHTTP | | Class | org.eclipse.jetty.server | Jetty | javadoc |
| HttpOutput | HttpOutput implements ServletOutputStream as required by the Servlet specification. | Class | org.eclipse.jetty.server | Jetty | javadoc |
|
| HttpWriter | | Class | org.eclipse.jetty.server | Jetty | javadoc |
| InputStreamContentProvider | A ContentProvider for an InputStream. | Class | org.eclipse.jetty.client.util | Jetty | javadoc |
| Iso88591HttpWriter | | Class | org.eclipse.jetty.server | Jetty | javadoc |
| JarResource | | Class | org.eclipse.jetty.util.resource | Jetty | javadoc |
| JsrSession | Session for the JSR. | Class | org.eclipse.jetty.websocket.jsr356 | Jetty | javadoc |
| LeakTrackingConnectionPool | | Class | org.eclipse.jetty.client | Jetty | javadoc |
| MessageInputStream | Support class for reading a (single) WebSocket BINARY message via a InputStream. | Class | org.eclipse.jetty.websocket.common.message | Jetty | javadoc |
| MessageOutputStream | | Class | org.eclipse.jetty.websocket.common.message | Jetty | javadoc |
| MessageReader | Support class for reading a (single) WebSocket TEXT message via a Reader. | Class | org.eclipse.jetty.websocket.common.message | Jetty | javadoc |
| MessageWriter | Support for writing a single WebSocket TEXT message via a Writer Note: Per WebSocket spec, all WebSocket TEXT messages must be encoded in UTF-8 | Class | org.eclipse.jetty.websocket.common.message | Jetty | javadoc |
| MultiPartContentProvider | A ContentProvider for form uploads with the "multipart/form-data" MultiPartContentProvider multiPart = new MultiPartContentProvider(); | Class | org.eclipse.jetty.client.util | Jetty | javadoc |
| MultiPartOutputStream | Handle a multipart MIME response. | Class | org.eclipse.jetty.util | Jetty | javadoc |
| MultiPartWriter | Handle a multipart MIME response. | Class | org.eclipse.jetty.util | Jetty | javadoc |
| MultiplexHttpDestination | | Class | org.eclipse.jetty.client | Jetty | javadoc |
| MultiplexHttpDestinationOverFCGI | | Class | org.eclipse.jetty.fcgi.client.http | Jetty | javadoc |
| NegotiatingClientConnection | | Class | org.eclipse.jetty.io | Jetty | javadoc |
| NegotiatingServerConnection | | Class | org.eclipse.jetty.server | Jetty | javadoc |
| NetworkTrafficSelectChannelConnector | | Class | org.eclipse.jetty.server.nio | Jetty | javadoc |
| NetworkTrafficSelectChannelEndPoint | | Class | org.eclipse.jetty.io | Jetty | javadoc |
| NetworkTrafficServerConnector | A specialized version of ServerConnector that supports NetworkTrafficListeners. | Class | org.eclipse.jetty.server | Jetty | javadoc |
| OSGiClassLoader | Class loader that is aware of a bundle. | Class | org.eclipse.jetty.osgi.boot.utils | Jetty | javadoc |
| OSGiWebappClassLoader | OSGiWebappClassLoader Extends the webapp classloader to also use the classloader of the Bundle defining the webapp. | Class | org.eclipse.jetty.osgi.boot.internal.webapp | Jetty | javadoc |
| OutputStreamContentProvider | A ContentProvider that provides content asynchronously through an OutputStream similar to DeferredContentProvider. | Class | org.eclipse.jetty.client.util | Jetty | javadoc |
| PathResource | Java NIO Path equivalent of FileResource. | Class | org.eclipse.jetty.util.resource | Jetty | javadoc |
| PoolingHttpDestination | | Class | org.eclipse.jetty.client | Jetty | javadoc |
|
| ProxyConnection | | Class | org.eclipse.jetty.proxy | Jetty | javadoc |
| ProxyConnectionFactory.ProxyConnection | | Class | org.eclipse.jetty.server.ProxyConnectionFactory | Jetty | javadoc |
| ProxyConnectionFactory.ProxyEndPoint | | Class | org.eclipse.jetty.server.ProxyConnectionFactory | Jetty | javadoc |
| ReadLineInputStream | Read from an input stream, accepting CR/LF, LF or just CR. | Class | org.eclipse.jetty.util | Jetty | javadoc |
| Resource | Abstract resource class. | Class | org.eclipse.jetty.util.resource | Jetty | javadoc |
| ResourceCollection | A collection of resources (dirs). | Class | org.eclipse.jetty.util.resource | Jetty | javadoc |
| ResponseWriter | Specialized PrintWriter for servlet Responses An instance of ResponseWriter is the PrintWriter subclass returned by Response. | Class | org.eclipse.jetty.server | Jetty | javadoc |
| RolloverFileOutputStream | RolloverFileOutputStream This output stream puts content in a file that is rolled over every 24 hours. | Class | org.eclipse.jetty.util | Jetty | javadoc |
| SelectChannelEndPoint | An ChannelEndpoint that can be scheduled by SelectorManager. | Class | org.eclipse.jetty.io | Jetty | javadoc |
| SelectiveJarResource | SelectiveJarResource Selectively copies resources from a jar file based on includes/excludes. | Class | org.eclipse.jetty.maven.plugin | Jetty | javadoc |
| ServerConnector | This Connector implementation is the primary connector for the Jetty server over TCP/IP. | Class | org.eclipse.jetty.server | Jetty | javadoc |
| ServerFCGIConnection | | Class | org.eclipse.jetty.fcgi.server | Jetty | javadoc |
| SslConnection | A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically an Connection like HttpConnection) that | Class | org.eclipse.jetty.io.ssl | Jetty | javadoc |
| StacklessLogging | A try-with-resources compatible layer for hiding stacktraces within the scope of the try block when logging with StdErrLog implementation. | Class | org.eclipse.jetty.util.log | Jetty | javadoc |
| ThreadClassLoaderScope | | Class | org.eclipse.jetty.util.thread | Jetty | javadoc |
| UpgradeConnection | This is the initial connection handling that exists immediately after physical connection is established to destination server. | Class | org.eclipse.jetty.websocket.client.io | Jetty | javadoc |
| URLResource | Abstract resource class. | Class | org.eclipse.jetty.util.resource | Jetty | javadoc |
| Utf8HttpWriter | A writer that can wrap a HttpOutput stream and provide character encodings. | Class | org.eclipse.jetty.server | Jetty | javadoc |
| ValidatingConnectionPool | A connection pool that validates connections before making them available for use. | Class | org.eclipse.jetty.client | Jetty | javadoc |
| WebAppClassLoader | ClassLoader for HttpContext. | Class | org.eclipse.jetty.webapp | Jetty | javadoc |
| WebSocketClientConnection | Client side WebSocket physical connection. | Class | org.eclipse.jetty.websocket.client.io | Jetty | javadoc |
| WebSocketServerConnection | | Class | org.eclipse.jetty.websocket.server | Jetty | javadoc |
| WebSocketSession | | Class | org.eclipse.jetty.websocket.common | Jetty | javadoc |
| WriterOutputStream | Wrap a Writer as an OutputStream. | Class | org.eclipse.jetty.io | Jetty | javadoc |
| CharBuf | | Class | groovy.json.internal | Groovy | javadoc |
|
| DelegatingIndentWriter | A writer which delegates to another writer and supports an additional indenting level. | Class | groovy.text.markup | Groovy | javadoc |
| EncodingAwareBufferedWriter | A buffered writer only for OutputStreamWriter that is aware of the encoding of the OutputStreamWriter. | Class | groovy.io | Groovy | javadoc |
| FlushingStreamWriter | Stream writer which flushes after each write operation. | Class | org.codehaus.groovy.runtime | Groovy | javadoc |
| GroovyClassLoader | A ClassLoader which can load Groovy classes. | Class | groovy.lang | Groovy | javadoc |
| GroovyClassLoader.InnerLoader | | Class | groovy.lang.GroovyClassLoader | Groovy | javadoc |
| GroovyPrintStream | A PrintStream that outputs objects in Groovy style. | Class | groovy.io | Groovy | javadoc |
| GroovyPrintWriter | A PrintWriter that outputs objects in Groovy style. | Class | groovy.io | Groovy | javadoc |
| IO | Container for input/output handles. | Class | org.codehaus.groovy.tools.shell | Groovy | javadoc |
| LineColumnReader | The LineColumnReader is an extension to BufferedReader that keeps track of the line and column information of where the cursor is. | Class | groovy.io | Groovy | javadoc |
| NullWriter | An Writer than eats its input. | Class | org.codehaus.groovy.control.io | Groovy | javadoc |
| PlatformLineWriter | A buffered writer that gobbles any \r characters and replaces every \n with a platform specific newline. | Class | groovy.io | Groovy | javadoc |
| RootLoader | This ClassLoader should be used as root of class loaders. | Class | org.codehaus.groovy.tools | Groovy | javadoc |
| StreamingMarkupWriter | | Class | groovy.xml.streamingmarkupsupport | Groovy | javadoc |
| StringBufferWriter | This class codes around a silly limitation of StringWriter which doesn't allow a StringBuffer to be passed in as a constructor for some bizarre reason. | Class | org.codehaus.groovy.runtime | Groovy | javadoc |
| SystemOutputInterceptor | Intercepts System. | Class | groovy.ui | Groovy | javadoc |
| UnicodeEscapingReader | Translates GLS-defined unicode escapes into characters. | Class | org.codehaus.groovy.antlr | Groovy | javadoc |
| BZip2PipedOutputStream | Opens a outputstream for writing into a bzip2 file by piping into the bzip2 command. | Class | edu.stanford.nlp.io | Stanford Parser | javadoc |
| EncodingFileReader | This is a convenience class which works almost exactly like but allows for the specification of input encoding. | Class | edu.stanford.nlp.io | Stanford Parser | javadoc |
| FilteringTreeReader | A FilteringTreeReader filters the output of another TreeReader. | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc |
| FragDiscardingPennTreeReader | | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser | javadoc |
| FrenchXMLTreeReader | A reader for XML format French Treebank files. | Class | edu.stanford.nlp.trees.international.french | Stanford Parser | javadoc |
| NullOutputStream | An OutputStream which throws away all output instead of outputting anything Taken from http://stackoverflow. | Class | edu.stanford.nlp.io | Stanford Parser | javadoc |
| PennTreeReader | This class implements the TreeReader interface to read Penn Treebank-style files. | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc |
| PrintFile | Shorthand class for opening an output file for human-readable output. | Class | edu.stanford.nlp.io | Stanford Parser | javadoc |
| ReaderInputStream | Adapts a Reader as an InputStream. | Class | edu.stanford.nlp.io | Stanford Parser | javadoc |
|
| RedwoodPrintStream | A PrintStream that writes to Redwood logs. | Class | edu.stanford.nlp.util.logging | Stanford Parser | javadoc |
| StringOutputStream | An OutputStream that can be turned into a String. | Class | edu.stanford.nlp.io | Stanford Parser | javadoc |
| SystemUtils.ProcessOutputStream | | Class | edu.stanford.nlp.util.SystemUtils | Stanford Parser | javadoc |
| TeeStream | | Class | edu.stanford.nlp.io | Stanford Parser | javadoc |
| PrimePartialResponseWriter | | Class | org.primefaces.context | PrimeFaces | javadoc |
| Base32InputStream | Provides Base32 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
| Base32OutputStream | Provides Base32 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
| Base64InputStream | Provides Base64 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
| Base64OutputStream | Provides Base64 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
| BaseNCodecInputStream | Abstract superclass for Base-N input streams. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
| BaseNCodecOutputStream | Abstract superclass for Base-N output streams. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
| ArArchiveInputStream | | Class | org.apache.commons.compress.archivers.ar | Apache Commons | javadoc |
| ArArchiveOutputStream | | Class | org.apache.commons.compress.archivers.ar | Apache Commons | javadoc |
| ArchiveInputStream | Archive input streams MUST override the InputStream. | Class | org.apache.commons.compress.archivers | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.ArchiveInputStream |
| ArchiveOutputStream | Archive output stream implementations are expected to override the OutputStream. | Class | org.apache.commons.compress.archivers | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.ArchiveOutputStream |
| ArjArchiveInputStream | | Class | org.apache.commons.compress.archivers.arj | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.arj.ArjArchiveInputStream |
| BitInputStream | Reads bits from an InputStream. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.utils.BitInputStream |
| BoundedInputStream | A stream that limits reading from a wrapped stream to a given number of bytes. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.utils.BoundedInputStream |
| BZip2CompressorInputStream | An input stream that decompresses from the BZip2 format to be read as any other stream. | Class | org.apache.commons.compress.compressors.bzip2 | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream |
| BZip2CompressorOutputStream | An output stream that compresses into the BZip2 format into another stream. | Class | org.apache.commons.compress.compressors.bzip2 | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream |
| ChecksumVerifyingInputStream | A stream that verifies the checksum of the data read once the stream isSince:1. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
| CompressorInputStream | | Class | org.apache.commons.compress.compressors | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.compressors.CompressorInputStream |
| CompressorOutputStream | | Class | org.apache.commons.compress.compressors | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.compressors.CompressorOutputStream |
| CountingInputStream | Stream that tracks the number of bytes read. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
| CountingOutputStream | Stream that tracks the number of bytes read. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.utils.CountingOutputStream |
|
| CpioArchiveInputStream | CPIOArchiveInputStream is a stream for reading cpio streams. | Class | org.apache.commons.compress.archivers.cpio | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream |
| CpioArchiveOutputStream | CPIOArchiveOutputStream is a stream for writing CPIO streams. | Class | org.apache.commons.compress.archivers.cpio | Apache Commons | javadoc |
| CRC32VerifyingInputStream | A stream that verifies the CRC of the data read once the stream isSince:1. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
| DeflateCompressorInputStream | Deflate decompressor. | Class | org.apache.commons.compress.compressors.deflate | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream |
| DeflateCompressorOutputStream | | Class | org.apache.commons.compress.compressors.deflate | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream |
| DumpArchiveInputStream | The DumpArchiveInputStream reads a UNIX dump archive as an InputStream. | Class | org.apache.commons.compress.archivers.dump | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.dump.DumpArchiveInputStream |
| FileBasedScatterGatherBackingStore | ScatterGatherBackingStore that is backed by a file. | Class | org.apache.commons.compress.parallel | Apache Commons | javadoc |
| FramedSnappyCompressorInputStream | CompressorInputStream for the framing Snappy format. | Class | org.apache.commons.compress.compressors.snappy | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream |
| GzipCompressorInputStream | Input stream that decompresses . | Class | org.apache.commons.compress.compressors.gzip | Apache Commons | javadoc |
| GzipCompressorOutputStream | Compressed output stream using the gzip format. | Class | org.apache.commons.compress.compressors.gzip | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream |
| JarArchiveInputStream | | Class | org.apache.commons.compress.archivers.jar | Apache Commons | javadoc |
| JarArchiveOutputStream | Subclass that adds a special extra field to the very first entry which allows the created archive to be used as an executable jar on | Class | org.apache.commons.compress.archivers.jar | Apache Commons | javadoc |
| LZMACompressorInputStream | | Class | org.apache.commons.compress.compressors.lzma | Apache Commons | javadoc |
| LZWInputStream | Generic LZW implementation. | Class | org.apache.commons.compress.compressors.lzw | Apache Commons | javadoc |
| Pack200CompressorInputStream | An input stream that decompresses from the Pack200 format to be read as any other stream. | Class | org.apache.commons.compress.compressors.pack200 | Apache Commons | javadoc |
| Pack200CompressorOutputStream | An output stream that compresses using the Pack200 format. | Class | org.apache.commons.compress.compressors.pack200 | Apache Commons | javadoc |
| ScatterZipOutputStream | A zip output stream that is optimized for multi-threaded scatter/gather construction of zip files. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
| SevenZFile | Reads a 7z file, using RandomAccessFile under The 7z file format is a flexible container | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.sevenz.SevenZFile |
| SevenZOutputFile | | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.sevenz.SevenZOutputFile |
| SnappyCompressorInputStream | CompressorInputStream for the raw Snappy format. | Class | org.apache.commons.compress.compressors.snappy | Apache Commons | javadoc |
| StreamCompressor | Encapsulates a Deflater and crc calculator, handling multiple types of output streams. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
| TarArchiveInputStream | The TarInputStream reads a UNIX tar archive as an InputStream. | Class | org.apache.commons.compress.archivers.tar | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.tar.TarArchiveInputStream |
| TarArchiveOutputStream | The TarOutputStream writes a UNIX tar archive as an OutputStream. | Class | org.apache.commons.compress.archivers.tar | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.tar.TarArchiveOutputStream |
| XZCompressorInputStream | | Class | org.apache.commons.compress.compressors.xz | Apache Commons | javadoc |
| XZCompressorOutputStream | | Class | org.apache.commons.compress.compressors.xz | Apache Commons | javadoc |
|
| ZCompressorInputStream | Input stream that decompresses . | Class | org.apache.commons.compress.compressors.z | Apache Commons | javadoc |
| ZipArchiveInputStream | As of Apache Commons Compress it transparently supports Zip64 extensions and thus individual entries and archives larger than 4 | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.zip.ZipArchiveInputStream |
| ZipArchiveOutputStream | Reimplementation of java. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream |
| ZipFile | Replacement for java. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.compress.archivers.zip.ZipFile |
| PropertiesConfiguration.PropertiesReader | This class is used to read properties lines. | Class | org.apache.commons.configuration.PropertiesConfiguration | Apache Commons | javadoc |
| PropertiesConfiguration.PropertiesWriter | This class is used to write properties lines. | Class | org.apache.commons.configuration.PropertiesConfiguration | Apache Commons | javadoc |
| CSVParser | Parses CSV files according to the specified format. | Class | org.apache.commons.csv | Apache Commons | javadoc |
Check Code Snippets / Samples for org.apache.commons.csv.CSVParser |
| CSVPrinter | Prints values in a CSV format. | Class | org.apache.commons.csv | Apache Commons | javadoc |
| BasicDataSource | Basic implementation of javax. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
| BasicManagedDataSource | BasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections. | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
| DelegatingCallableStatement | A base delegating implementation of CallableStatement. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
| DelegatingConnection | A base delegating implementation of Connection. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
| DelegatingPreparedStatement | A base delegating implementation of PreparedStatement. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
| DelegatingResultSet | A base delegating implementation of ResultSet. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
| DelegatingStatement | A base delegating implementation of Statement. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
| InstanceKeyDataSource | The base class for SharedPoolDataSource and PerUserPoolDataSource. | Class | org.apache.commons.dbcp2.datasources | Apache Commons | javadoc |
| ManagedConnection | ManagedConnection is responsible for managing a database connection in a transactional environment (typically called Container Managed). | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
| ManagedDataSource | The ManagedDataSource is a PoolingDataSource that creates ManagedConnections. | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
| PerUserPoolDataSource | A pooling DataSource appropriate for deployment within J2EE environment. | Class | org.apache.commons.dbcp2.datasources | Apache Commons | javadoc |
| PoolableCallableStatement | A DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
| PoolableConnection | A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
| PoolableManagedConnection | PoolableConnection that unregisters from TransactionRegistry on Connection real destroy. | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
| PoolablePreparedStatement | A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
| PoolingConnection | A DelegatingConnection that pools PreparedStatements. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
| PoolingDataSource | A simple DataSource implementation that obtains Connections from the specified ObjectPool. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
| SharedPoolDataSource | A pooling DataSource appropriate for deployment within J2EE environment. | Class | org.apache.commons.dbcp2.datasources | Apache Commons | javadoc |
| LogOutputStream | Base class to connect a logging system to the output and/or error stream of then external process. | Class | org.apache.commons.exec | Apache Commons | javadoc |
| LimitedInputStream | An input stream, which limits its data size. | Class | org.apache.commons.fileupload.util | Apache Commons | javadoc |
| AutoCloseInputStream | Proxy stream that closes and discards the underlying stream as soon as the end of input has been reached or when the stream is explicitly closed. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| BOMInputStream | This class is used to wrap a stream that includes an encoded ByteOrderMark as its first bytes. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| BoundedInputStream | This is a stream that will only supply bytes up to a certain length - if its position goes above that, it will stop. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| BrokenInputStream | Broken input stream. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| BrokenOutputStream | Broken output stream. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| ByteArrayOutputStream | This class implements an output stream in which the data is written into a byte array. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| CharSequenceInputStream | InputStream implementation that can read from String, StringBuffer, StringBuilder or CharBuffer. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| CharSequenceReader | Reader implementation that can read from String, StringBuffer, StringBuilder or CharBuffer. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| ChunkedOutputStream | OutputStream which breaks larger output blocks into chunks. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| ChunkedWriter | OutputStream which breaks larger output blocks into chunks. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| ClassLoaderObjectInputStream | A special ObjectInputStream that loads a class based on a specified ClassLoader rather than the system default. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| ClosedInputStream | Closed input stream. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| ClosedOutputStream | Closed output stream. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| CloseShieldInputStream | Proxy stream that prevents the underlying input stream from being closed. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| CloseShieldOutputStream | Proxy stream that prevents the underlying output stream from being closed. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| CountingInputStream | A decorating input stream that counts the number of bytes that have passed through the stream so far. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| CountingOutputStream | A decorating output stream that counts the number of bytes that have passed through the stream so far. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| DeferredFileOutputStream | An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| DemuxInputStream | Data written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxInputStream. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| DemuxOutputStream | Data written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxOutputStream. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| FileWriterWithEncoding | Writer of files that allows the encoding to be set. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| LockableFileWriter | FileWriter that will create and honor lock files to allow simple cross thread file lock handling. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
|
| NullInputStream | A functional, light weight InputStream that emulates a stream of a specified size. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| NullOutputStream | This OutputStream writes all data to the famous /dev/null. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| NullReader | A functional, light weight Reader that emulates a reader of a specified size. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| NullWriter | This Writer writes all data to the famous /dev/null. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| ProxyInputStream | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| ProxyOutputStream | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| ProxyReader | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| ProxyWriter | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| ReaderInputStream | InputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| ReversedLinesFileReader | Reads lines in a file reversely (similar to a BufferedReader, but starting at the last line). | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| StringBuilderWriter | Writer implementation that outputs to a StringBuilder. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| SwappedDataInputStream | DataInput for systems relying on little endian data formats. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| TaggedInputStream | An input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| TaggedOutputStream | An output stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| TeeInputStream | InputStream proxy that transparently writes a copy of all bytes read from the proxied stream to a given OutputStream. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| TeeOutputStream | Classic splitter of OutputStream. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| ThresholdingOutputStream | An output stream which triggers an event when a specified number of bytes of data have been written to it. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| WriterOutputStream | OutputStream implementation that transforms a byte stream to a character stream using a specified charset encoding and writes the resulting | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| XmlStreamReader | Character stream that handles all the necessary Voodo to figure out the charset encoding of the XML document within the stream. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
| XmlStreamWriter | Character stream that handles all the necessary Voodo to figure out the charset encoding of the XML document written to the stream. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
| CRLFLineReader | CRLFLineReader implements a readLine() method that requires exactly CRLF to terminate an input line. | Class | org.apache.commons.net.io | Apache Commons | javadoc |
| DotTerminatedMessageReader | DotTerminatedMessageReader is a class used to read messages from a server that are terminated by a single dot followed by a | Class | org.apache.commons.net.io | Apache Commons | javadoc |
| DotTerminatedMessageWriter | DotTerminatedMessageWriter is a class used to write messages to a server that are terminated by a single dot followed by a | Class | org.apache.commons.net.io | Apache Commons | javadoc |
| FromNetASCIIInputStream | This class wraps an input stream, replacing all occurrences of (carriage return followed by a linefeed), | Class | org.apache.commons.net.io | Apache Commons | javadoc |
| FromNetASCIIOutputStream | This class wraps an output stream, replacing all occurrences of (carriage return followed by a linefeed), | Class | org.apache.commons.net.io | Apache Commons | javadoc |
|
| SocketInputStream | This class wraps an input stream, storing a reference to its originating socket. | Class | org.apache.commons.net.io | Apache Commons | javadoc |
| SocketOutputStream | This class wraps an output stream, storing a reference to its originating socket. | Class | org.apache.commons.net.io | Apache Commons | javadoc |
| ToNetASCIIInputStream | This class wraps an input stream, replacing all singly occurring (linefeed) characters with (carriage return | Class | org.apache.commons.net.io | Apache Commons | javadoc |
| ToNetASCIIOutputStream | This class wraps an output stream, replacing all singly occurring (linefeed) characters with (carriage return | Class | org.apache.commons.net.io | Apache Commons | javadoc |
| ByteIteratorInputStream | Adapts an ByteIterator to the InputStream interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons | javadoc |
| CharIteratorReader | Adapts a CharIterator to the Reader interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons | javadoc |
| AbstractFileObject | A partial file object implementation. | Class | org.apache.commons.vfs2.provider | Apache Commons | javadoc |
| Bzip2FileObject | | Class | org.apache.commons.vfs2.provider.bzip2 | Apache Commons | javadoc |
| CompressedFileFileObject | | Class | org.apache.commons.vfs2.provider.compressed | Apache Commons | javadoc |
| DecoratedFileObject | Base class to build a fileObject decoration. | Class | org.apache.commons.vfs2.impl | Apache Commons | javadoc |
| DefaultFileContent | The content of a file. | Class | org.apache.commons.vfs2.provider | Apache Commons | javadoc |
| DelegateFileObject | A file backed by another file. | Class | org.apache.commons.vfs2.provider | Apache Commons | javadoc |
| FtpFileObject | | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons | javadoc |
| GzipFileObject | | Class | org.apache.commons.vfs2.provider.gzip | Apache Commons | javadoc |
| HdfsFileObject | A VFS representation of an HDFS file. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons | javadoc |
| HttpFileObject | A file object backed by Apache Commons HttpClient. | Class | org.apache.commons.vfs2.provider.http | Apache Commons | javadoc |
| JarFileObject | A file in a Jar file system. | Class | org.apache.commons.vfs2.provider.jar | Apache Commons | javadoc |
| LocalFile | A file object implementation which uses direct file access. | Class | org.apache.commons.vfs2.provider.local | Apache Commons | javadoc |
| MonitorInputStream | An InputStream that provides buffering and end-of-stream monitoring. | Class | org.apache.commons.vfs2.util | Apache Commons | javadoc |
| MonitorOutputStream | An OutputStream that provides buffering and end-of-stream monitoring. | Class | org.apache.commons.vfs2.util | Apache Commons | javadoc |
| OnCallRefreshFileObject | This decorator refreshes the fileObject data on every call. | Class | org.apache.commons.vfs2.cache | Apache Commons | javadoc |
| RamFileObject | | Class | org.apache.commons.vfs2.provider.ram | Apache Commons | javadoc |
| RamFileOutputStream | OutputStream to a RamFile. | Class | org.apache.commons.vfs2.provider.ram | Apache Commons | javadoc |
| SftpFileObject | | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons | javadoc |
| SynchronizedFileObject | This decorator synchronize all access to the FileObject. | Class | org.apache.commons.vfs2.impl | Apache Commons | javadoc |
|
| TarFileObject | A file in a Tar file system. | Class | org.apache.commons.vfs2.provider.tar | Apache Commons | javadoc |
| UrlFileObject | A FileObject implementation backed by a URL. | Class | org.apache.commons.vfs2.provider.url | Apache Commons | javadoc |
| WebdavFileObject | | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons | javadoc |
| ZipFileObject | A file in a Zip file system. | Class | org.apache.commons.vfs2.provider.zip | Apache Commons | javadoc |
| CountingOnlyOutputStream | Keeps track of the number of bytes written to it, but doesn't write them anywhere. | Class | org.apache.commons.jcs.admin | Apache Commons | javadoc |
| ObjectInputStreamClassLoaderAware | | Class | org.apache.commons.jcs.io | Apache Commons | javadoc |
| Closer | A Closeable that collects Closeable resources and closes them all when it is closed. | Class | com.google.common.io | Google Guava | javadoc |
| CountingInputStream | An InputStream that counts the number of bytes read. | Class | com.google.common.io | Google Guava | javadoc |
| CountingOutputStream | An OutputStream that counts the number of bytes written. | Class | com.google.common.io | Google Guava | javadoc |
| FileBackedOutputStream | An OutputStream that starts buffering to a byte array, but switches to file buffering once the data reaches a configurable size. | Class | com.google.common.io | Google Guava | javadoc |
| FinalizableReferenceQueue | A reference queue with an associated background thread that dequeues references and invokes FinalizableReference. | Class | com.google.common.base | Google Guava | javadoc |
| HashingInputStream | An InputStream that maintains a hash of the data read from it. | Class | com.google.common.hash | Google Guava | javadoc |
| HashingOutputStream | An OutputStream that maintains a hash of the data written to it. | Class | com.google.common.hash | Google Guava | javadoc |
| LittleEndianDataInputStream | An implementation of DataInput that uses little-endian byte ordering for reading short, int, float, double, and | Class | com.google.common.io | Google Guava | javadoc |
| LittleEndianDataOutputStream | An implementation of DataOutput that uses little-endian byte ordering for writing char, short, int, float, double, and long values. | Class | com.google.common.io | Google Guava | javadoc |
| AbstractEventStream | | Class | opennlp.tools.util | Natural Language Processing (OpenNLP) | javadoc |
| AbstractObjectStream | | Class | opennlp.tools.util | Natural Language Processing (OpenNLP) | javadoc |
| AbstractParserEventStream | Abstract class extended by parser event streams which perform tagging and chunking. | Class | opennlp.tools.parser | Natural Language Processing (OpenNLP) | javadoc |
| AbstractToSentenceSampleStream | | Class | opennlp.tools.formats.convert | Natural Language Processing (OpenNLP) | javadoc |
| ADChunkSampleStream | Parser for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the Portuguese Chunker training. | Class | opennlp.tools.formats.ad | Natural Language Processing (OpenNLP) | javadoc |
| ADNameSampleStream | Parser for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the Portuguese NER training. | Class | opennlp.tools.formats.ad | Natural Language Processing (OpenNLP) | javadoc |
| ADPOSSampleStream | | Class | opennlp.tools.formats.ad | Natural Language Processing (OpenNLP) | javadoc |
| ADSentenceSampleStream | | Class | opennlp.tools.formats.ad | Natural Language Processing (OpenNLP) | javadoc |
| ADSentenceStream | Stream filter which merges text lines into sentences, following the Arvores Information about the format: | Class | opennlp.tools.formats.ad | Natural Language Processing (OpenNLP) | javadoc |
| BioNLP2004NameSampleStream | Parser for the training files of the BioNLP/NLPBA 2004 shared task. | Class | opennlp.tools.formats | Natural Language Processing (OpenNLP) | javadoc |
|
| BratAnnotationStream | Reads the annotations from the brat . | Class | opennlp.tools.formats.brat | Natural Language Processing (OpenNLP) | javadoc |
| BratDocumentStream | | Class | opennlp.tools.formats.brat | Natural Language Processing (OpenNLP) | javadoc |
| BratNameSampleStream | Generates Name Sample objects for a Brat Document object. | Class | opennlp.tools.formats.brat | Natural Language Processing (OpenNLP) | javadoc |
| ChunkerEventStream | Class for creating an event stream out of data files for training a chunker. | Class | opennlp.tools.chunker | Natural Language Processing (OpenNLP) | javadoc |
| ChunkSampleSequenceStream | | Class | opennlp.tools.chunker | Natural Language Processing (OpenNLP) | javadoc |
| ChunkSampleStream | Parses the conll 2000 shared task shallow parser training data. | Class | opennlp.tools.chunker | Natural Language Processing (OpenNLP) | javadoc |
| ChunkSampleStream | | Class | opennlp.tools.parser | Natural Language Processing (OpenNLP) | javadoc |
| CollectionObjectStream | | Class | opennlp.tools.util | Natural Language Processing (OpenNLP) | javadoc |
| Conll02NameSampleStream | Parser for the dutch and spanish ner training files of the CONLL 2002 shared task. | Class | opennlp.tools.formats | Natural Language Processing (OpenNLP) | javadoc |
| Conll03NameSampleStream | An import stream which can parse the CONLL03 data. | Class | opennlp.tools.formats | Natural Language Processing (OpenNLP) | javadoc |
| ConllXPOSSampleStream | Parses the data from the CONLL 06 shared task into POS Samples. | Class | opennlp.tools.formats | Natural Language Processing (OpenNLP) | javadoc |
| ConstitParseSampleStream | | Class | opennlp.tools.formats.frenchtreebank | Natural Language Processing (OpenNLP) | javadoc |
| CrossValidationPartitioner.TrainingSampleStream | The TrainingSampleStream which iterates over all training elements. | Class | opennlp.tools.util.eval.CrossValidationPartitioner | Natural Language Processing (OpenNLP) | javadoc |
| DirectorySampleStream | The directory sample stream scans a directory (recursively) for plain text files and outputs each file as a String object. | Class | opennlp.tools.formats | Natural Language Processing (OpenNLP) | javadoc |
| DocumentCategorizerEventStream | Iterator-like class for modeling document classification events. | Class | opennlp.tools.doccat | Natural Language Processing (OpenNLP) | javadoc |
| DocumentSampleStream | This class reads in string encoded training samples, parses them and outputs DocumentSample objects. | Class | opennlp.tools.doccat | Natural Language Processing (OpenNLP) | javadoc |
| DocumentToLineStream | Reads a plain text file and return each line as a String object. | Class | opennlp.tools.formats.ontonotes | Natural Language Processing (OpenNLP) | javadoc |
| EmptyLinePreprocessorStream | Stream to to clean up empty lines for empty line separated document streams. | Class | opennlp.tools.sentdetect | Natural Language Processing (OpenNLP) | javadoc |
| EvalitaNameSampleStream | Parser for the Italian NER training files of the Evalita 2007 and 2009 NER shared tasks. | Class | opennlp.tools.formats | Natural Language Processing (OpenNLP) | javadoc |
| EventTraceStream | | Class | opennlp.tools.util | Natural Language Processing (OpenNLP) | javadoc |
| FileEventStream | Class for using a file of events as an event stream. | Class | opennlp.tools.ml.model | Natural Language Processing (OpenNLP) | javadoc |
| FileToByteArraySampleStream | | Class | opennlp.tools.formats.convert | Natural Language Processing (OpenNLP) | javadoc |
| FileToStringSampleStream | | Class | opennlp.tools.formats.convert | Natural Language Processing (OpenNLP) | javadoc |
| FilterObjectStream | Abstract base class for filtering ObjectStreams. | Class | opennlp.tools.util | Natural Language Processing (OpenNLP) | javadoc |
| HashSumEventStream | | Class | opennlp.tools.ml.model | Natural Language Processing (OpenNLP) | javadoc |
|
| LeipzigDoccatSampleStream | Stream filter to produce document samples out of a Leipzig sentences. | Class | opennlp.tools.formats | Natural Language Processing (OpenNLP) | javadoc |
| MucNameSampleStream | | Class | opennlp.tools.formats.muc | Natural Language Processing (OpenNLP) | javadoc |
| NameFinderCensus90NameStream | This class helps to read the US Census data from the files to build a StringList for each dictionary entry in the name-finder dictionary. | Class | opennlp.tools.formats | Natural Language Processing (OpenNLP) | javadoc |
| NameFinderEventStream | | Class | opennlp.tools.namefind | Natural Language Processing (OpenNLP) | javadoc |
| NameSampleDataStream | The NameSampleDataStream class converts tagged Strings provided by a DataStream to NameSample objects. | Class | opennlp.tools.namefind | Natural Language Processing (OpenNLP) | javadoc |
| NameSampleSequenceStream | | Class | opennlp.tools.namefind | Natural Language Processing (OpenNLP) | javadoc |
| NameSampleTypeFilter | A stream which removes Name Samples which do not have a certain type. | Class | opennlp.tools.namefind | Natural Language Processing (OpenNLP) | javadoc |
| NameToSentenceSampleStream | | Class | opennlp.tools.formats.convert | Natural Language Processing (OpenNLP) | javadoc |
| NameToTokenSampleStream | | Class | opennlp.tools.formats.convert | Natural Language Processing (OpenNLP) | javadoc |
| OntoNotesNameSampleStream | Name Sample Stream parser for the OntoNotes 4. | Class | opennlp.tools.formats.ontonotes | Natural Language Processing (OpenNLP) | javadoc |
| OntoNotesParseSampleStream | | Class | opennlp.tools.formats.ontonotes | Natural Language Processing (OpenNLP) | javadoc |
| ParagraphStream | Stream filter which merges text lines into paragraphs. | Class | opennlp.tools.util | Natural Language Processing (OpenNLP) | javadoc |
| ParserEventStream | Wrapper class for one of four parser event streams. | Class | opennlp.tools.parser.chunking | Natural Language Processing (OpenNLP) | javadoc |
| ParserEventStream | | Class | opennlp.tools.parser.treeinsert | Natural Language Processing (OpenNLP) | javadoc |
| ParseSampleStream | | Class | opennlp.tools.parser | Natural Language Processing (OpenNLP) | javadoc |
| ParseToPOSSampleStream | | Class | opennlp.tools.formats.convert | Natural Language Processing (OpenNLP) | javadoc |
| PlainTextByLineStream | Reads a plain text file and return each line as a String object. | Class | opennlp.tools.util | Natural Language Processing (OpenNLP) | javadoc |
| POSSampleEventStream | This class reads the POSSamples from the given Iterator and converts the POSSamples into Events which | Class | opennlp.tools.postag | Natural Language Processing (OpenNLP) | javadoc |
| POSSampleSequenceStream | | Class | opennlp.tools.postag | Natural Language Processing (OpenNLP) | javadoc |
| PosSampleStream | | Class | opennlp.tools.parser | Natural Language Processing (OpenNLP) | javadoc |
| POSToSentenceSampleStream | | Class | opennlp.tools.formats.convert | Natural Language Processing (OpenNLP) | javadoc |
| POSToTokenSampleStream | | Class | opennlp.tools.formats.convert | Natural Language Processing (OpenNLP) | javadoc |
| RealBasicEventStream | | Class | opennlp.tools.ml.maxent | Natural Language Processing (OpenNLP) | javadoc |
| RealValueFileEventStream | | Class | opennlp.tools.ml.model | Natural Language Processing (OpenNLP) | javadoc |
| SDEventStream | | Class | opennlp.tools.sentdetect | Natural Language Processing (OpenNLP) | javadoc |
|
| SegmenterObjectStream | | Class | opennlp.tools.formats.brat | Natural Language Processing (OpenNLP) | javadoc |
| SentenceSampleStream | This class is a stream filter which reads a sentence by line samples from a Reader and converts them into SentenceSample objects. | Class | opennlp.tools.sentdetect | Natural Language Processing (OpenNLP) | javadoc |
| SequenceStreamEventStream | Class which turns a sequence stream into an event stream. | Class | opennlp.tools.ml.model | Natural Language Processing (OpenNLP) | javadoc |
| TokenizerStream | The TokenizerStream uses a tokenizer to tokenize the input string and output TokenSamples. | Class | opennlp.tools.tokenize | Natural Language Processing (OpenNLP) | javadoc |
| TokenSampleStream | This class is a stream filter which reads in string encoded samples and creates TokenSamples out of them. | Class | opennlp.tools.tokenize | Natural Language Processing (OpenNLP) | javadoc |
| TokSpanEventStream | This class reads the TokenSamples from the given Iterator and converts the TokenSamples into Events which | Class | opennlp.tools.tokenize | Natural Language Processing (OpenNLP) | javadoc |
| UncloseableInputStream | An InputStream which cannot be closed. | Class | opennlp.tools.util.model | Natural Language Processing (OpenNLP) | javadoc |
| WhitespaceTokenStream | This stream formats a TokenSamples into whitespace separated token strings. | Class | opennlp.tools.tokenize | Natural Language Processing (OpenNLP) | javadoc |
| WordTagSampleStream | A stream filter which reads a sentence per line which contains words and tags in word_tag format and outputs a POSSample objects. | Class | opennlp.tools.postag | Natural Language Processing (OpenNLP) | javadoc |
| SampleTraceStream | Writes the samples which are processed by this stream to a file. | Class | opennlp.uima.util | Natural Language Processing (OpenNLP) | javadoc |
| AsyncByteConsumer | HttpAsyncResponseConsumer implementation that provides convenience methods for processing of binary content entities enclosed | Class | org.apache.http.nio.client.methods | Apache HttpComponents | javadoc |
| AsyncCharConsumer | HttpAsyncResponseConsumer implementation that provides convenience methods for processing of textual content entities enclosed | Class | org.apache.http.nio.client.methods | Apache HttpComponents | javadoc |
| CloseableHttpAsyncClient | Base implementation of HttpAsyncClient that also implements Closeable. | Class | org.apache.http.impl.nio.client | Apache HttpComponents | javadoc |
| CloseableHttpPipeliningClient | Base implementation of HttpPipeliningClient that also implements Closeable. | Class | org.apache.http.impl.nio.client | Apache HttpComponents | javadoc |
| DefaultClientAsyncConnection | | Class | org.apache.http.impl.nio.conn | Apache HttpComponents | javadoc |
| ZeroCopyConsumer | HttpAsyncResponseConsumer implementation that streams content entity enclosed in an HTTP response directly into a file | Class | org.apache.http.nio.client.methods | Apache HttpComponents | javadoc |
| ZeroCopyPost | HttpAsyncRequestProducer implementation that generates an HTTP POST request enclosing content of a file. | Class | org.apache.http.nio.client.methods | Apache HttpComponents | javadoc |
| ZeroCopyPut | HttpAsyncRequestProducer implementation that generates an HTTP PUT request enclosing content of a file. | Class | org.apache.http.nio.client.methods | Apache HttpComponents | javadoc |
| EventObjectInputStream | Restitute the contents of an input stream as java objects. | Class | ch.qos.logback.core.encoder | LogBack | javadoc |
| NonClosableInputStream | | Class | ch.qos.logback.core.encoder | LogBack | javadoc |
| ResilientFileOutputStream | | Class | ch.qos.logback.core.recovery | LogBack | javadoc |
| ResilientOutputStreamBase | | Class | ch.qos.logback.core.recovery | LogBack | javadoc |
| ResilientSyslogOutputStream | | Class | ch.qos.logback.core.recovery | LogBack | javadoc |
| ServerSocketListener | A ServerListener that accepts connections on a ServerSocket. | Class | ch.qos.logback.core.net.server | LogBack | javadoc |
| SyslogOutputStream | SyslogOutputStream is a wrapper around the DatagramSocket class so that it behaves like an OutputStream. | Class | ch.qos.logback.core.net | LogBack | javadoc |
|
| TeeServletOutputStream | | Class | ch.qos.logback.access.servlet | LogBack | javadoc |
| MDC.MDCCloseable | An adapter to remove the key when done. | Class | org.slf4j.MDC | SLF4J | javadoc |
| AbstractEventExecutor | Abstract base class for EventExecutor implementations. | Class | io.netty.util.concurrent | Netty | javadoc |
| AbstractEventExecutorGroup | Abstract base class for EventExecutorGroup implementations. | Class | io.netty.util.concurrent | Netty | javadoc |
| AbstractEventLoop | Skeletal implementation of EventLoop. | Class | io.netty.channel | Netty | javadoc |
| AbstractEventLoopGroup | Skeletal implementation of EventLoopGroup. | Class | io.netty.channel | Netty | javadoc |
| AbstractScheduledEventExecutor | Abstract base class for EventExecutors that want to support scheduling. | Class | io.netty.util.concurrent | Netty | javadoc |
| ByteBufInputStream | An InputStream which reads data from a ByteBuf. | Class | io.netty.buffer | Netty | javadoc |
| ByteBufOutputStream | An OutputStream which writes data to a ByteBuf. | Class | io.netty.buffer | Netty | javadoc |
| CompressorHttp2ConnectionEncoder | A HTTP2 encoder that will compress data frames according to the content-encoding header for each stream. | Class | io.netty.handler.codec.http2 | Netty | javadoc |
| DefaultEventExecutor | | Class | io.netty.util.concurrent | Netty | javadoc |
| DefaultEventExecutorGroup | Default implementation of MultithreadEventExecutorGroup which will use DefaultEventExecutorinstances to handle the tasks. | Class | io.netty.util.concurrent | Netty | javadoc |
| DefaultEventLoop | | Class | io.netty.channel | Netty | javadoc |
| DefaultEventLoopGroup | MultithreadEventLoopGroup which must be used for the local transport. | Class | io.netty.channel | Netty | javadoc |
| DefaultHttp2ConnectionDecoder | Provides the default implementation for processing inbound frame events and delegates to aThis class will read HTTP/2 frames and delegate the events to a Http2FrameListener | Class | io.netty.handler.codec.http2 | Netty | javadoc |
| DefaultHttp2ConnectionEncoder | Default implementation of Http2ConnectionEncoder. | Class | io.netty.handler.codec.http2 | Netty | javadoc |
| DefaultHttp2FrameReader | A Http2FrameReader that supports all frame types defined by the HTTP/2 specification. | Class | io.netty.handler.codec.http2 | Netty | javadoc |
| DefaultHttp2FrameWriter | A Http2FrameWriter that supports all frame types defined by the HTTP/2 specification. | Class | io.netty.handler.codec.http2 | Netty | javadoc |
| DefaultNameResolver | A NameResolver that resolves an InetSocketAddress using JDK's built-in domain name lookup mechanism. | Class | io.netty.resolver | Netty | javadoc |
| DefaultNameResolverGroup | A NameResolverGroup of DefaultNameResolvers. | Class | io.netty.resolver | Netty | javadoc |
| DnsNameResolver | A DNS-based NameResolver. | Class | io.netty.resolver.dns | Netty | javadoc |
| DnsNameResolverGroup | A NameResolverGroup of DnsNameResolvers. | Class | io.netty.resolver.dns | Netty | javadoc |
| EpollEventLoopGroup | A MultithreadEventLoopGroup which uses epoll under thecovers. | Class | io.netty.channel.epoll | Netty | javadoc |
| GlobalEventExecutor | Single-thread singleton EventExecutor. | Class | io.netty.util.concurrent | Netty | javadoc |
| Http2InboundFrameLogger | | Class | io.netty.handler.codec.http2 | Netty | javadoc |
|
| Http2OutboundFrameLogger | | Class | io.netty.handler.codec.http2 | Netty | javadoc |
| ImmediateEventExecutor | AbstractEventExecutor which execute tasks in the callers thread. | Class | io.netty.util.concurrent | Netty | javadoc |
| MultithreadEventExecutorGroup | | Class | io.netty.util.concurrent | Netty | javadoc |
| MultithreadEventLoopGroup | | Class | io.netty.channel | Netty | javadoc |
| NameResolverGroup | Creates and manages NameResolvers so that each EventExecutor has its own resolver instance. | Class | io.netty.resolver | Netty | javadoc |
| NioEventLoop | A SingleThreadEventLoop implementation which registers each Channel with aNIO Selector and performs the multiplexing of these in the event loop. | Class | io.netty.channel.nio | Netty | javadoc |
| NioEventLoopGroup | A MultithreadEventLoopGroup implementation which is used for NIO Selector based Channels. | Class | io.netty.channel.nio | Netty | javadoc |
| NoopNameResolver | A NameResolver that does not perform any resolution but always reports successful resolution. | Class | io.netty.resolver | Netty | javadoc |
| NoopNameResolverGroup | A NameResolverGroup of NoopNameResolvers. | Class | io.netty.resolver | Netty | javadoc |
| ObjectDecoderInputStream | An ObjectInput which is interoperable with ObjectEncoderand ObjectEncoderOutputStream. | Class | io.netty.handler.codec.serialization | Netty | javadoc |
| ObjectEncoderOutputStream | An ObjectOutput which is interoperable with ObjectDecoderand ObjectDecoderInputStream. | Class | io.netty.handler.codec.serialization | Netty | javadoc |
| OioEventLoopGroup | EventLoopGroup which is used to handle OIO Channel's. | Class | io.netty.channel.oio | Netty | javadoc |
| SimpleNameResolver | A skeletal NameResolver implementation. | Class | io.netty.resolver | Netty | javadoc |
| SingleThreadEventExecutor | Abstract base class for EventExecutor's that execute all its submitted tasks in a single thread. | Class | io.netty.util.concurrent | Netty | javadoc |
| SingleThreadEventLoop | Abstract base class for EventLoops that execute all its submitted tasks in a single thread. | Class | io.netty.channel | Netty | javadoc |
| ThreadPerChannelEventLoop | SingleThreadEventLoop which is used to handle OIO Channel's. | Class | io.netty.channel | Netty | javadoc |
| ThreadPerChannelEventLoopGroup | An EventLoopGroup that creates one EventLoop per Channel. | Class | io.netty.channel | Netty | javadoc |
| EchoReader | Reader that echoes characters to the console as they are read. | Class | org.apache.pivot.io | Apache Pivot | javadoc |
| EchoWriter | Writer that echoes characters to the console as they are written. | Class | org.apache.pivot.io | Apache Pivot | javadoc |
| EventObjectInputStream | Restitute the contents of an input stream as java objects. | Class | ch.qos.logback.core.encoder | Logback Api | javadoc |
| NonClosableInputStream | | Class | ch.qos.logback.core.encoder | Logback Api | javadoc |
| ResilientFileOutputStream | | Class | ch.qos.logback.core.recovery | Logback Api | javadoc |
| ResilientOutputStreamBase | | Class | ch.qos.logback.core.recovery | Logback Api | javadoc |
| ResilientSyslogOutputStream | | Class | ch.qos.logback.core.recovery | Logback Api | javadoc |
| ServerSocketListener | A ServerListener that accepts connections on a ServerSocket. | Class | ch.qos.logback.core.net.server | Logback Api | javadoc |
|
| SyslogOutputStream | SyslogOutputStream is a wrapper around the DatagramSocket class so that it behaves like an OutputStream. | Class | ch.qos.logback.core.net | Logback Api | javadoc |
| TeeServletOutputStream | | Class | ch.qos.logback.access.servlet | Logback Api | javadoc |
| AnnotatedObjectInputStream | N e s t e d C l a s s S u m m a r y N e s t e d c l a s s e s / i n t e r f a c e s i n h e r i t e d f r o m c l a s s j a v a . | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| AnnotatedObjectOutputStream | N e s t e d C l a s s S u m m a r y N e s t e d c l a s s e s / i n t e r f a c e s i n h e r i t e d f r o m c l a s s j a v a . | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| AutoDeleteFileInputStream | | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| Base64InputStream | | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| Base64OutputStream | | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| BodyContentWrapper | F i e l d s i n h e r i t e d f r o m c l a s s j a v a x . | Class | com.liferay.portal.kernel.servlet | Liferay Portal | javadoc |
| ByteArrayFileInputStream | | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| ClassLoaderObjectInputStream | N e s t e d C l a s s S u m m a r y N e s t e d c l a s s e s / i n t e r f a c e s i n h e r i t e d f r o m c l a s s j a v a . | Class | com.liferay.portal.kernel.util | Liferay Portal | javadoc |
| DummyOutputStream | | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| DummyWriter | F i e l d s i n h e r i t e d f r o m c l a s s j a v a . | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| FileCacheOutputStream | | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| LimitedInputStream | S k i p t h e s p e c i f i e d o f f s e t u n t i l i t f a i l s t h r e e t i m e s . | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| NullServletOutputStream | C o n s t r u c t o r S u m m a r y N u l l S e r v l e t O u t p u t S t r e a m ( ) M e t h o d s i n h e r i t e d f r o m c l a s s j a v a x . | Class | com.liferay.util.servlet | Liferay Portal | javadoc |
| OutputStreamWriter | F i e l d s i n h e r i t e d f r o m c l a s s j a v a . | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| PipingJspWriter | F i e l d s i n h e r i t e d f r o m c l a s s j a v a x . | Class | com.liferay.portal.kernel.servlet | Liferay Portal | javadoc |
| ProcessOutputStream | F i e l d s i n h e r i t e d f r o m c l a s s c o m . | Class | com.liferay.portal.kernel.process.log | Liferay Portal | javadoc |
| ProgressInputStream | | Class | com.liferay.portal.kernel.upload | Liferay Portal | javadoc |
| RandomAccessInputStream | T h i s c l a s s e n a b l e s a n y I n p u t S t r e a m t o b e s e e k a b l e b y c a c h i n g i t s d a t a i n a t e m p o r a r y R a n d o m A c c e s s F i l e . | Class | com.liferay.portal.kernel.util | Liferay Portal | javadoc |
| ReaderInputStream | | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| RestrictedByteArrayCacheOutputStream | | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| ServletInputStreamAdapter | | Class | com.liferay.portal.kernel.servlet | Liferay Portal | javadoc |
| ServletOutputStreamAdapter | | Class | com.liferay.portal.kernel.servlet | Liferay Portal | javadoc |
| UnsyncBufferedInputStream | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
|
| UnsyncBufferedOutputStream | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncBufferedReader | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncBufferedWriter | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncByteArrayInputStream | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncByteArrayOutputStream | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncCharArrayReader | | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncCharArrayWriter | | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncFilterInputStream | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncFilterOutputStream | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncPrintWriter | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncStringReader | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncStringWriter | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| UnsyncTeeWriter | F i e l d s i n h e r i t e d f r o m c l a s s j a v a . | Class | com.liferay.portal.kernel.io.unsync | Liferay Portal | javadoc |
| WriterOutputStream | | Class | com.liferay.portal.kernel.io | Liferay Portal | javadoc |
| XMLSafeReader | F i e l d s i n h e r i t e d f r o m c l a s s c o m . | Class | com.liferay.util.xml | Liferay Portal | javadoc |
| IsolatedClassLoader | A classloader used by the Classpath. | Class | org.apache.felix.ipojo.manipulator.util | Apache Felix | javadoc |
| AbstractCallableFunctionStatement | | Class | org.mariadb.jdbc | MariaDB | javadoc |
| AbstractCallableProcedureStatement | | Class | org.mariadb.jdbc | MariaDB | javadoc |
| AbstractMariaDbPrepareStatement | | Class | org.mariadb.jdbc | MariaDB | javadoc |
| AbstractSelectResultSet | | Class | org.mariadb.jdbc.internal.queryresults.resultset | MariaDB | javadoc |
| CompressOutputStream | | Class | org.mariadb.jdbc.internal.stream | MariaDB | javadoc |
| DecompressInputStream | | Class | org.mariadb.jdbc.internal.stream | MariaDB | javadoc |
| MariaDbClientPreparedStatement | | Class | org.mariadb.jdbc | MariaDB | javadoc |
| MariaDbConnection | | Class | org.mariadb.jdbc | MariaDB | javadoc |
| MariaDbFunctionStatement | | Class | org.mariadb.jdbc | MariaDB | javadoc |
|
| MariaDbProcedureStatement | | Class | org.mariadb.jdbc | MariaDB | javadoc |
| MariaDbServerPreparedStatement | | Class | org.mariadb.jdbc | MariaDB | javadoc |
| MariaDbStatement | | Class | org.mariadb.jdbc | MariaDB | javadoc |
| MariaSelectResultSet | | Class | org.mariadb.jdbc.internal.queryresults.resultset | MariaDB | javadoc |
| NamedPipeSocket | | Class | org.mariadb.jdbc.internal.socket | MariaDB | javadoc |
| OptimizedBufferedInputStream | | Class | org.mariadb.jdbc.internal.stream | MariaDB | javadoc |
| PacketOutputStream | | Class | org.mariadb.jdbc.internal.stream | MariaDB | javadoc |
| SharedMemorySocket | | Class | org.mariadb.jdbc.internal.socket | MariaDB | javadoc |
| UnixDomainSocket | | Class | org.mariadb.jdbc.internal.socket | MariaDB | javadoc |
| RoutablePrintWriter | Provides a PrintWriter that routes through to another PrintWriter, however the destination can be changed at any point. | Class | org.sitemesh.webapp.contentfilter.io | SiteMesh | javadoc |
| RoutableServletOutputStream | Provides a ServletOutputStream that routes through to another ServletOutputStream, however the destination can be changed at any point. | Class | org.sitemesh.webapp.contentfilter.io | SiteMesh | javadoc |
| ConsoleOutputStream | | Class | com.sshtools.server.vshell | Maverick | javadoc |
| ConsoleReaderInputStream | An InputStream implementation that wraps a ConsoleReader. | Class | jline | Maverick | javadoc |
| ConsoleStreamReader | | Class | com.sshtools.server.vshell | Maverick | javadoc |
| PTYOutputStream | | Class | org.eclipse.cdt.utils.pty | Maverick | javadoc |
| SpawnerOutputStream | | Class | org.eclipse.cdt.utils.spawner | Maverick | javadoc |
| CSVReader | A very simple CSV reader released under a commercial-friendly license. | Class | com.opencsv | OpenCSV | javadoc |
| CSVWriter | A very simple CSV writer released under a commercial-friendly license. | Class | com.opencsv | OpenCSV | javadoc |
| CommentedLineReader | Read text from a character-input stream, ignoring lines starting with the # character. | Class | org.moeaframework.util | MOEA | javadoc |
| MetricFileReader | Reader for metric files produced by MetricFileWriter. | Class | org.moeaframework.analysis | MOEA | javadoc |
| MetricFileWriter | Writes metric files. | Class | org.moeaframework.analysis | MOEA | javadoc |
| ResultFileReader | Reads result files created by ResultFileWriter. | Class | org.moeaframework.analysis | MOEA | javadoc |
| ResultFileWriter | Writes result files. | Class | org.moeaframework.analysis | MOEA | javadoc |
| SampleReader | Reads the parameter samples from the output of SampleGenerator. | Class | org.moeaframework.analysis | MOEA | javadoc |
| ValueExpressionEvaluationInputStream | A filtered stream that evaluates value expressions in the original stream while reading from it. | Class | org.apache.deltaspike.jsf | Delta Spike | javadoc |
|
| LogInputStream | This class extends the functionality of the java. | Class | com.sun.jini | Apache River ( Jini ) | javadoc |
| LogOutputStream | This class extends the functionality of the java. | Class | com.sun.jini.outrigger | Apache River ( Jini ) | javadoc |
| LogOutputStream | This class extends the functionality of the java. | Class | com.sun.jini | Apache River ( Jini ) | javadoc |
| MarshalInputStream | An extension of ObjectInputStream that implements the dynamic class loading semantics of Java(TM) Remote Method | Class | net.jini | Apache River ( Jini ) | javadoc |
| MarshalOutputStream | An extension of ObjectOutputStream that implements the dynamic class loading semantics of Java(TM) Remote Method Invocation | Class | net.jini | Apache River ( Jini ) | javadoc |
| PreferredClassLoader | A class loader that supports preferred classes. | Class | net.jini.loader | Apache River ( Jini ) | javadoc |
| Base64DecodingInputStream | An input stream that decodes its data from the RFC-1512 base 64 format. | Class | org.apache.oodt.commons.io | Apache OODT | javadoc |
| Base64EncodingOutputStream | An output stream that encodes its data into RFC-1512 base 64 format. | Class | org.apache.oodt.commons.io | Apache OODT | javadoc |
| CountingOutputStream | An output stream that counts the number bytes it passes on. | Class | org.apache.oodt.commons.io | Apache OODT | javadoc |
| FixedBufferOutputStream | This stream writes its output into a byte buffer of fixed length. | Class | org.apache.oodt.commons.io | Apache OODT | javadoc |
| LoggerOutputStream | OutputStream wrapper around a java Logger. | Class | org.apache.oodt.commons.io | Apache OODT | javadoc |
| LogWriter | A writer for log messages. | Class | org.apache.oodt.commons.io | Apache OODT | javadoc |
| NullInputStream | An input stream that's always empty. | Class | org.apache.oodt.commons.io | Apache OODT | javadoc |
| NullOutputStream | A null output stream. | Class | org.apache.oodt.commons.io | Apache OODT | javadoc |
| PluginClassLoader | Java ClassLoader for loading plugin classes in Catalogs and QueryExpressions. | Class | org.apache.oodt.cas.catalog.util | Apache OODT | javadoc |
| AbstractConduitSelector | Abstract base class holding logic common to any ConduitSelector that retrieves a Conduit from the ConduitInitiator. | Class | org.apache.cxf.endpoint | Apache CXF | javadoc |
| AbstractThresholdOutputStream | Outputstream that will buffer a certain amount before writing anything to the underlying stream. | Class | org.apache.cxf.io | Apache CXF | javadoc |
| AbstractWrappedOutputStream | Provides a convenient hook onFirstWrite() for those needing to wrap an output stream. | Class | org.apache.cxf.io | Apache CXF | javadoc |
| Base64DecoderStream | An implementation of a FilterInputStream that decodes the stream data in BASE64 encoding format. | Class | org.apache.cxf.attachment | Apache CXF | javadoc |
| Base64OutputStream | | Class | org.apache.cxf.common.util | Apache CXF | javadoc |
| Base64UrlOutputStream | | Class | org.apache.cxf.common.util | Apache CXF | javadoc |
| BusApplicationContext | | Class | org.apache.cxf.bus.spring | Apache CXF | javadoc |
| CacheAndWriteOutputStream | This outputstream implementation will both write to the outputstream that is specified and cache the data at the same time. | Class | org.apache.cxf.io | Apache CXF | javadoc |
| CachedOutputStream | | Class | org.apache.cxf.io | Apache CXF | javadoc |
| CachedWriter | | Class | org.apache.cxf.io | Apache CXF | javadoc |
|
| ClientProxy | | Class | org.apache.cxf.frontend | Apache CXF | javadoc |
| CodahaleMetricsContext | | Class | org.apache.cxf.metrics.codahale | Apache CXF | javadoc |
| CountingInputStream | | Class | org.apache.cxf.metrics.interceptors | Apache CXF | javadoc |
| CountingOutputStream | | Class | org.apache.cxf.metrics.interceptors | Apache CXF | javadoc |
| CXFEHCacheReplayCache | Wrap the default WSS4J EHCacheReplayCache in a BusLifeCycleListener, to make sure that the cache is shutdown correctly. | Class | org.apache.cxf.ws.security.cache | Apache CXF | javadoc |
| CXFHttpAsyncRequestProducer | | Class | org.apache.cxf.transport.http.asyncclient | Apache CXF | javadoc |
| CXFHttpAsyncResponseConsumer | | Class | org.apache.cxf.transport.http.asyncclient | Apache CXF | javadoc |
| DefaultInMemoryTokenStore | | Class | org.apache.cxf.sts.cache | Apache CXF | javadoc |
| DeferredConduitSelector | | Class | org.apache.cxf.endpoint | Apache CXF | javadoc |
| DelegatingInputStream | | Class | org.apache.cxf.attachment | Apache CXF | javadoc |
| DelegatingInputStream | | Class | org.apache.cxf.io | Apache CXF | javadoc |
| DispatchImpl | | Class | org.apache.cxf.jaxws | Apache CXF | javadoc |
| EHCacheIdentityCache | A EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity. | Class | org.apache.cxf.sts.cache | Apache CXF | javadoc |
| EHCacheSPStateManager | An in-memory EHCache implementation of the SPStateManager interface. | Class | org.apache.cxf.rs.security.saml.sso.state | Apache CXF | javadoc |
| EHCacheTokenReplayCache | An in-memory EHCache implementation of the TokenReplayCache interface. | Class | org.apache.cxf.rs.security.saml.sso | Apache CXF | javadoc |
| EHCacheTokenStore | An in-memory EHCache implementation of the TokenStore interface. | Class | org.apache.cxf.ws.security.tokenstore | Apache CXF | javadoc |
| EHCacheXKMSClientCache | An in-memory EHCache implementation of the XKMSClientCache interface. | Class | org.apache.cxf.xkms.cache | Apache CXF | javadoc |
| FailoverTargetSelector | alternate target endpoint when a transport level failure is Note that this feature changes the conduit on the fly and thus makes | Class | org.apache.cxf.clustering | Apache CXF | javadoc |
| HTTPSPStateManager | | Class | org.apache.cxf.rs.security.saml.sso.state | Apache CXF | javadoc |
| IdlPreprocessorReader | A Reader that implements the #include functionality of the preprocessor. | Class | org.apache.cxf.tools.corba.idlpreprocessor | Apache CXF | javadoc |
| IoSessionInputStream | | Class | org.apache.cxf.transport.udp | Apache CXF | javadoc |
| JaxWsClientProxy | | Class | org.apache.cxf.jaxws | Apache CXF | javadoc |
| JweOutputStream | | Class | org.apache.cxf.rs.security.jose.jwe | Apache CXF | javadoc |
| JwsJsonOutputStream | | Class | org.apache.cxf.rs.security.jose.jws | Apache CXF | javadoc |
| JwsOutputStream | | Class | org.apache.cxf.rs.security.jose.jws | Apache CXF | javadoc |
|
| LoadDistributorTargetSelector | The LoadDistributorTargetSelector attempts to do the same job as the FailoverTargetSelector, but to choose an alternate target on every request | Class | org.apache.cxf.clustering | Apache CXF | javadoc |
| LoadingByteArrayOutputStream | Subclass of ByteArrayOutputStream that allows creation of a ByteArrayInputStream directly without creating a copy of the byte[]. | Class | org.apache.cxf.helpers | Apache CXF | javadoc |
| MemorySPStateManager | | Class | org.apache.cxf.rs.security.saml.sso.state | Apache CXF | javadoc |
| MessageDigestInputStream | | Class | org.apache.cxf.common.util | Apache CXF | javadoc |
| MimeBodyPartInputStream | | Class | org.apache.cxf.attachment | Apache CXF | javadoc |
| NettyServletInputStream | | Class | org.apache.cxf.transport.http.netty.server.servlet | Apache CXF | javadoc |
| NettyServletOutputStream | | Class | org.apache.cxf.transport.http.netty.server.servlet | Apache CXF | javadoc |
| PreexistingConduitSelector | | Class | org.apache.cxf.endpoint | Apache CXF | javadoc |
| QuotedPrintableDecoderStream | | Class | org.apache.cxf.attachment | Apache CXF | javadoc |
| ResourceCloser | | Class | org.apache.cxf.transport.jms.util | Apache CXF | javadoc |
| RewindableInputStream | Input stream wrapper to support rewinding to start of input. | Class | org.apache.cxf.ws.rm | Apache CXF | javadoc |
| ServletOutputStreamFilter | | Class | org.apache.cxf.jaxrs.impl | Apache CXF | javadoc |
| UpfrontConduitSelector | | Class | org.apache.cxf.endpoint | Apache CXF | javadoc |
| VelocityWriter | | Class | org.apache.cxf.tools.common | Apache CXF | javadoc |
| WriteOnCloseOutputStream | This outputstream implementation will cache the message until close() is called, at which point it will write the message to the OutputStream | Class | org.apache.cxf.io | Apache CXF | javadoc |
| WSDiscoveryClient | | Class | org.apache.cxf.ws.discovery | Apache CXF | javadoc |
| XSLTOutInterceptor.XSLTCachedWriter | | Class | org.apache.cxf.feature.transform | Apache CXF | javadoc |
| BoundedInputStream | This is a stream that will only supply bytes up to a certain length - if its position goes above that, it will stop. | Class | org.apache.jackrabbit.server.io | Apache JackRabbit | javadoc |
| CachingMultiIndexReader | on FieldNames. | Class | org.apache.jackrabbit.core.query.lucene | Apache JackRabbit | javadoc |
| DbInputStream | This class represents an input stream backed by a database. | Class | org.apache.jackrabbit.core.data.db | Apache JackRabbit | javadoc |
| IndexInputStream | IndexInputStream implements an InputStream that wraps a lucene IndexInput. | Class | org.apache.jackrabbit.core.query.lucene.directory | Apache JackRabbit | javadoc |
| IndexOutputStream | IndexOutputStream wraps an IndexOutput and exposes it as a regular OutputStream. | Class | org.apache.jackrabbit.core.query.lucene.directory | Apache JackRabbit | javadoc |
| InputStreamWrapper | Helper class which allows to check whether the #close() method has been called on this stream. | Class | org.apache.jackrabbit.test.api.util | Apache JackRabbit | javadoc |
| JackrabbitAnalyzer | This is the global jackrabbit lucene analyzer. | Class | org.apache.jackrabbit.core.query.lucene | Apache JackRabbit | javadoc |
| JackrabbitIndexReader | JackrabbitIndexReader wraps an index reader and releases the underlying reader | Class | org.apache.jackrabbit.core.query.lucene | Apache JackRabbit | javadoc |
|
| JackrabbitIndexSearcher | JackrabbitIndexSearcher implements an index searcher with jackrabbit specific optimizations. | Class | org.apache.jackrabbit.core.query.lucene | Apache JackRabbit | javadoc |
| LazyFileInputStream | This input stream delays opening the file until the first byte is read, and closes and discards the underlying stream as soon as the end of input has | Class | org.apache.jackrabbit.core.data | Apache JackRabbit | javadoc |
| LazyFileInputStream | This Class implements an InputStream that provides the same functionality as a FileInputStream but opens the file by the first file access. | Class | org.apache.jackrabbit.util | Apache JackRabbit | javadoc |
| LogPrintWriter | Writer or a Logger. | Class | org.apache.jackrabbit.test | Apache JackRabbit | javadoc |
| RandomAccessOutputStream | access facility. | Class | org.apache.jackrabbit.core.fs | Apache JackRabbit | javadoc |
| RefCountingIndexReader | RefCountingIndexReader. | Class | org.apache.jackrabbit.core.query.lucene | Apache JackRabbit | javadoc |
| SearchIndex.CombinedIndexReader | Combines multiple CachingMultiIndexReader into a MultiReader with HierarchyResolver support. | Class | org.apache.jackrabbit.core.query.lucene | Apache JackRabbit | javadoc |
| SingletonTokenStream | SingletonTokenStream implements a token stream that wraps a single value with a given property type. | Class | org.apache.jackrabbit.core.query.lucene | Apache JackRabbit | javadoc |
| TempFileInputStream | An input stream from a temporary file. | Class | org.apache.jackrabbit.core.data.db | Apache JackRabbit | javadoc |
| ChildReaper | Utility to reap empty child nodes of a parent node. | Class | org.apache.curator.framework.recipes.locks | Apache Curator | javadoc |
| CloseableExecutorService | Decoration on an ExecutorService that tracks created futures and provides a method to close futures created via this class | Class | org.apache.curator.utils | Apache Curator | javadoc |
| CloseableScheduledExecutorService | Decoration on an ScheduledExecutorService that tracks created futures and provides a method to close futures created via this class | Class | org.apache.curator.utils | Apache Curator | javadoc |
| ConnectionManager | | Class | org.apache.curator.x.rpc.connections | Apache Curator | javadoc |
| ConnectionStateManager | | Class | org.apache.curator.framework.state | Apache Curator | javadoc |
| CuratorEntry | | Class | org.apache.curator.x.rpc.connections | Apache Curator | javadoc |
| CuratorFrameworkImpl | | Class | org.apache.curator.framework.imps | Apache Curator | javadoc |
| CuratorTempFrameworkImpl | | Class | org.apache.curator.framework.imps | Apache Curator | javadoc |
| CuratorZookeeperClient | | Class | org.apache.curator | Apache Curator | javadoc |
| DistributedDelayQueue | A variation of the DistributedPriorityQueue that uses time as the priority. | Class | org.apache.curator.framework.recipes.queue | Apache Curator | javadoc |
| DistributedIdQueue | A version of DistributedQueue that allows IDs to be associated with queue items. | Class | org.apache.curator.framework.recipes.queue | Apache Curator | javadoc |
| DistributedPriorityQueue | An implementation of the Distributed Priority Queue ZK recipe. | Class | org.apache.curator.framework.recipes.queue | Apache Curator | javadoc |
| DistributedQueue | An implementation of the Distributed Queue ZK recipe. | Class | org.apache.curator.framework.recipes.queue | Apache Curator | javadoc |
| EnsembleTracker | Return the current quorum configvoidprocess(org. | Class | org.apache.curator.framework.imps | Apache Curator | javadoc |
| ExampleClient | An example leader selector client. | Class | leader | Apache Curator | javadoc |
| ExampleServer | This shows a very simplified method of registering an instance with the service discovery. | Class | discovery | Apache Curator | javadoc |
|
| ExhibitorEnsembleProvider | Ensemble provider that polls a cluster of Exhibitor (https://github. | Class | org.apache.curator.ensemble.exhibitor | Apache Curator | javadoc |
| FixedEnsembleProvider | | Class | org.apache.curator.ensemble.fixed | Apache Curator | javadoc |
| GroupMember | Group membership management. | Class | org.apache.curator.framework.recipes.nodes | Apache Curator | javadoc |
| InstanceCleanup | A background task that purges stale registrations. | Class | org.apache.curator.x.discovery.server.rest | Apache Curator | javadoc |
| LeaderLatch | Abstraction to select a leader amongst multiple contenders in a group of JMVs connected to a Zookeeper cluster. | Class | org.apache.curator.framework.recipes.leader | Apache Curator | javadoc |
| LeaderSelector | Abstraction to select a leader amongst multiple contenders in a group of JMVs connected to a Zookeeper cluster. | Class | org.apache.curator.framework.recipes.leader | Apache Curator | javadoc |
| Locker | Utility for safely acquiring a lock and releasing it using Java 7's try-with-resource feature. | Class | org.apache.curator.framework.recipes.locks | Apache Curator | javadoc |
| NodeCache | A utility that attempts to keep the data from a node locally cached. | Class | org.apache.curator.framework.recipes.cache | Apache Curator | javadoc |
| PathChildrenCache | A utility that attempts to keep all data from all children of a ZK path locally cached. | Class | org.apache.curator.framework.recipes.cache | Apache Curator | javadoc |
| PersistentEphemeralNode | A persistent ephemeral node is an ephemeral node that attempts to stay present in ZooKeeper, even through connection and session interruptions. | Class | org.apache.curator.framework.recipes.nodes | Apache Curator | javadoc |
| PersistentNode | A persistent node is a node that attempts to stay present in ZooKeeper, even through connection and session interruptions. | Class | org.apache.curator.framework.recipes.nodes | Apache Curator | javadoc |
| QueueSharder | A utility for shard a distributed queue. | Class | org.apache.curator.framework.recipes.queue | Apache Curator | javadoc |
| QuorumConfigBuilder | | Class | org.apache.curator.test | Apache Curator | javadoc |
| Reaper | | Class | org.apache.curator.framework.recipes.locks | Apache Curator | javadoc |
| ServiceCacheImpl | Add the given listener. | Class | org.apache.curator.x.discovery.details | Apache Curator | javadoc |
| ServiceDiscoveryImpl | | Class | org.apache.curator.x.discovery.details | Apache Curator | javadoc |
| ServiceProviderImpl | The main interface for Service Discovery. | Class | org.apache.curator.x.discovery.details | Apache Curator | javadoc |
| SessionFailRetryLoop | See RetryLoop for the main details on retry loops. | Class | org.apache.curator | Apache Curator | javadoc |
| SharedCount | Manages a shared integer. | Class | org.apache.curator.framework.recipes.shared | Apache Curator | javadoc |
| SharedValue | Manages a shared value. | Class | org.apache.curator.framework.recipes.shared | Apache Curator | javadoc |
| TestingCluster | manages an internally running ensemble of ZooKeeper servers. | Class | org.apache.curator.test | Apache Curator | javadoc |
| TestingServer | manages an internally running ZooKeeper server. | Class | org.apache.curator.test | Apache Curator | javadoc |
| TestingZooKeeperMain | | Class | org.apache.curator.test | Apache Curator | javadoc |
| TestingZooKeeperServer | | Class | org.apache.curator.test | Apache Curator | javadoc |
| TreeCache | A utility that attempts to keep all data from all children of a ZK path locally cached. | Class | org.apache.curator.framework.recipes.cache | Apache Curator | javadoc |
|
| ObjectSerializationInputStream | An ObjectInput and InputStream that can read the objects encoded by ObjectSerializationEncoder. | Class | org.apache.mina.filter.codec.serialization | Apache Mina | javadoc |
| ObjectSerializationOutputStream | An ObjectOutput and OutputStream that can write the objects as the serialized form that ObjectSerializationDecoder can decode. | Class | org.apache.mina.filter.codec.serialization | Apache Mina | javadoc |
| AutoDetectReader | An input stream reader that automatically detects the character encoding to be used for converting bytes to characters. | Class | org.apache.tika.detect | Apache Tika | javadoc |
| ClosedInputStream | Closed input stream. | Class | org.apache.tika.io | Apache Tika | javadoc |
| CloseShieldInputStream | Proxy stream that prevents the underlying input stream from being closed. | Class | org.apache.tika.io | Apache Tika | javadoc |
| CountingInputStream | A decorating input stream that counts the number of bytes that have passed through the stream so far. | Class | org.apache.tika.io | Apache Tika | javadoc |
| LookaheadInputStream | Stream wrapper that make it easy to read up to n bytes ahead from a stream that supports the mark feature. | Class | org.apache.tika.io | Apache Tika | javadoc |
| NullInputStream | A functional, light weight InputStream that emulates a stream of a specified size. | Class | org.apache.tika.io | Apache Tika | javadoc |
| NullOutputStream | This OutputStream writes all data to the famous /dev/null. | Class | org.apache.tika.io | Apache Tika | javadoc |
| ParsingReader | Reader for the text content from a given binary stream. | Class | org.apache.tika.parser | Apache Tika | javadoc |
| ProfilingWriter | Writer that builds a language profile based on all the written content. | Class | org.apache.tika.language | Apache Tika | javadoc |
| ProxyInputStream | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are | Class | org.apache.tika.io | Apache Tika | javadoc |
| RereadableInputStream | Wraps an input stream, reading it only once, but making it available for rereading an arbitrary number of times. | Class | org.apache.tika.utils | Apache Tika | javadoc |
| TaggedInputStream | An input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified. | Class | org.apache.tika.io | Apache Tika | javadoc |
| TailStream | A specialized input stream implementation which records the last portion read from an underlying stream. | Class | org.apache.tika.io | Apache Tika | javadoc |
| TemporaryResources | Utility class for tracking and ultimately closing or otherwise disposing a collection of temporary resources. | Class | org.apache.tika.io | Apache Tika | javadoc |
| TikaInputStream | Input stream with extended capabilities. | Class | org.apache.tika.io | Apache Tika | javadoc |
| AbstractDataSet | Abstract DataSet implementation. | Class | org.apache.metamodel.data | Apache MetaModel | javadoc |
| AbstractDirectoryInputStream | | Class | org.apache.metamodel.util | Apache MetaModel | javadoc |
| CouchDbSamplingDocumentSource | A DocumentSource that instantiates several other CouchDbDatabaseDocumentSource on-demand when they are need to provide | Class | org.apache.metamodel.couchdb | Apache MetaModel | javadoc |
| DefaultCompiledQuery | Represents a default implementation of the CompiledQuery interface. | Class | org.apache.metamodel.query | Apache MetaModel | javadoc |
| DocumentSourceDataSet | A DataSet that uses a DocumentSource as it's source. | Class | org.apache.metamodel.data | Apache MetaModel | javadoc |
| EmptyDataSet | | Class | org.apache.metamodel.data | Apache MetaModel | javadoc |
| FilteredDataSet | Wraps another DataSet and transparently applies a set of filters to it. | Class | org.apache.metamodel.data | Apache MetaModel | javadoc |
| FirstRowDataSet | Wraps another DataSet and enforces a first row offset. | Class | org.apache.metamodel.data | Apache MetaModel | javadoc |
|
| InMemoryDataSet | DataSet implementation based on in-memory data. | Class | org.apache.metamodel.data | Apache MetaModel | javadoc |
| LazyDocumentSource | A DocumentSource that is lazy loaded. | Class | org.apache.metamodel.schema.builder | Apache MetaModel | javadoc |
| LegacyDeserializationObjectInputStream | A specialized ObjectInputStream for MetaModel which can be used or extended if it is needed to deserialize legacy MetaModel objects. | Class | org.apache.metamodel.util | Apache MetaModel | javadoc |
| MaxRowsDataSet | | Class | org.apache.metamodel.data | Apache MetaModel | javadoc |
| MaxRowsDocumentSource | A DocumentSource that has a max rows condition on it, that will make it stop serving documents after a certain limit. | Class | org.apache.metamodel.data | Apache MetaModel | javadoc |
| RowPublisherDataSet | Abstract DataSet implementation for use in scenarios where a pull-oriented style of reading data is not supported. | Class | org.apache.metamodel.data | Apache MetaModel | javadoc |
| ScalarFunctionDataSet | | Class | org.apache.metamodel.data | Apache MetaModel | javadoc |
| SubSelectionDataSet | DataSet wrapper for doing subselection. | Class | org.apache.metamodel.data | Apache MetaModel | javadoc |
| SugarCrmDataContext | | Class | org.apache.metamodel.sugarcrm | Apache MetaModel | javadoc |
| UnicodeWriter | Writes Unicode text to an output stream. | Class | org.apache.metamodel.util | Apache MetaModel | javadoc |
| Analyzer | An Analyzer builds TokenStreams, which analyze text. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
Check Code Snippets / Samples for org.apache.lucene.analysis.Analyzer |
| AnalyzerWrapper | Extension to Analyzer suitable for Analyzers which wrap getWrappedAnalyzer(String) allows the Analyzer | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| BaseCompositeReader | Base class for implementing CompositeReaders based on an array of sub-readers. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| BaseDirectory | Base implementation for a concrete Directory that uses a LockFactory for locking. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| BlockTreeTermsReader | A block-based terms index and dictionary that assigns terms to variable length blocks according to how they | Class | org.apache.lucene.codecs.blocktree | Apache Lucene | javadoc |
| BlockTreeTermsWriter | Block-based terms index and dictionary writer. | Class | org.apache.lucene.codecs.blocktree | Apache Lucene | javadoc |
| BufferedChecksumIndexInput | Simple implementation of ChecksumIndexInput that wraps another input and delegates calls. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| BufferedIndexInput | Base implementation class for buffered IndexInput. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| CachingTokenFilter | This class can be used if the token attributes of a TokenStream are intended to be consumed more than once. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| CharFilter | Subclasses of CharFilter can be chained to filter a Reader They can be used as Reader with additional offset | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| CheckIndex | Basic tool and API to check the health of an index and write a new segments file that removes reference to | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| ChecksumIndexInput | Extension of IndexInput, computing checksum as it goes. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| CloseableThreadLocal | Java's builtin ThreadLocal has a serious flaw: it can take an arbitrarily long amount of time to | Class | org.apache.lucene.util | Apache Lucene | javadoc |
| CodecReader | LeafReader implemented by codec APIs. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| CompositeReader | Instances of this reader type can only be used to get stored fields from the underlying LeafReaders, | Class | org.apache.lucene.index | Apache Lucene | javadoc |
|
| CompressingStoredFieldsIndexWriter | Efficient index format for block-based Codecs. | Class | org.apache.lucene.codecs.compressing | Apache Lucene | javadoc |
| CompressingStoredFieldsReader | StoredFieldsReader impl for CompressingStoredFieldsFormat. | Class | org.apache.lucene.codecs.compressing | Apache Lucene | javadoc |
| CompressingStoredFieldsWriter | StoredFieldsWriter impl for CompressingStoredFieldsFormat. | Class | org.apache.lucene.codecs.compressing | Apache Lucene | javadoc |
| CompressingTermVectorsReader | TermVectorsReader for CompressingTermVectorsFormat. | Class | org.apache.lucene.codecs.compressing | Apache Lucene | javadoc |
| CompressingTermVectorsWriter | TermVectorsWriter for CompressingTermVectorsFormat. | Class | org.apache.lucene.codecs.compressing | Apache Lucene | javadoc |
| ConcurrentMergeScheduler | A MergeScheduler that runs each merge using a Specify the max number of threads that may run at | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| ControlledRealTimeReopenThread | Utility class that runs a thread to manage periodicc reopens of a ReferenceManager, with methods to wait for a specific | Class | org.apache.lucene.search | Apache Lucene | javadoc |
| DelegatingAnalyzerWrapper | An analyzer wrapper, that doesn't allow to wrap components or readers. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| Directory | A Directory is a flat list of files. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| DirectoryReader | DirectoryReader is an implementation of CompositeReader that can read indexes in a Directory. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| DocValuesConsumer | Abstract API that consumes numeric, binary and sorted docvalues. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| DocValuesProducer | Abstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| ExitableDirectoryReader | The ExitableDirectoryReader wraps a real index DirectoryReader and allows for a QueryTimeout implementation object to be checked periodically | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| ExitableDirectoryReader.ExitableFilterAtomicReader | Wrapper class for another FilterAtomicReader. | Class | org.apache.lucene.index.ExitableDirectoryReader | Apache Lucene | javadoc |
| FieldsConsumer | Abstract API that consumes terms, doc, freq, prox, offset and payloads postings. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| FieldsProducer | Abstract API that produces terms, doc, freq, prox, offset and payloads postings. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| FileSwitchDirectory | Expert: A Directory instance that switches files between two other Directory instances. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| FilterCodecReader | A FilterCodecReader contains another CodecReader, which it uses as its basic source of data, possibly transforming the data along the | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| FilterDirectory | Directory implementation that delegates calls to another directory. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| FilterDirectoryReader | A FilterDirectoryReader wraps another DirectoryReader, allowing implementations to transform or extend it. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| FilterLeafReader | A FilterLeafReader contains another LeafReader, which it uses as its basic source of data, possibly transforming the data along the | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| FSDirectory | Base class for Directory implementations that store index files in the file system. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| IndexInput | Abstract base class for input from a file in a Directory. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| IndexOutput | Abstract base class for output to a file in a Directory. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| IndexReader | IndexReader is an abstract class, providing an interface for accessing a point-in-time view of an index. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
|
| IndexWriter | An IndexWriter creates and maintains an index. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| InfoStream | Debugging API for Lucene classes such as IndexWriter NOTE: Enabling infostreams may cause performance degradation | Class | org.apache.lucene.util | Apache Lucene | javadoc |
| InputStreamDataInput | A DataInput wrapping a plain InputStream. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| LeafReader | LeafReader is an abstract class, providing an interface for accessing an index. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| LiveFieldValues | Tracks live field values across NRT reader reopens. | Class | org.apache.lucene.search | Apache Lucene | javadoc |
| Lock | An interprocess mutex lock. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| LockValidatingDirectoryWrapper | This class makes a best-effort check that a provided Lock is valid before any destructive filesystem operation. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| Lucene50PostingsReader | Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format. | Class | org.apache.lucene.codecs.lucene50 | Apache Lucene | javadoc |
| Lucene50PostingsWriter | Concrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format. | Class | org.apache.lucene.codecs.lucene50 | Apache Lucene | javadoc |
| MergeScheduler | Expert: IndexWriter uses an instance implementing this interface to execute the merges | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| MMapDirectory | File-based Directory implementation that uses mmap for reading, and FSDirectory. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| MultiLevelSkipListReader | This abstract class reads skip lists with multiple levels. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| MultiReader | A CompositeReader which reads multiple indexes, appending their content. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| NIOFSDirectory | An FSDirectory implementation that uses java. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| NoMergeScheduler | A MergeScheduler which never executes any merges. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| NormsConsumer | Abstract API that consumes normalization values. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| NormsProducer | Abstract API that produces field normalization valuesWARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| NRTCachingDirectory | Wraps a RAMDirectory around any provided delegate directory, to | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| NumericTokenStream | Expert: This class provides a TokenStream for indexing numeric values that can be used by NumericRangeQuery. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| OfflineSorter.ByteSequencesReader | Utility class to read length-prefixed byte[] entries from an input. | Class | org.apache.lucene.util.OfflineSorter | Apache Lucene | javadoc |
| OfflineSorter.ByteSequencesWriter | Utility class to emit length-prefixed byte[] entries to an output stream for sorting. | Class | org.apache.lucene.util.OfflineSorter | Apache Lucene | javadoc |
| OutputStreamDataOutput | A DataOutput wrapping a plain OutputStream. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| OutputStreamIndexOutput | | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| ParallelCompositeReader | An CompositeReader which reads multiple, parallel indexes. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| ParallelLeafReader | An LeafReader which reads multiple, parallel indexes. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
|
| PostingsReaderBase | The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| PostingsWriterBase | Class that plugs into term dictionaries, such as BlockTreeTermsWriter, and handles writing postings. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| PrintStreamInfoStream | InfoStream implementation over a PrintStream such as System. | Class | org.apache.lucene.util | Apache Lucene | javadoc |
| PushPostingsWriterBase | Extension of PostingsWriterBase, adding a push API for writing each element of the postings. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| RAMDirectory | A memory-resident Directory implementation. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| RAMInputStream | A memory-resident IndexInput implementation. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| RAMOutputStream | A memory-resident IndexOutput implementation. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| RateLimitedIndexOutput | A rate limiting IndexOutputNOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| ReaderManager | Utility class to safely share DirectoryReader instances across multiple threads, while periodically reopening. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| ReferenceManager | Utility class to safely share instances of a certain type across multiple threads, while periodically refreshing them. | Class | org.apache.lucene.search | Apache Lucene | javadoc |
| SearcherLifetimeManager | Keeps track of current plus old IndexSearchers, closing the old ones once they have timed out. | Class | org.apache.lucene.search | Apache Lucene | javadoc |
| SearcherManager | Utility class to safely share IndexSearcher instances across multiple threads, while periodically reopening. | Class | org.apache.lucene.search | Apache Lucene | javadoc |
| SegmentReader | IndexReader implementation over a single segment. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| SerialMergeScheduler | A MergeScheduler that simply does each merge sequentially, using the current thread. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| SimpleFSDirectory | A straightforward implementation of FSDirectory using Files. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| SleepingLockWrapper | Directory that wraps another, and that sleeps and retries if obtaining the lock fails. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| SlowCompositeReaderWrapper | This class forces a composite reader (eg a MultiReader or DirectoryReader) to emulate a LeafReader. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| StoredFieldsReader | Codec API for reading stored fields. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| StoredFieldsWriter | Codec API for writing stored fields: For every document, startDocument() is called, | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| TermVectorsReader | Codec API for reading term vectors:WARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| TermVectorsWriter | Codec API for writing term vectors: For every document, startDocument(int) is called, | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| TokenFilter | A TokenFilter is a TokenStream whose input is another TokenStream. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| Tokenizer | A Tokenizer is a TokenStream whose input is a Reader. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| TokenStream | A TokenStream enumerates the sequence of tokens, either from Fields of a Document or from query text. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| TrackingDirectoryWrapper | A delegating Directory that records which files were written to and deleted. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
|
| ApostropheFilter | Strips all characters after an apostrophe (including the apostrophe itself). | Class | org.apache.lucene.analysis.tr | Apache Lucene | javadoc |
| ArabicAnalyzer | Analyzer for Arabic. | Class | org.apache.lucene.analysis.ar | Apache Lucene | javadoc |
| ArabicNormalizationFilter | A TokenFilter that applies ArabicNormalizer to normalize the orthography. | Class | org.apache.lucene.analysis.ar | Apache Lucene | javadoc |
| ArabicStemFilter | A TokenFilter that applies ArabicStemmer to stem Arabic words. | Class | org.apache.lucene.analysis.ar | Apache Lucene | javadoc |
| ArmenianAnalyzer | Analyzer for Armenian. | Class | org.apache.lucene.analysis.hy | Apache Lucene | javadoc |
| ASCIIFoldingFilter | This class converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the Basic Latin Unicode | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| BaseCharFilter | Base utility class for implementing a CharFilter. | Class | org.apache.lucene.analysis.charfilter | Apache Lucene | javadoc |
| BasqueAnalyzer | Analyzer for Basque. | Class | org.apache.lucene.analysis.eu | Apache Lucene | javadoc |
| BrazilianAnalyzer | Analyzer for Brazilian Portuguese language. | Class | org.apache.lucene.analysis.br | Apache Lucene | javadoc |
| BrazilianStemFilter | A TokenFilter that applies BrazilianStemmer. | Class | org.apache.lucene.analysis.br | Apache Lucene | javadoc |
| BulgarianAnalyzer | Analyzer for Bulgarian. | Class | org.apache.lucene.analysis.bg | Apache Lucene | javadoc |
| BulgarianStemFilter | A TokenFilter that applies BulgarianStemmer to stem Bulgarian To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.bg | Apache Lucene | javadoc |
| CapitalizationFilter | A filter to apply normal capitalization rules to Tokens. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| CatalanAnalyzer | Analyzer for Catalan. | Class | org.apache.lucene.analysis.ca | Apache Lucene | javadoc |
| CharTokenizer | An abstract base class for simple, character-oriented tokenizers. | Class | org.apache.lucene.analysis.util | Apache Lucene | javadoc |
| CJKAnalyzer | An Analyzer that tokenizes text with StandardTokenizer, normalizes content with CJKWidthFilter, folds case with | Class | org.apache.lucene.analysis.cjk | Apache Lucene | javadoc |
| CJKBigramFilter | Forms bigrams of CJK terms that are generated from StandardTokenizer CJK types are set by these tokenizers, but you can also use | Class | org.apache.lucene.analysis.cjk | Apache Lucene | javadoc |
| CJKWidthFilter | A TokenFilter that normalizes CJK width differences: Folds fullwidth ASCII variants into the equivalent basic latin | Class | org.apache.lucene.analysis.cjk | Apache Lucene | javadoc |
| ClassicAnalyzer | Filters ClassicTokenizer with ClassicFilter, LowerCaseFilter and StopFilter, using a list of English stop words. | Class | org.apache.lucene.analysis.standard | Apache Lucene | javadoc |
| ClassicFilter | Normalizes tokens extracted with ClassicTokenizer. | Class | org.apache.lucene.analysis.standard | Apache Lucene | javadoc |
| ClassicTokenizer | A grammar-based tokenizer constructed with JFlex This should be a good tokenizer for most European-language documents: | Class | org.apache.lucene.analysis.standard | Apache Lucene | javadoc |
| CodepointCountFilter | Removes words that are too long or too short from the stream. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| CollationKeyAnalyzer | Configures KeywordTokenizer with CollationAttributeFactory. | Class | org.apache.lucene.collation | Apache Lucene | javadoc |
| CommonGramsFilter | Construct bigrams for frequently occurring terms while indexing. | Class | org.apache.lucene.analysis.commongrams | Apache Lucene | javadoc |
| CommonGramsQueryFilter | Wrap a CommonGramsFilter optimizing phrase queries by only returning single words when they are not a member of a bigram. | Class | org.apache.lucene.analysis.commongrams | Apache Lucene | javadoc |
|
| CompoundWordTokenFilterBase | Base class for decomposition token filters. | Class | org.apache.lucene.analysis.compound | Apache Lucene | javadoc |
| CustomAnalyzer | A general-purpose Analyzer that can be created with a builder-style API. | Class | org.apache.lucene.analysis.custom | Apache Lucene | javadoc |
| CzechAnalyzer | Analyzer for Czech language. | Class | org.apache.lucene.analysis.cz | Apache Lucene | javadoc |
| CzechStemFilter | A TokenFilter that applies CzechStemmer to stem Czech words. | Class | org.apache.lucene.analysis.cz | Apache Lucene | javadoc |
| DanishAnalyzer | Analyzer for Danish. | Class | org.apache.lucene.analysis.da | Apache Lucene | javadoc |
| DateRecognizerFilter | Filters all tokens that cannot be parsed to a date, using the provided DateFormat. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| DecimalDigitFilter | Folds all Unicode digits in [:General_Category=Decimal_Number:] to Basic Latin digits (0-9). | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| DelimitedPayloadTokenFilter | Characters before the delimiter are the "token", those after are the payload. | Class | org.apache.lucene.analysis.payloads | Apache Lucene | javadoc |
| DictionaryCompoundWordTokenFilter | A TokenFilter that decomposes compound words found in many Germanic languages. | Class | org.apache.lucene.analysis.compound | Apache Lucene | javadoc |
| DutchAnalyzer | Analyzer for Dutch language. | Class | org.apache.lucene.analysis.nl | Apache Lucene | javadoc |
| EdgeNGramTokenFilter | Tokenizes the given token into n-grams of given size(s). | Class | org.apache.lucene.analysis.ngram | Apache Lucene | javadoc |
| EdgeNGramTokenizer | Tokenizes the input from an edge into n-grams of given size(s). | Class | org.apache.lucene.analysis.ngram | Apache Lucene | javadoc |
| ElisionFilter | Removes elisions from a TokenStream. | Class | org.apache.lucene.analysis.util | Apache Lucene | javadoc |
| EmptyTokenStream | An always exhausted token stream. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| EnglishAnalyzer | Analyzer for English. | Class | org.apache.lucene.analysis.en | Apache Lucene | javadoc |
| EnglishMinimalStemFilter | A TokenFilter that applies EnglishMinimalStemmer to stem To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.en | Apache Lucene | javadoc |
| EnglishPossessiveFilter | TokenFilter that removes possessives (trailing 's) from words. | Class | org.apache.lucene.analysis.en | Apache Lucene | javadoc |
| FilteringTokenFilter | Abstract base class for TokenFilters that may remove tokens. | Class | org.apache.lucene.analysis.util | Apache Lucene | javadoc |
| FingerprintFilter | Filter outputs a single token which is a concatenation of the sorted and de-duplicated set of input tokens. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| FinnishAnalyzer | Analyzer for Finnish. | Class | org.apache.lucene.analysis.fi | Apache Lucene | javadoc |
| FinnishLightStemFilter | A TokenFilter that applies FinnishLightStemmer to stem Finnish To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.fi | Apache Lucene | javadoc |
| FrenchAnalyzer | Analyzer for French language. | Class | org.apache.lucene.analysis.fr | Apache Lucene | javadoc |
| FrenchLightStemFilter | A TokenFilter that applies FrenchLightStemmer to stem French To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.fr | Apache Lucene | javadoc |
| FrenchMinimalStemFilter | A TokenFilter that applies FrenchMinimalStemmer to stem French To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.fr | Apache Lucene | javadoc |
| GalicianAnalyzer | Analyzer for Galician. | Class | org.apache.lucene.analysis.gl | Apache Lucene | javadoc |
|
| GalicianMinimalStemFilter | A TokenFilter that applies GalicianMinimalStemmer to stem To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.gl | Apache Lucene | javadoc |
| GalicianStemFilter | A TokenFilter that applies GalicianStemmer to stem To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.gl | Apache Lucene | javadoc |
| GermanAnalyzer | Analyzer for German language. | Class | org.apache.lucene.analysis.de | Apache Lucene | javadoc |
| GermanLightStemFilter | A TokenFilter that applies GermanLightStemmer to stem German To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.de | Apache Lucene | javadoc |
| GermanMinimalStemFilter | A TokenFilter that applies GermanMinimalStemmer to stem German To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.de | Apache Lucene | javadoc |
| GermanNormalizationFilter | Normalizes German characters according to the heuristics German2 snowball algorithm. | Class | org.apache.lucene.analysis.de | Apache Lucene | javadoc |
| GermanStemFilter | A TokenFilter that stems German words. | Class | org.apache.lucene.analysis.de | Apache Lucene | javadoc |
| GreekAnalyzer | Analyzer for the Greek language. | Class | org.apache.lucene.analysis.el | Apache Lucene | javadoc |
| GreekLowerCaseFilter | Normalizes token text to lower case, removes some Greek diacritics, and standardizes final sigma to sigma. | Class | org.apache.lucene.analysis.el | Apache Lucene | javadoc |
| GreekStemFilter | A TokenFilter that applies GreekStemmer to stem Greek To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.el | Apache Lucene | javadoc |
| HindiAnalyzer | | Class | org.apache.lucene.analysis.hi | Apache Lucene | javadoc |
| HindiNormalizationFilter | A TokenFilter that applies HindiNormalizer to normalize the In some cases the normalization may cause unrelated terms to conflate, so | Class | org.apache.lucene.analysis.hi | Apache Lucene | javadoc |
| HindiStemFilter | A TokenFilter that applies HindiStemmer to stem Hindi words. | Class | org.apache.lucene.analysis.hi | Apache Lucene | javadoc |
| HTMLStripCharFilter | A CharFilter that wraps another Reader and attempts to strip out HTML constructs. | Class | org.apache.lucene.analysis.charfilter | Apache Lucene | javadoc |
| HungarianAnalyzer | Analyzer for Hungarian. | Class | org.apache.lucene.analysis.hu | Apache Lucene | javadoc |
| HungarianLightStemFilter | A TokenFilter that applies HungarianLightStemmer to stem To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.hu | Apache Lucene | javadoc |
| HunspellStemFilter | TokenFilter that uses hunspell affix rules and words to stem tokens. | Class | org.apache.lucene.analysis.hunspell | Apache Lucene | javadoc |
| HyphenatedWordsFilter | When the plain text is extracted from documents, we will often have many words hyphenated and broken into two lines. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| HyphenationCompoundWordTokenFilter | A TokenFilter that decomposes compound words found in many Germanic languages. | Class | org.apache.lucene.analysis.compound | Apache Lucene | javadoc |
| IndicNormalizationFilter | A TokenFilter that applies IndicNormalizer to normalize text in Indian Languages. | Class | org.apache.lucene.analysis.in | Apache Lucene | javadoc |
| IndonesianAnalyzer | | Class | org.apache.lucene.analysis.id | Apache Lucene | javadoc |
| IndonesianStemFilter | A TokenFilter that applies IndonesianStemmer to stem Indonesian words. | Class | org.apache.lucene.analysis.id | Apache Lucene | javadoc |
| IrishAnalyzer | | Class | org.apache.lucene.analysis.ga | Apache Lucene | javadoc |
| IrishLowerCaseFilter | Normalises token text to lower case, handling t-prothesis and n-eclipsis (i. | Class | org.apache.lucene.analysis.ga | Apache Lucene | javadoc |
| ItalianAnalyzer | Analyzer for Italian. | Class | org.apache.lucene.analysis.it | Apache Lucene | javadoc |
|
| ItalianLightStemFilter | A TokenFilter that applies ItalianLightStemmer to stem Italian To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.it | Apache Lucene | javadoc |
| KeepWordFilter | A TokenFilter that only keeps tokens with text contained in the required words. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| KeywordAnalyzer | "Tokenizes" the entire stream as a single token. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| KeywordMarkerFilter | Marks terms as keywords via the KeywordAttribute. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| KeywordRepeatFilter | | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| KeywordTokenizer | Emits the entire input as a single token. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| KStemFilter | A high-performance kstem filter for english. | Class | org.apache.lucene.analysis.en | Apache Lucene | javadoc |
| LatvianAnalyzer | Analyzer for Latvian. | Class | org.apache.lucene.analysis.lv | Apache Lucene | javadoc |
| LatvianStemFilter | A TokenFilter that applies LatvianStemmer to stem Latvian To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.lv | Apache Lucene | javadoc |
| LengthFilter | Removes words that are too long or too short from the stream. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| LetterTokenizer | A LetterTokenizer is a tokenizer that divides text at non-letters. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| LimitTokenCountAnalyzer | This Analyzer limits the number of tokens while indexing. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| LimitTokenCountFilter | This TokenFilter limits the number of tokens while indexing. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| LimitTokenOffsetFilter | Lets all tokens pass through until it sees one with a start offset <= a configured limit, which won't pass and ends the stream. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| LimitTokenPositionFilter | This TokenFilter limits its emitted tokens to those with positions that are not greater than the configured limit. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| LithuanianAnalyzer | Analyzer for Lithuanian. | Class | org.apache.lucene.analysis.lt | Apache Lucene | javadoc |
| LowerCaseFilter | Normalizes token text to lower case. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| LowerCaseTokenizer | LowerCaseTokenizer performs the function of LetterTokenizer and LowerCaseFilter together. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| Lucene43CompoundWordTokenFilterBase | Base class for decomposition token filters using pre-4. | Class | org.apache.lucene.analysis.compound | Apache Lucene | javadoc |
| Lucene43DictionaryCompoundWordTokenFilter | | Class | org.apache.lucene.analysis.compound | Apache Lucene | javadoc |
| Lucene43EdgeNGramTokenFilter | Tokenizes the given token into n-grams of given size(s), using pre-4. | Class | org.apache.lucene.analysis.ngram | Apache Lucene | javadoc |
| Lucene43EdgeNGramTokenizer | Old version of EdgeNGramTokenizer which doesn't handle correctly supplementary characters. | Class | org.apache.lucene.analysis.ngram | Apache Lucene | javadoc |
| Lucene43FilteringTokenFilter | Backcompat FilteringTokenFilter for versions 4. | Class | org.apache.lucene.analysis.util | Apache Lucene | javadoc |
| Lucene43HyphenationCompoundWordTokenFilter | A TokenFilter that decomposes compound words found in many Germanic languages, using pre-4. | Class | org.apache.lucene.analysis.compound | Apache Lucene | javadoc |
| Lucene43KeepWordFilter | Backcompat for KeepWordFilter for versions 4. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
|
| Lucene43LengthFilter | Backcompat LengthFilter for versions 4. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| Lucene43NGramTokenFilter | Tokenizes the input into n-grams of the given size(s), matching Lucene 4. | Class | org.apache.lucene.analysis.ngram | Apache Lucene | javadoc |
| Lucene43NGramTokenizer | Old broken version of NGramTokenizer. | Class | org.apache.lucene.analysis.ngram | Apache Lucene | javadoc |
| Lucene43StopFilter | Backcompat StopFilter for versions 4. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| Lucene43TrimFilter | Backcompat TrimFilter for versions 4. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| Lucene43TypeTokenFilter | Backcompat TypeTokenFilter for versions 4. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| Lucene47WordDelimiterFilter | | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| MappingCharFilter | Simplistic CharFilter that applies the mappings contained in a NormalizeCharMap to the character | Class | org.apache.lucene.analysis.charfilter | Apache Lucene | javadoc |
| NGramTokenFilter | Tokenizes the input into n-grams of the given size(s). | Class | org.apache.lucene.analysis.ngram | Apache Lucene | javadoc |
| NGramTokenizer | Tokenizes the input into n-grams of the given size(s). | Class | org.apache.lucene.analysis.ngram | Apache Lucene | javadoc |
| NorwegianAnalyzer | Analyzer for Norwegian. | Class | org.apache.lucene.analysis.no | Apache Lucene | javadoc |
| NorwegianLightStemFilter | A TokenFilter that applies NorwegianLightStemmer to stem Norwegian To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.no | Apache Lucene | javadoc |
| NorwegianMinimalStemFilter | A TokenFilter that applies NorwegianMinimalStemmer to stem Norwegian To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.no | Apache Lucene | javadoc |
| NumericPayloadTokenFilter | Assigns a payload to a token based on the PackedTokenAttributeImpl. | Class | org.apache.lucene.analysis.payloads | Apache Lucene | javadoc |
| PathHierarchyTokenizer | Tokenizer for path-like hierarchies. | Class | org.apache.lucene.analysis.path | Apache Lucene | javadoc |
| PatternCaptureGroupTokenFilter | CaptureGroup uses Java regexes to emit multiple tokens - one for each capture group in one or more patterns. | Class | org.apache.lucene.analysis.pattern | Apache Lucene | javadoc |
| PatternKeywordMarkerFilter | Marks terms as keywords via the KeywordAttribute. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| PatternReplaceCharFilter | CharFilter that uses a regular expression for the target of replace string. | Class | org.apache.lucene.analysis.pattern | Apache Lucene | javadoc |
| PatternReplaceFilter | A TokenFilter which applies a Pattern to each token in the stream, replacing match occurances with the specified replacement string. | Class | org.apache.lucene.analysis.pattern | Apache Lucene | javadoc |
| PatternTokenizer | This tokenizer uses regex pattern matching to construct distinct tokens for the input stream. | Class | org.apache.lucene.analysis.pattern | Apache Lucene | javadoc |
| PerFieldAnalyzerWrapper | This analyzer is used to facilitate scenarios where different fields require different analysis techniques. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| PersianAnalyzer | Analyzer for Persian. | Class | org.apache.lucene.analysis.fa | Apache Lucene | javadoc |
| PersianCharFilter | | Class | org.apache.lucene.analysis.fa | Apache Lucene | javadoc |
| PersianNormalizationFilter | | Class | org.apache.lucene.analysis.fa | Apache Lucene | javadoc |
| PorterStemFilter | Transforms the token stream as per the Porter stemming algorithm. | Class | org.apache.lucene.analysis.en | Apache Lucene | javadoc |
|
| PortugueseAnalyzer | Analyzer for Portuguese. | Class | org.apache.lucene.analysis.pt | Apache Lucene | javadoc |
| PortugueseLightStemFilter | A TokenFilter that applies PortugueseLightStemmer to stem To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.pt | Apache Lucene | javadoc |
| PortugueseMinimalStemFilter | A TokenFilter that applies PortugueseMinimalStemmer to stem To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.pt | Apache Lucene | javadoc |
| PortugueseStemFilter | A TokenFilter that applies PortugueseStemmer to stem To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.pt | Apache Lucene | javadoc |
| PrefixAndSuffixAwareTokenFilter | Links two PrefixAwareTokenFilter. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| PrefixAwareTokenFilter | Joins two token streams and leaves the last token of the first stream available to be used when updating the token values in the second stream based on that token. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| QueryAutoStopWordAnalyzer | An Analyzer used primarily at query time to wrap another analyzer and provide a layer of protection which prevents very common words from being passed into queries. | Class | org.apache.lucene.analysis.query | Apache Lucene | javadoc |
| RemoveDuplicatesTokenFilter | A TokenFilter which filters out Tokens at the same position and Term text as the previous token in the stream. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| ReversePathHierarchyTokenizer | Tokenizer for domain-like hierarchies. | Class | org.apache.lucene.analysis.path | Apache Lucene | javadoc |
| ReverseStringFilter | Reverse token string, for example "country" => "yrtnuoc". | Class | org.apache.lucene.analysis.reverse | Apache Lucene | javadoc |
| RomanianAnalyzer | Analyzer for Romanian. | Class | org.apache.lucene.analysis.ro | Apache Lucene | javadoc |
| RussianAnalyzer | Analyzer for Russian language. | Class | org.apache.lucene.analysis.ru | Apache Lucene | javadoc |
| RussianLightStemFilter | A TokenFilter that applies RussianLightStemmer to stem Russian To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.ru | Apache Lucene | javadoc |
| ScandinavianFoldingFilter | | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| ScandinavianNormalizationFilter | | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| SegmentingTokenizerBase | Breaks text into sentences with a BreakIterator and allows subclasses to decompose these sentences into words. | Class | org.apache.lucene.analysis.util | Apache Lucene | javadoc |
| SerbianNormalizationFilter | Normalizes Serbian Cyrillic and Latin characters to "bald" Latin. | Class | org.apache.lucene.analysis.sr | Apache Lucene | javadoc |
| SerbianNormalizationRegularFilter | Normalizes Serbian Cyrillic to Latin. | Class | org.apache.lucene.analysis.sr | Apache Lucene | javadoc |
| SetKeywordMarkerFilter | Marks terms as keywords via the KeywordAttribute. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| ShingleAnalyzerWrapper | A ShingleAnalyzerWrapper wraps a ShingleFilter around another Analyzer. | Class | org.apache.lucene.analysis.shingle | Apache Lucene | javadoc |
| ShingleFilter | A ShingleFilter constructs shingles (token n-grams) from a token stream. | Class | org.apache.lucene.analysis.shingle | Apache Lucene | javadoc |
| SimpleAnalyzer | An Analyzer that filters LetterTokenizer with LowerCaseFilter | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| SingleTokenTokenStream | A TokenStream containing a single token. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| SnowballFilter | A filter that stems words using a Snowball-generated stemmer. | Class | org.apache.lucene.analysis.snowball | Apache Lucene | javadoc |
| SoraniAnalyzer | Analyzer for Sorani Kurdish. | Class | org.apache.lucene.analysis.ckb | Apache Lucene | javadoc |
|
| SoraniNormalizationFilter | | Class | org.apache.lucene.analysis.ckb | Apache Lucene | javadoc |
| SoraniStemFilter | A TokenFilter that applies SoraniStemmer to stem Sorani words. | Class | org.apache.lucene.analysis.ckb | Apache Lucene | javadoc |
| SpanishAnalyzer | Analyzer for Spanish. | Class | org.apache.lucene.analysis.es | Apache Lucene | javadoc |
| SpanishLightStemFilter | A TokenFilter that applies SpanishLightStemmer to stem Spanish To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.es | Apache Lucene | javadoc |
| StandardAnalyzer | Filters StandardTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of English stop words. | Class | org.apache.lucene.analysis.standard | Apache Lucene | javadoc |
| StandardFilter | Normalizes tokens extracted with StandardTokenizer. | Class | org.apache.lucene.analysis.standard | Apache Lucene | javadoc |
| StandardTokenizer | A grammar-based tokenizer constructed with JFlex. | Class | org.apache.lucene.analysis.standard | Apache Lucene | javadoc |
| StandardTokenizer40 | Backcompat standard tokenizer for Lucene 4. | Class | org.apache.lucene.analysis.standard.std40 | Apache Lucene | javadoc |
| StemmerOverrideFilter | Provides the ability to override any KeywordAttribute aware stemmer with custom dictionary-based stemming. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| StopAnalyzer | Filters LetterTokenizer with LowerCaseFilter and StopFilter. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| StopFilter | Removes stop words from a token stream. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| StopwordAnalyzerBase | Base class for Analyzers that need to make use of stopword sets. | Class | org.apache.lucene.analysis.util | Apache Lucene | javadoc |
| SwedishAnalyzer | Analyzer for Swedish. | Class | org.apache.lucene.analysis.sv | Apache Lucene | javadoc |
| SwedishLightStemFilter | A TokenFilter that applies SwedishLightStemmer to stem Swedish To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.sv | Apache Lucene | javadoc |
| SynonymFilter | Matches single or multi word synonyms in a token stream. | Class | org.apache.lucene.analysis.synonym | Apache Lucene | javadoc |
| TeeSinkTokenFilter | This TokenFilter provides the ability to set aside attribute states that have already been analyzed. | Class | org.apache.lucene.analysis.sinks | Apache Lucene | javadoc |
| TeeSinkTokenFilter.SinkTokenStream | TokenStream output from a tee. | Class | org.apache.lucene.analysis.sinks.TeeSinkTokenFilter | Apache Lucene | javadoc |
| ThaiAnalyzer | Analyzer for Thai language. | Class | org.apache.lucene.analysis.th | Apache Lucene | javadoc |
| ThaiTokenizer | Tokenizer that use BreakIterator to tokenize Thai text. | Class | org.apache.lucene.analysis.th | Apache Lucene | javadoc |
| ThaiWordFilter | TokenFilter that use BreakIterator to break each Token that is Thai into separate Token(s) for each Thai word. | Class | org.apache.lucene.analysis.th | Apache Lucene | javadoc |
| TokenOffsetPayloadTokenFilter | Adds the OffsetAttribute. | Class | org.apache.lucene.analysis.payloads | Apache Lucene | javadoc |
| TrimFilter | Trims leading and trailing whitespace from Tokens in the stream. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| TruncateTokenFilter | A token filter for truncating the terms into a specific length. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| TurkishAnalyzer | Analyzer for Turkish. | Class | org.apache.lucene.analysis.tr | Apache Lucene | javadoc |
| TurkishLowerCaseFilter | Normalizes Turkish token text to lower case. | Class | org.apache.lucene.analysis.tr | Apache Lucene | javadoc |
|
| TypeAsPayloadTokenFilter | Makes the PackedTokenAttributeImpl. | Class | org.apache.lucene.analysis.payloads | Apache Lucene | javadoc |
| TypeTokenFilter | Removes tokens whose types appear in a set of blocked types from a token stream. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| UAX29URLEmailAnalyzer | Filters UAX29URLEmailTokenizer with StandardFilter, | Class | org.apache.lucene.analysis.standard | Apache Lucene | javadoc |
| UAX29URLEmailTokenizer | This class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in | Class | org.apache.lucene.analysis.standard | Apache Lucene | javadoc |
| UAX29URLEmailTokenizer40 | Backcompat uax29 tokenizer for Lucene 4. | Class | org.apache.lucene.analysis.standard.std40 | Apache Lucene | javadoc |
| UnicodeWhitespaceAnalyzer | An Analyzer that uses UnicodeWhitespaceTokenizer. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| UnicodeWhitespaceTokenizer | A UnicodeWhitespaceTokenizer is a tokenizer that divides text at whitespace. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| UpperCaseFilter | Normalizes token text to UPPER CASE. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| WhitespaceAnalyzer | An Analyzer that uses WhitespaceTokenizer. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| WhitespaceTokenizer | A tokenizer that divides text at whitespace characters as defined by Character. | Class | org.apache.lucene.analysis.core | Apache Lucene | javadoc |
| WikipediaTokenizer | Extension of StandardTokenizer that is aware of Wikipedia syntax. | Class | org.apache.lucene.analysis.wikipedia | Apache Lucene | javadoc |
| WordDelimiterFilter | Splits words into subwords and performs optional transformations on subword groups. | Class | org.apache.lucene.analysis.miscellaneous | Apache Lucene | javadoc |
| ICUCollationKeyAnalyzer | Configures KeywordTokenizer with ICUCollationAttributeFactory. | Class | org.apache.lucene.collation | Apache Lucene | javadoc |
| ICUFoldingFilter | A TokenFilter that applies search term folding to Unicode text, applying foldings from UTR#30 Character Foldings. | Class | org.apache.lucene.analysis.icu | Apache Lucene | javadoc |
| ICUNormalizer2CharFilter | Normalize token text with ICU's Normalizer2. | Class | org.apache.lucene.analysis.icu | Apache Lucene | javadoc |
| ICUNormalizer2Filter | Normalize token text with ICU's Normalizer2 With this filter, you can normalize text in the following ways: | Class | org.apache.lucene.analysis.icu | Apache Lucene | javadoc |
| ICUTokenizer | Breaks text into words according to UAX #29: Unicode Text Segmentation (http://www. | Class | org.apache.lucene.analysis.icu.segmentation | Apache Lucene | javadoc |
| ICUTransformFilter | A TokenFilter that transforms text with ICU. | Class | org.apache.lucene.analysis.icu | Apache Lucene | javadoc |
| JapaneseAnalyzer | Analyzer for Japanese that uses morphological analysis. | Class | org.apache.lucene.analysis.ja | Apache Lucene | javadoc |
| JapaneseBaseFormFilter | Replaces term text with the BaseFormAttribute. | Class | org.apache.lucene.analysis.ja | Apache Lucene | javadoc |
| JapaneseIterationMarkCharFilter | Normalizes Japanese horizontal iteration marks (odoriji) to their expanded form. | Class | org.apache.lucene.analysis.ja | Apache Lucene | javadoc |
| JapaneseKatakanaStemFilter | A TokenFilter that normalizes common katakana spelling variations ending in a long sound character by removing this character (U+30FC). | Class | org.apache.lucene.analysis.ja | Apache Lucene | javadoc |
| JapanesePartOfSpeechStopFilter | Removes tokens that match a set of part-of-speech tags. | Class | org.apache.lucene.analysis.ja | Apache Lucene | javadoc |
| JapaneseReadingFormFilter | A TokenFilter that replaces the term attribute with the reading of a token in either katakana or romaji form. | Class | org.apache.lucene.analysis.ja | Apache Lucene | javadoc |
| JapaneseTokenizer | Tokenizer for Japanese that uses morphological analysis. | Class | org.apache.lucene.analysis.ja | Apache Lucene | javadoc |
|
| Lucene43JapanesePartOfSpeechStopFilter | Backcompat JapanesePartOfSpeechStopFilter for versions 4. | Class | org.apache.lucene.analysis.ja | Apache Lucene | javadoc |
| MorfologikAnalyzer | Analyzer using Morfologik library. | Class | org.apache.lucene.analysis.morfologik | Apache Lucene | javadoc |
| MorfologikFilter | TokenFilter using Morfologik library to transform input tokens into lemma and morphosyntactic (POS) tokens. | Class | org.apache.lucene.analysis.morfologik | Apache Lucene | javadoc |
| BeiderMorseFilter | TokenFilter for Beider-Morse phonetic encoding. | Class | org.apache.lucene.analysis.phonetic | Apache Lucene | javadoc |
| DaitchMokotoffSoundexFilter | | Class | org.apache.lucene.analysis.phonetic | Apache Lucene | javadoc |
| DoubleMetaphoneFilter | | Class | org.apache.lucene.analysis.phonetic | Apache Lucene | javadoc |
| PhoneticFilter | Create tokens for phonetic matches. | Class | org.apache.lucene.analysis.phonetic | Apache Lucene | javadoc |
| HMMChineseTokenizer | Tokenizer for Chinese or mixed Chinese-English text. | Class | org.apache.lucene.analysis.cn.smart | Apache Lucene | javadoc |
| SentenceTokenizer | Tokenizes input text into sentences. | Class | org.apache.lucene.analysis.cn.smart | Apache Lucene | javadoc |
| SmartChineseAnalyzer | SmartChineseAnalyzer is an analyzer for Chinese or mixed Chinese-English text. | Class | org.apache.lucene.analysis.cn.smart | Apache Lucene | javadoc |
| WordTokenFilter | A TokenFilter that breaks sentences into words. | Class | org.apache.lucene.analysis.cn.smart | Apache Lucene | javadoc |
| PolishAnalyzer | Analyzer for Polish. | Class | org.apache.lucene.analysis.pl | Apache Lucene | javadoc |
| StempelFilter | Transforms the token stream as per the stemming algorithm. | Class | org.apache.lucene.analysis.stempel | Apache Lucene | javadoc |
| BaseUIMATokenizer | Abstract base implementation of a Tokenizer which is able to analyze the given input with a UIMA AnalysisEngine | Class | org.apache.lucene.analysis.uima | Apache Lucene | javadoc |
| UIMAAnnotationsTokenizer | | Class | org.apache.lucene.analysis.uima | Apache Lucene | javadoc |
| UIMABaseAnalyzer | | Class | org.apache.lucene.analysis.uima | Apache Lucene | javadoc |
| UIMATypeAwareAnalyzer | | Class | org.apache.lucene.analysis.uima | Apache Lucene | javadoc |
| UIMATypeAwareAnnotationsTokenizer | A Tokenizer which creates token from UIMA Annotations filling also their TypeAttribute according to FeaturePaths specified | Class | org.apache.lucene.analysis.uima | Apache Lucene | javadoc |
| Lucene40BlockTreeTermsReader | A block-based terms index and dictionary that assigns terms to variable length blocks according to how they | Class | org.apache.lucene.codecs.blocktree | Apache Lucene | javadoc |
| Lucene41PostingsReader | Lucene 4. | Class | org.apache.lucene.codecs.lucene41 | Apache Lucene | javadoc |
| UndeadNormsProducer | Used only for backwards compatibility corner case, to provide re-animated norms when all fields are undead. | Class | org.apache.lucene.codecs | Apache Lucene | javadoc |
| Algorithm | | Class | org.apache.lucene.benchmark.byTask.utils | Apache Lucene | javadoc |
| ContentItemsSource | Base class for source of data for benchmarking Keeps track of various statistics, such as how many data items were generated, | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| ContentSource | Represents content from a specified source, such as TREC, Reuters etc. | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| DirContentSource | A ContentSource using the Dir collection for its input. | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
|
| DocMaker | Creates Document objects. | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| EnwikiContentSource | A ContentSource which reads the English Wikipedia dump. | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| FacetSource | Source items for facets. | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| LineDocSource | A ContentSource reading one line at a time as a Document from a single file. | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| LongToEnglishContentSource | Creates documents whose content is a long number starting from Long. | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| PerfRunData | Data maintained by a performance test run. | Class | org.apache.lucene.benchmark.byTask | Apache Lucene | javadoc |
| RandomFacetSource | Simple implementation of a random facet source Supports the following parameters: | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| ReutersContentSource | A ContentSource reading from the Reuters collection. | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| SingleDocSource | Creates the same document each time getNextDocData(DocData) is called. | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| SortableSingleDocSource | Adds fields appropriate for sorting: country, random_string and sort_field (int). | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| SpatialDocMaker | Indexes spatial data according to a configured SpatialStrategy with optional shape transformation via a configured SpatialDocMaker. | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| TrecContentSource | Supports the following configuration parameters (on top of work. | Class | org.apache.lucene.benchmark.byTask.feeds | Apache Lucene | javadoc |
| BlockTermsReader | Handles a terms dict, but decouples all details of doc/freqs/positions reading to an instance of PostingsReaderBase. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene | javadoc |
| BlockTermsWriter | Writes terms dict, block-encoding (column stride) each term's metadata for each set of terms between two | Class | org.apache.lucene.codecs.blockterms | Apache Lucene | javadoc |
| FixedGapTermsIndexReader | TermsIndexReader for simple every Nth terms indexes. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene | javadoc |
| FixedGapTermsIndexWriter | Selects every Nth term as and index term, and hold term bytes (mostly) fully expanded in memory. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene | javadoc |
| FSTOrdTermsReader | FST-based terms dictionary reader. | Class | org.apache.lucene.codecs.memory | Apache Lucene | javadoc |
| FSTOrdTermsWriter | FST-based term dict, using ord as FST output. | Class | org.apache.lucene.codecs.memory | Apache Lucene | javadoc |
| FSTTermsReader | FST-based terms dictionary reader. | Class | org.apache.lucene.codecs.memory | Apache Lucene | javadoc |
| FSTTermsWriter | FST-based term dict, using metadata as FST output. | Class | org.apache.lucene.codecs.memory | Apache Lucene | javadoc |
| OrdsBlockTreeTermsReader | See OrdsBlockTreeTermsWriter. | Class | org.apache.lucene.codecs.blocktreeords | Apache Lucene | javadoc |
| OrdsBlockTreeTermsWriter | This is just like BlockTreeTermsWriter, except it also stores a version per term, and adds a method to its TermsEnum implementation to seekExact only if the version is >= the specified version. | Class | org.apache.lucene.codecs.blocktreeords | Apache Lucene | javadoc |
| SimpleTextNormsFormat.SimpleTextNormsConsumer | Writes plain-text norms. | Class | org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat | Apache Lucene | javadoc |
| SimpleTextNormsFormat.SimpleTextNormsProducer | Reads plain-text norms. | Class | org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat | Apache Lucene | javadoc |
| SimpleTextStoredFieldsReader | reads plaintext stored fields FOR RECREATIONAL USE ONLY | Class | org.apache.lucene.codecs.simpletext | Apache Lucene | javadoc |
|
| SimpleTextStoredFieldsWriter | Writes plain-text stored fields. | Class | org.apache.lucene.codecs.simpletext | Apache Lucene | javadoc |
| SimpleTextTermVectorsReader | Reads plain-text term vectors. | Class | org.apache.lucene.codecs.simpletext | Apache Lucene | javadoc |
| SimpleTextTermVectorsWriter | Writes plain-text term vectors. | Class | org.apache.lucene.codecs.simpletext | Apache Lucene | javadoc |
| TermsIndexReaderBase | BlockTermsReader interacts with an instance of this class to manage its terms index. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene | javadoc |
| TermsIndexWriterBase | Base class for terms index implementations to plug into BlockTermsWriter. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene | javadoc |
| VariableGapTermsIndexReader | See VariableGapTermsIndexWriterWARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene | javadoc |
| VariableGapTermsIndexWriter | Selects index terms according to provided pluggable VariableGapTermsIndexWriter. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene | javadoc |
| DistanceFacetsExample | Shows simple usage of dynamic range faceting, using the expressions module to calculate distance. | Class | org.apache.lucene.demo.facet | Apache Lucene | javadoc |
| RangeFacetsExample | Shows simple usage of dynamic range faceting. | Class | org.apache.lucene.demo.facet | Apache Lucene | javadoc |
| DirectoryTaxonomyReader | A TaxonomyReader which retrieves stored taxonomy information from a Reading from the on-disk index on every method call is too slow, so this | Class | org.apache.lucene.facet.taxonomy.directory | Apache Lucene | javadoc |
| DirectoryTaxonomyWriter | TaxonomyWriter which uses a Directory to store the taxonomy information on disk, and keeps an additional in-memory cache of some or all | Class | org.apache.lucene.facet.taxonomy.directory | Apache Lucene | javadoc |
| OrdinalMappingLeafReader | A FilterLeafReader for updating facets ordinal references, based on an ordinal map. | Class | org.apache.lucene.facet.taxonomy | Apache Lucene | javadoc |
| SearcherTaxonomyManager | Manages near-real-time reopen of both an IndexSearcher and a TaxonomyReader. | Class | org.apache.lucene.facet.taxonomy | Apache Lucene | javadoc |
| TaxonomyReader | TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time. | Class | org.apache.lucene.facet.taxonomy | Apache Lucene | javadoc |
| OffsetLimitTokenFilter | | Class | org.apache.lucene.search.highlight | Apache Lucene | javadoc |
| TermVectorLeafReader | Wraps a Terms with a LeafReader, typically from term vectors. | Class | org.apache.lucene.search.highlight | Apache Lucene | javadoc |
| TokenStreamFromTermVector | TokenStream created from a term vector field. | Class | org.apache.lucene.search.highlight | Apache Lucene | javadoc |
| NativeUnixDirectory | A Directory implementation for all Unixes that uses DIRECT I/O to bypass OS level IO caching during | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| RAFDirectory | A straightforward implementation of FSDirectory using java. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| SortingLeafReader | An LeafReader which supports sorting documents by a given Sort. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| UninvertingReader | A FilterReader that exposes indexed values as if they also had This is accomplished by inverting the inverted index or uninversion. | Class | org.apache.lucene.uninverting | Apache Lucene | javadoc |
| WindowsDirectory | Native Directory implementation for Microsoft Windows. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| HttpClientBase | Base class for Http clients. | Class | org.apache.lucene.replicator.http | Apache Lucene | javadoc |
| HttpReplicator | An HTTP implementation of Replicator. | Class | org.apache.lucene.replicator.http | Apache Lucene | javadoc |
| IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter | A DirectoryTaxonomyWriter which sets the underlying IndexWriter's IndexDeletionPolicy to | Class | org.apache.lucene.replicator.IndexAndTaxonomyRevision | Apache Lucene | javadoc |
|
| IndexInputInputStream | An InputStream which wraps an IndexInput. | Class | org.apache.lucene.replicator | Apache Lucene | javadoc |
| LocalReplicator | A Replicator implementation for use by the side that publishes Revisions, as well for clients to check for updates. | Class | org.apache.lucene.replicator | Apache Lucene | javadoc |
| ReplicationClient | A client which monitors and obtains new revisions from a Replicator. | Class | org.apache.lucene.replicator | Apache Lucene | javadoc |
| VersionBlockTreeTermsReader | See VersionBlockTreeTermsWriter. | Class | org.apache.lucene.codecs.idversion | Apache Lucene | javadoc |
| VersionBlockTreeTermsWriter | This is just like BlockTreeTermsWriter, except it also stores a version per term, and adds a method to its TermsEnum implementation to seekExact only if the version is >= the specified version. | Class | org.apache.lucene.codecs.idversion | Apache Lucene | javadoc |
| AnalyzingInfixSuggester | Analyzes the input text and then suggests matches based on prefix matches to any tokens in the indexed text. | Class | org.apache.lucene.search.suggest.analyzing | Apache Lucene | javadoc |
| BlendedInfixSuggester | Extension of the AnalyzingInfixSuggester which transforms the weight after search to take into account the position of the searched term into | Class | org.apache.lucene.search.suggest.analyzing | Apache Lucene | javadoc |
| CompletionAnalyzer | to provide additional completion-only tuning (e. | Class | org.apache.lucene.search.suggest.document | Apache Lucene | javadoc |
| CompletionTokenStream | Token stream which converts a provided token stream to an automaton. | Class | org.apache.lucene.search.suggest.document | Apache Lucene | javadoc |
| ExternalRefSorter | Builds and iterates over sequences stored on disk. | Class | org.apache.lucene.search.suggest.fst | Apache Lucene | javadoc |
| SpellChecker | Spell Checker class (Main class). | Class | org.apache.lucene.search.spell | Apache Lucene | javadoc |
| SuggestStopFilter | Like StopFilter except it will not remove the last token if that token was not followed by some token | Class | org.apache.lucene.search.suggest.analyzing | Apache Lucene | javadoc |
| AllDeletedFilterReader | Filters the incoming reader and makes all documents appear deleted. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| AssertingDirectoryReader | A DirectoryReader that wraps all its subreaders with AssertingLeafReader | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| AssertingLeafReader | A FilterLeafReader that can be used to apply additional checks for tests. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| BaseDirectoryWrapper | Calls check index on close. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| BaseTermVectorsFormatTestCase.RandomTokenStream | Produces a random TokenStream based off of provided terms. | Class | org.apache.lucene.index.BaseTermVectorsFormatTestCase | Apache Lucene | javadoc |
| CannedBinaryTokenStream | | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| CannedTokenStream | TokenStream from a canned list of Tokens. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| CrankyTokenFilter | Throws IOException from random Tokenstream methods. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| FailOnNonBulkMergesInfoStream | | Class | org.apache.lucene.util | Apache Lucene | javadoc |
| FieldFilterLeafReader | A FilterLeafReader that exposes only a subset of fields from the underlying wrapped reader. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| FilterAsynchronousFileChannel | A FilterAsynchronousFileChannel contains another AsynchronousFileChannel, which it uses as its basic | Class | org.apache.lucene.mockfile | Apache Lucene | javadoc |
| FilterDirectoryStream | A FilterDirectoryStream contains another DirectoryStream, which it uses as its basic | Class | org.apache.lucene.mockfile | Apache Lucene | javadoc |
| FilterFileChannel | A FilterFileChannel contains another FileChannel, which it uses as its basic | Class | org.apache.lucene.mockfile | Apache Lucene | javadoc |
|
| FilterFileSystem | A FilterFileSystem contains another FileSystem, which it uses as its basic | Class | org.apache.lucene.mockfile | Apache Lucene | javadoc |
| FilterInputStream2 | A FilterInputStream2 contains another InputStream, which it uses as its basic | Class | org.apache.lucene.mockfile | Apache Lucene | javadoc |
| FilterOutputStream2 | A FilterOutputStream2 contains another OutputStream, which it uses as its basic | Class | org.apache.lucene.mockfile | Apache Lucene | javadoc |
| FilterSeekableByteChannel | A FilterSeekableByteChannel contains another SeekableByteChannel, which it uses as its basic | Class | org.apache.lucene.mockfile | Apache Lucene | javadoc |
| LineFileDocs | Minimal port of benchmark's LneDocSource + DocMaker, so tests can enum docs from a line file created | Class | org.apache.lucene.util | Apache Lucene | javadoc |
| LookaheadTokenFilter | An abstract TokenFilter to make it easier to build graph token filters requiring some lookahead. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MismatchedDirectoryReader | A DirectoryReader that wraps all its subreaders with MismatchedLeafReader | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| MismatchedLeafReader | Shuffles field numbers around to try to trip bugs where field numbers are assumed to always be consistent across segments. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| MockAnalyzer | Analyzer for testing This analyzer is a replacement for Whitespace/Simple/KeywordAnalyzers | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MockBytesAnalyzer | Analyzer for testing that encodes terms as UTF-16 bytes. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MockCharFilter | the purpose of this charfilter is to send offsets out of bounds if the analyzer doesn't use correctOffset or does incorrect offset math. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MockDirectoryWrapper | This is a Directory Wrapper that adds methods intended to be used only by unit tests. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| MockFixedLengthPayloadFilter | TokenFilter that adds random fixed-length payloads. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MockGraphTokenFilter | Randomly inserts overlapped (posInc=0) tokens with posLength sometimes > 1. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MockHoleInjectingTokenFilter | | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MockIndexInputWrapper | Used by MockDirectoryWrapper to create an input stream that keeps track of when it's been closed. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| MockIndexOutputWrapper | Used by MockRAMDirectory to create an output stream that will throw an IOException on fake disk full, track max | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| MockPayloadAnalyzer | Wraps a whitespace tokenizer with a filter that sets the first token, and odd tokens to posinc=1, and all others | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MockRandomLookaheadTokenFilter | Uses LookaheadTokenFilter to randomly peek at future tokens. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MockReaderWrapper | Wraps a Reader, and can throw random or fixed exceptions, and spoon feed read chars. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MockTokenFilter | A tokenfilter for testing that removes terms accepted by a DFA. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MockTokenizer | Tokenizer for testing. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| MockVariableLengthPayloadFilter | TokenFilter that adds random variable-length payloads. | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| NullInfoStream | Prints nothing. | Class | org.apache.lucene.util | Apache Lucene | javadoc |
| QueryUtils.FCInvisibleMultiReader | This is a MultiReader that can be used for randomly wrapping other readers without creating FieldCache insanity. | Class | org.apache.lucene.search.QueryUtils | Apache Lucene | javadoc |
|
| RandomIndexWriter | Silly class that randomizes the indexing experience. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| RawDirectoryWrapper | Delegates all operations, even optional ones, to the wrapped directory. | Class | org.apache.lucene.store | Apache Lucene | javadoc |
| SimplePayloadFilter | | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| SuppressingConcurrentMergeScheduler | A ConcurrentMergeScheduler that ignores AlreadyClosedException. | Class | org.apache.lucene.index | Apache Lucene | javadoc |
| ThrottledIndexOutput | Intentionally slow IndexOutput for testing. | Class | org.apache.lucene.util | Apache Lucene | javadoc |
| ValidatingTokenFilter | A TokenFilter that checks consistency of the tokens (eg offsets are consistent with one another). | Class | org.apache.lucene.analysis | Apache Lucene | javadoc |
| BlockTermsReader | Handles a terms dict, but decouples all details of doc/freqs/positions reading to an instance of PostingsReaderBase. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene Codecs | javadoc |
| BlockTermsWriter | Writes terms dict, block-encoding (column stride) each term's metadata for each set of terms between two | Class | org.apache.lucene.codecs.blockterms | Apache Lucene Codecs | javadoc |
| FixedGapTermsIndexReader | TermsIndexReader for simple every Nth terms indexes. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene Codecs | javadoc |
| FixedGapTermsIndexWriter | Selects every Nth term as and index term, and hold term bytes (mostly) fully expanded in memory. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene Codecs | javadoc |
| FSTOrdTermsReader | FST-based terms dictionary reader. | Class | org.apache.lucene.codecs.memory | Apache Lucene Codecs | javadoc |
| FSTOrdTermsWriter | FST-based term dict, using ord as FST output. | Class | org.apache.lucene.codecs.memory | Apache Lucene Codecs | javadoc |
| FSTTermsReader | FST-based terms dictionary reader. | Class | org.apache.lucene.codecs.memory | Apache Lucene Codecs | javadoc |
| FSTTermsWriter | FST-based term dict, using metadata as FST output. | Class | org.apache.lucene.codecs.memory | Apache Lucene Codecs | javadoc |
| OrdsBlockTreeTermsReader | See OrdsBlockTreeTermsWriter. | Class | org.apache.lucene.codecs.blocktreeords | Apache Lucene Codecs | javadoc |
| OrdsBlockTreeTermsWriter | This is just like BlockTreeTermsWriter, except it also stores a version per term, and adds a method to its TermsEnum implementation to seekExact only if the version is >= the specified version. | Class | org.apache.lucene.codecs.blocktreeords | Apache Lucene Codecs | javadoc |
| SimpleTextNormsFormat.SimpleTextNormsConsumer | Writes plain-text norms. | Class | org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat | Apache Lucene Codecs | javadoc |
| SimpleTextNormsFormat.SimpleTextNormsProducer | Reads plain-text norms. | Class | org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat | Apache Lucene Codecs | javadoc |
| SimpleTextStoredFieldsReader | reads plaintext stored fields FOR RECREATIONAL USE ONLY | Class | org.apache.lucene.codecs.simpletext | Apache Lucene Codecs | javadoc |
| SimpleTextStoredFieldsWriter | Writes plain-text stored fields. | Class | org.apache.lucene.codecs.simpletext | Apache Lucene Codecs | javadoc |
| SimpleTextTermVectorsReader | Reads plain-text term vectors. | Class | org.apache.lucene.codecs.simpletext | Apache Lucene Codecs | javadoc |
| SimpleTextTermVectorsWriter | Writes plain-text term vectors. | Class | org.apache.lucene.codecs.simpletext | Apache Lucene Codecs | javadoc |
| TermsIndexReaderBase | BlockTermsReader interacts with an instance of this class to manage its terms index. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene Codecs | javadoc |
| TermsIndexWriterBase | Base class for terms index implementations to plug into BlockTermsWriter. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene Codecs | javadoc |
| VariableGapTermsIndexReader | See VariableGapTermsIndexWriterWARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene Codecs | javadoc |
|
| VariableGapTermsIndexWriter | Selects index terms according to provided pluggable VariableGapTermsIndexWriter. | Class | org.apache.lucene.codecs.blockterms | Apache Lucene Codecs | javadoc |
| OBase64Utils.InputStream | A OBase64Utils. | Class | com.orientechnologies.orient.core.serialization.OBase64Utils | Orientdb | javadoc |
| OBase64Utils.OutputStream | A OBase64Utils. | Class | com.orientechnologies.orient.core.serialization.OBase64Utils | Orientdb | javadoc |
| ODatabaseDocumentTx | | Class | com.orientechnologies.orient.core.db.document | Orientdb | javadoc |
| ODatabaseDocumentTxPooled | Pooled wrapper to the ODatabaseDocumentTx class. | Class | com.orientechnologies.orient.core.db.document | Orientdb | javadoc |
| ODatabasePojoAbstract | | Class | com.orientechnologies.orient.object.db | Orientdb | javadoc |
| ODatabaseRecordWrapperAbstract | | Class | com.orientechnologies.orient.core.db | Orientdb | javadoc |
| ODatabaseWrapperAbstract | | Class | com.orientechnologies.orient.core.db | Orientdb | javadoc |
| OMemoryInputStream | Class to parse and write buffers in very fast way. | Class | com.orientechnologies.orient.core.serialization | Orientdb | javadoc |
| OMemoryStream | Class to parse and write buffers in very fast way. | Class | com.orientechnologies.orient.core.serialization | Orientdb | javadoc |
| OObjectDatabaseTx | Object Database instance. | Class | com.orientechnologies.orient.object.db | Orientdb | javadoc |
| OObjectDatabaseTxPooled | Pooled wrapper to the OObjectDatabaseTx class. | Class | com.orientechnologies.orient.object.db | Orientdb | javadoc |
| BZip2PipedOutputStream | Opens a outputstream for writing into a bzip2 file by piping into the bzip2 command. | Class | edu.stanford.nlp.io | JavaNlp | javadoc |
| EncodingFileReader | This is a convenience class which works almost exactly like but allows for the specification of input encoding. | Class | edu.stanford.nlp.io | JavaNlp | javadoc |
| FilteringTreeReader | A FilteringTreeReader filters the output of another TreeReader. | Class | edu.stanford.nlp.trees | JavaNlp | javadoc |
| FragDiscardingPennTreeReader | | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp | javadoc |
| FrenchXMLTreeReader | A reader for XML format French Treebank files. | Class | edu.stanford.nlp.trees.international.french | JavaNlp | javadoc |
| NullOutputStream | An OutputStream which throws away all output instead of outputting anything Taken from http://stackoverflow. | Class | edu.stanford.nlp.io | JavaNlp | javadoc |
| PennTreeReader | This class implements the TreeReader interface to read Penn Treebank-style files. | Class | edu.stanford.nlp.trees | JavaNlp | javadoc |
| PrintFile | Shorthand class for opening an output file for human-readable output. | Class | edu.stanford.nlp.io | JavaNlp | javadoc |
| ReaderInputStream | Adapts a Reader as an InputStream. | Class | edu.stanford.nlp.io | JavaNlp | javadoc |
| RedwoodPrintStream | A PrintStream that writes to Redwood logs. | Class | edu.stanford.nlp.util.logging | JavaNlp | javadoc |
| StringOutputStream | An OutputStream that can be turned into a String. | Class | edu.stanford.nlp.io | JavaNlp | javadoc |
| SystemUtils.ProcessOutputStream | | Class | edu.stanford.nlp.util.SystemUtils | JavaNlp | javadoc |
| TeeStream | | Class | edu.stanford.nlp.io | JavaNlp | javadoc |
|
| BufferedInputStream | Based on the buffered input stream from the JDK with some minor tweaks to allow external classes to monitor stream status and progress. | Class | com.codename1.io | CodeName One | javadoc |
| BufferedOutputStream | Based on the buffered output stream from the JDK with some minor tweaks to allow external classes to monitor stream status and progress. | Class | com.codename1.io | CodeName One | javadoc |
| ByteArrayInputStream | A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream. | Class | java.io | CodeName One | javadoc |
Check Code Snippets / Samples for java.io.ByteArrayInputStream |
| ByteArrayOutputStream | This class implements an output stream in which the data is written into a byte array. | Class | java.io | CodeName One | javadoc |
Check Code Snippets / Samples for java.io.ByteArrayOutputStream |
| CharArrayReader | A specialized Reader for reading the contents of a char array. | Class | com.codename1.io | CodeName One | javadoc |
| DataInputStream | A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way. | Class | java.io | CodeName One | javadoc |
Check Code Snippets / Samples for java.io.DataInputStream |
| DataOutputStream | A data output stream lets an application write primitive Java data types to an output stream in a portable way. | Class | java.io | CodeName One | javadoc |
Check Code Snippets / Samples for java.io.DataOutputStream |
| DeflaterOutputStream | | Class | com.codename1.io.gzip | CodeName One | javadoc |
| FilterInputStream | | Class | com.codename1.io.gzip | CodeName One | javadoc |
| FilterOutputStream | | Class | com.codename1.io.gzip | CodeName One | javadoc |
| GZIPInputStream | | Class | com.codename1.io.gzip | CodeName One | javadoc |
| GZIPOutputStream | | Class | com.codename1.io.gzip | CodeName One | javadoc |
| InflaterInputStream | | Class | com.codename1.io.gzip | CodeName One | javadoc |
| InputStream | This abstract class is the superclass of all classes representing an input stream of bytes. | Class | java.io | CodeName One | javadoc |
Check Code Snippets / Samples for java.io.InputStream |
| InputStreamReader | An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters. | Class | java.io | CodeName One | javadoc |
Check Code Snippets / Samples for java.io.InputStreamReader |
| OutputStream | This abstract class is the superclass of all classes representing an output stream of bytes. | Class | java.io | CodeName One | javadoc |
Check Code Snippets / Samples for java.io.OutputStream |
| OutputStreamWriter | An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes. | Class | java.io | CodeName One | javadoc |
Check Code Snippets / Samples for java.io.OutputStreamWriter |
| PrintStream | A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently. | Class | java.io | CodeName One | javadoc |
Check Code Snippets / Samples for java.io.PrintStream |
| Reader | Abstract class for reading character streams. | Class | java.io | CodeName One | javadoc |
Check Code Snippets / Samples for java.io.Reader |
| StringReader | | Class | com.codename1.util.regex | CodeName One | javadoc |
| TarInputStream | | Class | com.codename1.io.tar | CodeName One | javadoc |
| TarOutputStream | | Class | com.codename1.io.tar | CodeName One | javadoc |
| Writer | Abstract class for writing to character streams. | Class | java.io | CodeName One | javadoc |
Check Code Snippets / Samples for java.io.Writer |
| Base64.InputStream | A Base64. | Class | org.jivesoftware.util.Base64 | OpenFire | javadoc |
| Base64.OutputStream | A Base64. | Class | org.jivesoftware.util.Base64 | OpenFire | javadoc |
|
| ClientSessionConnection | Represents a connection of a Client Session that was established to a Connection Manager. | Class | org.jivesoftware.openfire.multiplex | OpenFire | javadoc |
| HttpSession.HttpVirtualConnection | | Class | org.jivesoftware.openfire.http.HttpSession | OpenFire | javadoc |
| NIOConnection | | Class | org.jivesoftware.openfire.nio | OpenFire | javadoc |
| PluginClassLoader | ClassLoader for plugins. | Class | org.jivesoftware.openfire.container | OpenFire | javadoc |
| ProxyOutputStream | An output stream which tracks the amount of bytes transfered by proxy sockets. | Class | org.jivesoftware.openfire.filetransfer.proxy | OpenFire | javadoc |
| SocketConnection | An object to track the state of a XMPP client-server session. | Class | org.jivesoftware.openfire.net | OpenFire | javadoc |
| VirtualConnection | Abstract implementation of the Connection interface that models abstract connections. | Class | org.jivesoftware.openfire.net | OpenFire | javadoc |
| FijiClassLoader | Special class loader for ImageJ 1. | Class | fiji | Fiji | javadoc |
| ForwardingJavaFileManager | Forwards calls to a given file manager. | Class | javax.tools | Fiji | javadoc |
| ImageProcessorReader | A low-level reader for ImageProcessor objects. | Class | loci.plugins.util | Fiji | javadoc |
| JavacFileManager | This class provides access to the source, class and other files used by the compiler and related tools. | Class | com.sun.tools.javac.file | Fiji | javadoc |
| JavacFiler | The FilerImplementation class must maintain a number of constraints. | Class | com.sun.tools.javac.processing | Fiji | javadoc |
| JavacProcessingEnvironment | Objects of this class hold and manage the state needed to support annotation processing. | Class | com.sun.tools.javac.processing | Fiji | javadoc |
| LittleEndianInputStream | Reads little-endian data from a source InputStream by reversing byte ordering. | Class | net.sf.image4j.io | Fiji | javadoc |
| LittleEndianOutputStream | Writes little-endian data to a target OutputStream by reversing byte ordering. | Class | net.sf.image4j.io | Fiji | javadoc |
| LittleEndianRandomAccessFile | Provides endian conversions for input and output with a RandomAccessFile. | Class | net.sf.image4j.io | Fiji | javadoc |
| Logger | This class is used to log messages occurring during TrackMate execution. | Class | fiji.plugin.trackmate | Fiji | javadoc |
| Logger.SlaveLogger | A logger that wraps a master logger and uses it to echo any received message. | Class | fiji.plugin.trackmate.Logger | Fiji | javadoc |
| Logger.StringBuilderLogger | This Logger outputs to a StringBuilder given at construction. | Class | fiji.plugin.trackmate.Logger | Fiji | javadoc |
| LoggingInputStream | A class to monitor an input stream for speed and total byte download. | Class | ini.trakem2.io | Fiji | javadoc |
| Pbd16InputStream | Decompresses a binary InputStream using Sean Murphy's fast PBD pack-bits plus difference encoding. | Class | org.janelia.vaa3d.reader | Fiji | javadoc |
| Pbd8InputStream | Decompresses a binary InputStream using Sean Murphy's fast PBD pack-bits plus difference encoding. | Class | org.janelia.vaa3d.reader | Fiji | javadoc |
| PbdInputStream | Base class for Pbd8InputStream and Pbd16InputStream. | Class | org.janelia.vaa3d.reader | Fiji | javadoc |
| RandomAccessInputStreamWrapper | Wrapper class to convert RandomAccessInputStream to RandomAccessInputStream. | Class | io.scif.bf.wrapper | Fiji | javadoc |
| RandomAccessInputStreamWrapper | Wrapper class to convert RandomAccessInputStream to RandomAccessInputStream. | Class | io.scif.common | Fiji | javadoc |
|
| TextAreaWriter | Writer implementation that writes to a JTextArea document. | Class | loci.plugins.config | Fiji | javadoc |
| VirtualReader | | Class | loci.plugins.util | Fiji | javadoc |
| WrappingJavaFileManager | Wraps all calls to a given file manager. | Class | com.sun.tools.javac.api | Fiji | javadoc |
| Actor | An actor is a self-contained execution unit - an object running in its own strand and communicating with other actors via messages. | Class | co.paralleluniverse.actors | Quasar | javadoc |
| ActorRef | An actor's external API (for use by code not part of the actor). | Class | co.paralleluniverse.actors | Quasar | javadoc |
| ActorRefDelegate | An ActorRef which delegates all operations to another ActorRef. | Class | co.paralleluniverse.actors | Quasar | javadoc |
| BasicActor | A subclass of Actor that provides selective receive capabilities. | Class | co.paralleluniverse.actors | Quasar | javadoc |
| Behavior | A general behavior-actor interfaceSee Also:Serialized Form | Class | co.paralleluniverse.actors.behaviors | Quasar | javadoc |
| BehaviorActor | A general behavior-actor class, extended by all behaviors. | Class | co.paralleluniverse.actors.behaviors | Quasar | javadoc |
| DelegatingReceivePort | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| DelegatingSendPort | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| EventSource | An interface to an EventSourceActor. | Class | co.paralleluniverse.actors.behaviors | Quasar | javadoc |
| EventSourceActor | A behavior actor that can be notified of *event* messages, which are delivered to *event handlers* which may be registered with the actor. | Class | co.paralleluniverse.actors.behaviors | Quasar | javadoc |
| FiberFileChannel | A fiber-blocking version of FileChannel. | Class | co.paralleluniverse.fibers.io | Quasar | javadoc |
| FiberServerSocketChannel | A fiber-blocking version of ServerSocketChannel. | Class | co.paralleluniverse.fibers.io | Quasar | javadoc |
| FiberSocketChannel | A fiber-blocking version of SocketChannel. | Class | co.paralleluniverse.fibers.io | Quasar | javadoc |
| FiniteStateMachineActor | A behavior implementing a finite-state-machine. | Class | co.paralleluniverse.actors.behaviors | Quasar | javadoc |
| FlatMappingReceivePort | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| Mailbox | A channel that is used as an actor's mailbox. | Class | co.paralleluniverse.actors | Quasar | javadoc |
| ProxyServerActor | Wraps a Java object in a ServerActor that exposes the object's methods as an interface and processes them in an actor (on a dedicated strand). | Class | co.paralleluniverse.actors.behaviors | Quasar | javadoc |
| QueueChannel | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| QueueDoubleChannel | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| QueueFloatChannel | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| QueueIntChannel | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| QueueLongChannel | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
|
| QueueObjectChannel | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| QueuePrimitiveChannel | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| ReceivePortGroup | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| Server | An interface to a ServerActor. | Class | co.paralleluniverse.actors.behaviors | Quasar | javadoc |
| ServerActor | A behavior implementing a server that responds to request messages. | Class | co.paralleluniverse.actors.behaviors | Quasar | javadoc |
| SingleConsumerQueueChannel | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| SplitSendPort | SendPort that will send messages it receives to a target SendPort. | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| Supervisor | An interface to a SupervisorActor. | Class | co.paralleluniverse.actors.behaviors | Quasar | javadoc |
| SupervisorActor | An actor that supervises, and if necessary, restarts other actors. | Class | co.paralleluniverse.actors.behaviors | Quasar | javadoc |
| TickerChannelConsumer | A ReceivePort which is a view of a ticker channel. | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| TickerChannelConsumer.TickerChannelFloatConsumer | | Class | co.paralleluniverse.strands.channels.TickerChannelConsumer | Quasar | javadoc |
| TimeoutChannel | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| TransferChannel | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| TransformingReceivePort | A ReceivePort with additional functional-transform operations, usually wrapping a plain ReceivePort. | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| TransformingSendPort | A SendPort with additional functional-transform operations, usually wrapping a plain SendPort. | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| ValChannel | An adapter that turns a DelayedVal into a ReceivePort that receives the DelayedVal's value and then closes. | Class | co.paralleluniverse.strands.dataflow | Quasar | javadoc |
| ZippingReceivePort | | Class | co.paralleluniverse.strands.channels | Quasar | javadoc |
| LEDataInputStream | Little Endian Data Input Stream. | Class | com.jogamp.opengl.util.texture.spi | JogAmp | javadoc |
| LEDataOutputStream | Little Endian Data Output Stream. | Class | com.jogamp.opengl.util.texture.spi | JogAmp | javadoc |
|