Back to Main Site

Search Implementing Classes


Search Classes / Packages Search Frameworks / Libraries



#Java - Classes that implement #AutoCloseable interface
NameDescriptionTypePackageFrameworkJavaDoc
AbstractInterruptibleChannelBase implementation class for interruptible channels.Classjava.nio.channels.spiJava SEjavadoc
AbstractSelectableChannelBase implementation class for selectable channels.Classjava.nio.channels.spiJava SEjavadoc
AbstractSelectorBase implementation class for selectors.Classjava.nio.channels.spiJava SEjavadoc
AsynchronousFileChannelAn asynchronous channel for reading, writing, and manipulating a file.Classjava.nio.channelsJava SEjavadoc
AsynchronousServerSocketChannelAn asynchronous channel for stream-oriented listening sockets.Classjava.nio.channelsJava SEjavadoc
AsynchronousSocketChannelAn asynchronous channel for stream-oriented connecting sockets.Classjava.nio.channelsJava SEjavadoc
AudioInputStreamAn audio input stream is an input stream with a specified audio format and length.Classjavax.sound.sampledJava SEjavadoc
BufferedInputStreamA BufferedInputStream adds functionality to another input stream-namely,Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.BufferedInputStream
BufferedOutputStreamThe class implements a buffered output stream.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.BufferedOutputStream
BufferedReaderReads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.BufferedReader
BufferedWriterWrites text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.BufferedWriter
ByteArrayInputStreamA ByteArrayInputStream contains an internal buffer that contains bytes thatClassjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.ByteArrayInputStream
ByteArrayOutputStreamThis class implements an output stream in which the data is written into a byte array.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.ByteArrayOutputStream
CharArrayReaderThis class implements a character buffer that can be used as a character-input stream.Classjava.ioJava SEjavadoc
CharArrayWriterThis class implements a character buffer that can be used as an Writer.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.CharArrayWriter
CheckedInputStreamAn input stream that also maintains a checksum of the data being read.Classjava.util.zipJava SEjavadoc
CheckedOutputStreamAn output stream that also maintains a checksum of the data being written.Classjava.util.zipJava SEjavadoc
CipherInputStreamA CipherInputStream is composed of an InputStream and a Cipher so that read() methods return data that are read in from theClassjavax.cryptoJava SEjavadoc
CipherOutputStreamA CipherOutputStream is composed of an OutputStream and a Cipher so that write() methods first process the data before writing them outClassjavax.cryptoJava SEjavadoc
DatagramChannelA selectable channel for datagram-oriented sockets.Classjava.nio.channelsJava SEjavadoc
DatagramSocketThis class represents a socket for sending and receiving datagram packets.Classjava.netJava SEjavadoc
DataInputStreamA data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independentClassjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.DataInputStream
DataOutputStreamA data output stream lets an application write primitive Java data types to an output stream in a portable way.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.DataOutputStream
DeflaterInputStream compression format.Classjava.util.zipJava SEjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

DeflaterOutputStreamThis class implements an output stream filter for compressing data in the deflate compression format.Classjava.util.zipJava SEjavadoc
Check Code Snippets / Samples for java.util.zip.DeflaterOutputStream
DigestInputStreamA transparent stream that updates the associated message digest using the bits going through the stream.Classjava.securityJava SEjavadoc
Check Code Snippets / Samples for java.security.DigestInputStream
DigestOutputStreamA transparent stream that updates the associated message digest using the bits going through the stream.Classjava.securityJava SEjavadoc
Check Code Snippets / Samples for java.security.DigestOutputStream
FileCacheImageInputStreamAn implementation of ImageInputStream that gets its input from a regular InputStream.Classjavax.imageio.streamJava SEjavadoc
FileCacheImageOutputStreamAn implementation of ImageOutputStream that writes its output to a regular OutputStream.Classjavax.imageio.streamJava SEjavadoc
FileChannelA channel for reading, writing, mapping, and manipulating a file.Classjava.nio.channelsJava SEjavadoc
Check Code Snippets / Samples for java.nio.channels.FileChannel
FileImageInputStreamAn implementation of ImageInputStream that gets its input from a File or RandomAccessFile.Classjavax.imageio.streamJava SEjavadoc
FileImageOutputStreamAn implementation of ImageOutputStream that writes its output directly to a File orClassjavax.imageio.streamJava SEjavadoc
FileInputStreamA FileInputStream obtains input bytes from a file in a file system.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.FileInputStream
FileLockA token representing a lock on a region of a file.Classjava.nio.channelsJava SEjavadoc
Check Code Snippets / Samples for java.nio.channels.FileLock
FileOutputStreamA file output stream is an output stream for writing data to a File or to a FileDescriptor.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.FileOutputStream
FileReaderConvenience class for reading character files.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.FileReader
FileSystemProvides an interface to a file system and is the factory for objects to access files and other objects in the file system.Classjava.nio.fileJava SEjavadoc
Check Code Snippets / Samples for java.nio.file.FileSystem
FileWriterConvenience class for writing character files.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.FileWriter
FilterInputStreamA FilterInputStream contains some other input stream, which it uses asClassjava.ioJava SEjavadoc
FilterOutputStreamThis class is the superclass of all classes that filter output streams.Classjava.ioJava SEjavadoc
FilterReaderAbstract class for reading filtered character streams.Classjava.ioJava SEjavadoc
FilterWriterAbstract class for writing filtered character streams.Classjava.ioJava SEjavadoc
FormatterAn interpreter for printf-style format strings.Classjava.utilJava SEjavadoc
ForwardingJavaFileManagerForwards calls to a given file manager.Classjavax.toolsJava SEjavadoc
GZIPInputStreamThis class implements a stream filter for reading compressed data in the GZIP file format.Classjava.util.zipJava SEjavadoc
Check Code Snippets / Samples for java.util.zip.GZIPInputStream
GZIPOutputStreamThis class implements a stream filter for writing compressed data in the GZIP file format.Classjava.util.zipJava SEjavadoc
ImageInputStreamImplAn abstract class implementing the ImageInputStream interface.Classjavax.imageio.streamJava SEjavadoc
ImageOutputStreamImplAn abstract class implementing the ImageOutputStream interface.Classjavax.imageio.streamJava SEjavadoc
InflaterInputStreamThis class implements a stream filter for uncompressing data in the deflate compression format.Classjava.util.zipJava SEjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

InflaterOutputStream deflate compression format.Classjava.util.zipJava SEjavadoc
InputStreamThis abstract class is the superclass of all classes representing an input stream of bytes.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.InputStream
InputStreamInputStream provides for the reading of all of the mapped IDL types from the stream.Classorg.omg.CORBA_2_3.portableJava SEjavadoc
InputStreamInputStream is the Java API for reading IDL types from CDR marshal streams.Classorg.omg.CORBA.portableJava SEjavadoc
InputStreamReaderAn InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified charset.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.InputStreamReader
JarFileThe JarFile class is used to read the contents of a jar file from any file that can be opened with java.Classjava.util.jarJava SEjavadoc
JarInputStreamThe JarInputStream class is used to read the contents of a JAR file from any input stream.Classjava.util.jarJava SEjavadoc
Check Code Snippets / Samples for java.util.jar.JarInputStream
JarOutputStreamThe JarOutputStream class is used to write the contents of a JAR file to any output stream.Classjava.util.jarJava SEjavadoc
Check Code Snippets / Samples for java.util.jar.JarOutputStream
LineNumberInputStreamThis class is an input stream filter that provides the added functionality of keeping track of the current line number.Classjava.ioJava SEjavadoc
LineNumberReaderA buffered character-input stream that keeps track of line numbers.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.LineNumberReader
LogStreamLogStream provides a mechanism for logging errors that are of possible interest to those monitoring a system.Classjava.rmi.serverJava SEjavadoc
MemoryCacheImageInputStreamAn implementation of ImageInputStream that gets its input from a regular InputStream.Classjavax.imageio.streamJava SEjavadoc
MemoryCacheImageOutputStreamAn implementation of ImageOutputStream that writes its output to a regular OutputStream.Classjavax.imageio.streamJava SEjavadoc
MLetAllows you to instantiate and register one or several MBeans in the MBean server coming from a remote URL.Classjavax.management.loadingJava SEjavadoc
MulticastSocketThe multicast datagram socket class is useful for sending and receiving IP multicast packets.Classjava.netJava SEjavadoc
ObjectInputStreamAn ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.ObjectInputStream
ObjectOutputStreamAn ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.ObjectOutputStream
OutputStreamThis abstract class is the superclass of all classes representing an output stream of bytes.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.OutputStream
OutputStreamOutputStream provides interface for writing of all of the mapped IDL type to the stream.Classorg.omg.CORBA_2_3.portableJava SEjavadoc
OutputStreamOuputStream is the Java API for writing IDL types to CDR marshal streams.Classorg.omg.CORBA.portableJava SEjavadoc
OutputStreamWriterAn OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.OutputStreamWriter
Pipe.SinkChannelA channel representing the writable end of a Pipe.Classjava.nio.channels.PipeJava SEjavadoc
Pipe.SourceChannelA channel representing the readable end of a Pipe.Classjava.nio.channels.PipeJava SEjavadoc
PipedInputStreamA piped input stream should be connected to a piped output stream; the piped inputClassjava.ioJava SEjavadoc
PipedOutputStreamA piped output stream can be connected to a piped input stream to create a communications pipe.Classjava.ioJava SEjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

PipedReaderPiped character-input streams.Classjava.ioJava SEjavadoc
PipedWriterPiped character-output streams.Classjava.ioJava SEjavadoc
PrintStreamA PrintStream adds functionality to another output stream, namely the ability to print representations of various data valuesClassjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.PrintStream
PrintWriterPrints formatted representations of objects to a text-output stream.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.PrintWriter
PrivateMLetAn MLet that is not added to the ClassLoaderRepository.Classjavax.management.loadingJava SEjavadoc
ProgressMonitorInputStreamMonitors the progress of reading from some InputStream.Classjavax.swingJava SEjavadoc
PushbackInputStreamA PushbackInputStream adds functionality to another input stream, namelyClassjava.ioJava SEjavadoc
PushbackReaderClassjava.ioJava SEjavadoc
RandomAccessFileInstances of this class support both reading and writing to a random access file.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.RandomAccessFile
ReaderAbstract class for reading character streams.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.Reader
RMIConnectionImpl code will not usually reference this class.Classjavax.management.remote.rmiJava SEjavadoc
RMIConnectorA connection to a remote RMI connector.Classjavax.management.remote.rmiJava SEjavadoc
RMIIIOPServerImplAn RMIServerImpl that is exported through IIOP and that creates client connections as RMI objects exported through IIOP.Classjavax.management.remote.rmiJava SEjavadoc
RMIJRMPServerImplAn RMIServer object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP.Classjavax.management.remote.rmiJava SEjavadoc
RMIServerImplAn RMI object representing a connector server.Classjavax.management.remote.rmiJava SEjavadoc
ScannerA simple text scanner which can parse primitive types and strings using regular expressions.Classjava.utilJava SEjavadoc
Check Code Snippets / Samples for java.util.Scanner
SelectableChannelA channel that can be multiplexed via a Selector.Classjava.nio.channelsJava SEjavadoc
SelectorA multiplexor of SelectableChannel objects.Classjava.nio.channelsJava SEjavadoc
SequenceInputStreamA SequenceInputStream represents the logical concatenation of other inputClassjava.ioJava SEjavadoc
ServerSocketThis class implements server sockets.Classjava.netJava SEjavadoc
ServerSocketChannelA selectable channel for stream-oriented listening sockets.Classjava.nio.channelsJava SEjavadoc
SocketThis class implements client sockets (also called just sockets).Classjava.netJava SEjavadoc
Check Code Snippets / Samples for java.net.Socket
SocketChannelA selectable channel for stream-oriented connecting sockets.Classjava.nio.channelsJava SEjavadoc
SSLServerSocketThis class extends ServerSockets and provides secure server sockets using protocols such as the SecureClassjavax.net.sslJava SEjavadoc
SSLSocketThis class extends Sockets and provides secure socket using protocols such as the SecureClassjavax.net.sslJava SEjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

StringBufferInputStreamThis class allows an application to create an input stream in which the bytes read are supplied by the contents of a string.Classjava.ioJava SEjavadoc
StringReaderA character stream whose source is a string.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.StringReader
StringWriterA character stream that collects its output in a string buffer, which can then be used to construct a string.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.StringWriter
SubmissionPublisherA Flow.Classjava.util.concurrentJava SEjavadoc
URLClassLoaderThis class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.Classjava.netJava SEjavadoc
WriterAbstract class for writing to character streams.Classjava.ioJava SEjavadoc
Check Code Snippets / Samples for java.io.Writer
XMLDecoderThe XMLDecoder class is used to read XML documents created using the XMLEncoder and is used just likeClassjava.beansJava SEjavadoc
XMLEncoderThe XMLEncoder class is a complementary alternative to the ObjectOutputStream and can used to generateClassjava.beansJava SEjavadoc
ZipFileThis class is used to read entries from a zip file.Classjava.util.zipJava SEjavadoc
ZipInputStreamThis class implements an input stream filter for reading files in the ZIP file format.Classjava.util.zipJava SEjavadoc
ZipOutputStreamThis class implements an output stream filter for writing files in the ZIP file format.Classjava.util.zipJava SEjavadoc
BodyContentAn encapsulation of the evaluation of the body of an action so it is available to a tag handler.Classjavax.servlet.jsp.tagextJava EEjavadoc
EJBContainerUsed to execute an EJB application in an embeddable container.Classjavax.ejb.embeddableJava EEjavadoc
JspWriter The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out whichClassjavax.servlet.jspJava EEjavadoc
PartialResponseWriterPartialResponseWriter decorates an existing ResponseWriter to support theClassjavax.faces.contextJava EEjavadoc
ResponseStreamResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.Classjavax.faces.contextJava EEjavadoc
ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.Classjavax.faces.contextJava EEjavadoc
ResponseWriterWrapperProvides a simple implementation of ResponseWriter thatClassjavax.faces.contextJava EEjavadoc
ServletInputStreamProvides an input stream for reading binary data from a client request, including an efficient readLine methodClassjavax.servletJava EEjavadoc
ServletOutputStreamProvides an output stream for sending binary data to the client.Classjavax.servletJava EEjavadoc
Check Code Snippets / Samples for javax.servlet.ServletOutputStream
SharedByteArrayInputStreamA ByteArrayInputStream that implements the SharedInputStream interface, allowing the underlying byte array to be shared between multiple readers.Classjavax.mail.utilJava EEjavadoc
SharedFileInputStreamA SharedFileInputStream is a BufferedInputStream that buffersClassjavax.mail.utilJava EEjavadoc
AnnotationConfigEmbeddedWebApplicationContextEmbeddedWebApplicationContext that accepts annotated classes as input - inparticular @ConfigurationClassorg.springframework.boot.context.embeddedSpring Bootjavadoc
EmbeddedWebApplicationContextA WebApplicationContext that can be used to bootstrap itself from a containedEmbeddedServletContainerFactory bean.Classorg.springframework.boot.context.embeddedSpring Bootjavadoc
JarFileoffers the following additional functionality.Classorg.springframework.boot.loader.jarSpring Bootjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

LaunchedURLClassLoaderClassLoader used by the Launcher.Classorg.springframework.boot.loaderSpring Bootjavadoc
StatsdMetricWriterA MetricWriter that pushes data to statsd.Classorg.springframework.boot.actuate.metrics.statsdSpring Bootjavadoc
TomcatEmbeddedWebappClassLoaderExtension of Tomcat's WebappClassLoader that does not consider thesystem classloader.Classorg.springframework.boot.context.embedded.tomcatSpring Bootjavadoc
XmlEmbeddedWebApplicationContextEmbeddedWebApplicationContext which takes its configuration from XML documents,understood by an XmlBeanDefinitionReader.Classorg.springframework.boot.context.embeddedSpring Bootjavadoc
SftpPersistentAcceptOnceFileListFilterPersistent file list filter using the server's file timestamp to detect if we've alreadySince:3.Classorg.springframework.integration.sftp.filtersSpring Integrationjavadoc
SftpInboundFileSynchronizerHandles the synchronization between a remote SFTP directory and a local mount.Classorg.springframework.integration.sftp.inboundSpring Integrationjavadoc
PropertiesPersistingMetadataStoreProperties file-based implementation of MetadataStore.Classorg.springframework.integration.metadataSpring Integrationjavadoc
FtpPersistentAcceptOnceFileListFilterPersistent file list filter using the server's file timestamp to detect if we've alreadySince:3.Classorg.springframework.integration.ftp.filtersSpring Integrationjavadoc
FtpInboundFileSynchronizerAn implementation of AbstractInboundFileSynchronizer for FTP.Classorg.springframework.integration.ftp.inboundSpring Integrationjavadoc
FileSystemPersistentAcceptOnceFileListFilterClassorg.springframework.integration.file.filtersSpring Integrationjavadoc
CompositeFileListFilterSimple FileListFilter that predicates its matches against all of theconfigured FileListFilter.Classorg.springframework.integration.file.filtersSpring Integrationjavadoc
AbstractPersistentAcceptOnceFileListFilterStores seen files in a MetadataStore to survive application restarts.Classorg.springframework.integration.file.filtersSpring Integrationjavadoc
AbstractInboundFileSynchronizerBase class charged with knowing how to connect to a remote file system,scan it for new files and then download the files.Classorg.springframework.integration.file.remote.synchronizerSpring Integrationjavadoc
TestUtils.TestApplicationContextClassorg.springframework.integration.test.util.TestUtilsSpring Integrationjavadoc
AbstractApplicationContextAbstract implementation of the ApplicationContextinterface.Classorg.springframework.context.supportSpring MVCjavadoc
AbstractClientHttpResponseAbstract base for ClientHttpResponse.Classorg.springframework.http.clientSpring MVCjavadoc
AbstractClientSockJsSessionBase class for SockJS client implementations of WebSocketSession.Classorg.springframework.web.socket.sockjs.clientSpring MVCjavadoc
AbstractHttpSockJsSessionAn abstract base class for use with HTTP transport SockJS sessions.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVCjavadoc
AbstractRefreshableApplicationContextBase class for ApplicationContextcreating a new internal bean factory instance every time.Classorg.springframework.context.supportSpring MVCjavadoc
AbstractRefreshableConfigApplicationContextAbstractRefreshableApplicationContext subclass that adds common handlingof specified config locations.Classorg.springframework.context.supportSpring MVCjavadoc
AbstractRefreshablePortletApplicationContextAbstractRefreshableApplicationContextsubclass which implements the ConfigurablePortletApplicationContextClassorg.springframework.web.portlet.contextSpring MVCjavadoc
AbstractRefreshableWebApplicationContextAbstractRefreshableApplicationContextsubclass which implements theClassorg.springframework.web.context.supportSpring MVCjavadoc
AbstractSockJsSessionAn abstract base class for SockJS sessions implementing SockJsSession.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVCjavadoc
AbstractWebSocketSessionAn abstract base class for implementations of WebSocketSession.Classorg.springframework.web.socket.adapterSpring MVCjavadoc
AbstractXmlApplicationContextConvenient base class for ApplicationContextunderstood by an XmlBeanDefinitionReader.Classorg.springframework.context.supportSpring MVCjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

AnnotationConfigApplicationContextStandalone application context, accepting annotated classes as input - in particular@Configuration-annotated classes, but also plainClassorg.springframework.context.annotationSpring MVCjavadoc
Check Code Snippets / Samples for org.springframework.context.annotation.AnnotationConfigApplicationContext
AnnotationConfigWebApplicationContextWebApplicationContext@Configuration-annotatedClassorg.springframework.web.context.supportSpring MVCjavadoc
ClassPathXmlApplicationContextStandalone XML application context, taking the context definition filesfrom the class path, interpreting plain paths as class path resource namesClassorg.springframework.context.supportSpring MVCjavadoc
Check Code Snippets / Samples for org.springframework.context.support.ClassPathXmlApplicationContext
CodebaseAwareObjectInputStreamSpecial ObjectInputStream subclass that falls back to a specified codebaseto load classes from if not found locally.Classorg.springframework.remoting.rmiSpring MVCjavadoc
CommonsLogWriterjava.Classorg.springframework.utilSpring MVCjavadoc
ConcurrentWebSocketSessionDecoratorWraps a WebSocketSession and guaranteesonly one thread can send messages at a time.Classorg.springframework.web.socket.handlerSpring MVCjavadoc
ConfigurableObjectInputStreamSpecial ObjectInputStream subclass that resolves class namesagainst a specific ClassLoader.Classorg.springframework.coreSpring MVCjavadoc
DelegatingServletInputStreamDelegating implementation of ServletInputStream.Classorg.springframework.mock.webSpring MVCjavadoc
DelegatingServletOutputStreamDelegating implementation of ServletOutputStream.Classorg.springframework.mock.webSpring MVCjavadoc
DelegatingWebConnectionWebConnection implementations.Classorg.springframework.test.web.servlet.htmlunitSpring MVCjavadoc
FastByteArrayOutputStreamA speedy alternative to ByteArrayOutputStream.Classorg.springframework.utilSpring MVCjavadoc
FileSystemXmlApplicationContextStandalone XML application context, taking the context definition filesfrom the file system or from URLs, interpreting plain paths as relativeClassorg.springframework.context.supportSpring MVCjavadoc
GenericApplicationContextGeneric ApplicationContext implementation that holds a single internalDefaultListableBeanFactoryClassorg.springframework.context.supportSpring MVCjavadoc
GenericGroovyApplicationContextAn ApplicationContext implementation that extendsGenericApplicationContext and implements GroovyObject such that beansClassorg.springframework.context.supportSpring MVCjavadoc
GenericWebApplicationContextSubclass of GenericApplicationContext, suitable for web environments.Classorg.springframework.web.context.supportSpring MVCjavadoc
GenericXmlApplicationContextConvenient application context with built-in XML support.Classorg.springframework.context.supportSpring MVCjavadoc
GroovyWebApplicationContextWebApplicationContext implementation which takesits configuration from Groovy bean definition scripts and/or XML files, as understood byClassorg.springframework.web.context.supportSpring MVCjavadoc
JettyWebSocketSessionA WebSocketSession for use with the Jetty 9 WebSocket API.Classorg.springframework.web.socket.adapter.jettySpring MVCjavadoc
MockBodyContentMock implementation of the BodyContent class.Classorg.springframework.mock.webSpring MVCjavadoc
MockClientHttpResponseMock implementation of ClientHttpResponse.Classorg.springframework.mock.http.clientSpring MVCjavadoc
MockJspWriterMock implementation of the JspWriter class.Classorg.springframework.mock.webSpring MVCjavadoc
MockMvcWebConnectionMockMvcWebConnection enables MockMvc to transform aWebRequest into a WebResponse.Classorg.springframework.test.web.servlet.htmlunitSpring MVCjavadoc
PollingSockJsSessionA SockJS session for use with polling HTTP transports.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVCjavadoc
Reactor2TcpConnectionAn implementation of TcpConnection based on the TCP client support of the Reactor project.Classorg.springframework.messaging.tcp.reactorSpring MVCjavadoc
ResizableByteArrayOutputStreamAn extension of ByteArrayOutputStream that:has public grow(int)Classorg.springframework.utilSpring MVCjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ResourceAdapterApplicationContextApplicationContext implementationfor a JCA ResourceAdapter.Classorg.springframework.jca.contextSpring MVCjavadoc
ServletServerHttpResponseServerHttpResponse implementation that is based on a HttpServletResponse.Classorg.springframework.http.serverSpring MVCjavadoc
StandardWebSocketSessionA WebSocketSession for use with the standard WebSocket for Java API.Classorg.springframework.web.socket.adapter.standardSpring MVCjavadoc
StaticApplicationContextApplicationContext implementationwhich supports programmatic registration of beans and messages,Classorg.springframework.context.supportSpring MVCjavadoc
StaticPortletApplicationContextStatic Portlet-based ApplicationContextConfigurablePortletApplicationContextClassorg.springframework.web.portlet.contextSpring MVCjavadoc
StaticWebApplicationContextStatic WebApplicationContextinterface to allow for direct replacement of an XmlWebApplicationContext,Classorg.springframework.web.context.supportSpring MVCjavadoc
StreamingSockJsSessionA SockJS session for use with streaming HTTP transports.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVCjavadoc
TemporaryLobCreatorLobCreator implementation based on temporary LOBs,using JDBC 4.Classorg.springframework.jdbc.support.lobSpring MVCjavadoc
WebSocketClientSockJsSessionAn extension of AbstractClientSockJsSession wrapping and delegatingto an actual WebSocket session.Classorg.springframework.web.socket.sockjs.clientSpring MVCjavadoc
WebSocketServerSockJsSessionA SockJS session for use with the WebSocket transport.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVCjavadoc
WebSocketSessionDecoratorWraps another WebSocketSession instanceand delegates to it.Classorg.springframework.web.socket.handlerSpring MVCjavadoc
XhrClientSockJsSessionAn extension of AbstractClientSockJsSession for use with HTTPtransports simulating a WebSocket session.Classorg.springframework.web.socket.sockjs.clientSpring MVCjavadoc
XmlPortletApplicationContextPortlet-based WebApplicationContextby an XmlBeanDefinitionReader.Classorg.springframework.web.portlet.contextSpring MVCjavadoc
XmlWebApplicationContextWebApplicationContext implementationwhich takes its configuration from XML documents, understood by anClassorg.springframework.web.context.supportSpring MVCjavadoc
Base64.InputStreamA Base64.Classorg.jivesoftware.util.Base64Echojavadoc
Base64.OutputStreamA Base64.Classorg.jivesoftware.util.Base64Echojavadoc
ClientSessionConnectionRepresents a connection of a Client Session that was established to a Connection Manager.Classorg.jivesoftware.openfire.multiplexEchojavadoc
HttpSession.HttpVirtualConnectionClassorg.jivesoftware.openfire.http.HttpSessionEchojavadoc
NIOConnectionClassorg.jivesoftware.openfire.nioEchojavadoc
PluginClassLoaderClassLoader for plugins.Classorg.jivesoftware.openfire.containerEchojavadoc
ProxyOutputStreamAn output stream which tracks the amount of bytes transfered by proxy sockets.Classorg.jivesoftware.openfire.filetransfer.proxyEchojavadoc
SocketConnectionAn object to track the state of a XMPP client-server session.Classorg.jivesoftware.openfire.netEchojavadoc
VirtualConnectionAbstract implementation of the Connection interface that models abstract connections.Classorg.jivesoftware.openfire.netEchojavadoc
CallbackWriterClassorg.apache.struts2.views.freemarker.tagsApache Strutsjavadoc
FastByteArrayOutputStreamA speedy implementation of ByteArrayOutputStream.Classorg.apache.struts2.utilApache Strutsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

PropertiesReader This class is used to read properties lines.Classcom.opensymphony.xwork2.utilApache Strutsjavadoc
AskResultsClassorg.apache.jena.jdbc.resultsApache Jenajavadoc
DatasetConnectionClassorg.apache.jena.jdbc.connectionsApache Jenajavadoc
DatasetPreparedStatementClassorg.apache.jena.jdbc.statementsApache Jenajavadoc
DatasetStatementClassorg.apache.jena.jdbc.statementsApache Jenajavadoc
JenaConnectionAbstract base implementation of a Jena JDBC connection Generally speaking this is a faithful implementation of a JDBC connection butClassorg.apache.jena.jdbc.connectionsApache Jenajavadoc
JenaPreparedStatementClassorg.apache.jena.jdbc.statementsApache Jenajavadoc
JenaResultSetAbstract implementation of a JDBC Result Set which makes all update methods throw SQLFeatureNotSupportedExceptionClassorg.apache.jena.jdbc.resultsApache Jenajavadoc
JenaStatementClassorg.apache.jena.jdbc.statementsApache Jenajavadoc
MaterializedResultsRepresents a set of materialized results backed by some QueryExecution, materialized results permit scrolling but are notClassorg.apache.jena.jdbc.resultsApache Jenajavadoc
MaterializedSelectResultsClassorg.apache.jena.jdbc.resultsApache Jenajavadoc
MemConnectionClassorg.apache.jena.jdbc.mem.connectionsApache Jenajavadoc
MetaResultSetClassorg.apache.jena.jdbc.metadata.resultsApache Jenajavadoc
QueryExecutionResultsClassorg.apache.jena.jdbc.resultsApache Jenajavadoc
RemoteEndpointConnectionClassorg.apache.jena.jdbc.remote.connectionsApache Jenajavadoc
RemoteEndpointPreparedStatementClassorg.apache.jena.jdbc.remote.statementsApache Jenajavadoc
RemoteEndpointStatementClassorg.apache.jena.jdbc.remote.statementsApache Jenajavadoc
SelectResultsClassorg.apache.jena.jdbc.resultsApache Jenajavadoc
StreamedResultsRepresents a set of streamed results backed by some QueryExecution, streamed results are considered to be forward onlyClassorg.apache.jena.jdbc.resultsApache Jenajavadoc
TDBConnectionClassorg.apache.jena.jdbc.tdb.connectionsApache Jenajavadoc
TripleIteratorResultsClassorg.apache.jena.jdbc.resultsApache Jenajavadoc
TripleListResultsClassorg.apache.jena.jdbc.resultsApache Jenajavadoc
NullOutputStreamCode needed to implement an OutputStream that does nothing.Classorg.apache.jena.fuseki.servletsApache Jenajavadoc
NullOutputStreamCode needed to implement an OutputStream that does nothing.Classorg.apache.jena.fuseki.servletsApache Jenajavadoc
AbstractBlockBasedNodeTupleReaderAn abstract implementation for a record reader that reads records from blocks of files, this is a hybrid between AbstractLineBasedNodeTupleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

AbstractBlockBasedQuadReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
AbstractBlockBasedTripleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
AbstractLineBasedNodeTupleReaderAn abstract implementation of a record reader that reads records from line based tuple formats.Classio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
AbstractLineBasedQuadReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
AbstractLineBasedTripleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
AbstractRdfReaderAn abstract record reader for arbitrary RDF which provides support for selecting the actual record reader to use based on detecting the RDF languageClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
AbstractWholeFileNodeTupleReaderAn abstract implementation for a record reader that reads records from whole files i.Classio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
AbstractWholeFileQuadReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
AbstractWholeFileTripleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
BlockedNQuadsReaderA record record for NQuads This is a hybrid of the NQuadsReader and theClassio.org.apache.jena.hadoop.rdf.io.input.readers.nquadsApache Jenajavadoc
BlockedNTriplesReaderA record record for NTriples This is a hybrid of the NTriplesReader and theClassio.org.apache.jena.hadoop.rdf.io.input.readers.ntriplesApache Jenajavadoc
BlockInputStreamA 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 ofClassio.org.apache.jena.hadoop.rdf.io.input.utilApache Jenajavadoc
JsonLDQuadReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.jsonldApache Jenajavadoc
JsonLDTripleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.jsonldApache Jenajavadoc
NQuadsReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.nquadsApache Jenajavadoc
NTriplesReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.ntriplesApache Jenajavadoc
QuadsReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
RdfJsonReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.rdfjsonApache Jenajavadoc
RdfXmlReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.rdfxmlApache Jenajavadoc
ThriftQuadReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.thriftApache Jenajavadoc
ThriftTripleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.thriftApache Jenajavadoc
TrackableInputStreamClassio.org.apache.jena.hadoop.rdf.io.input.utilApache Jenajavadoc
TrackedInputStreamA tracked input stream which can is a wrapper around another input stream and can report the number of bytes readClassio.org.apache.jena.hadoop.rdf.io.input.utilApache Jenajavadoc
TriGReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.trigApache Jenajavadoc
TriplesOrQuadsReaderA record reader that reads RDF from any triples/quads format.Classio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

TriplesReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
TriplesToQuadsReaderA record reader that converts triples into quads by wrapping a RecordReader implementationClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jenajavadoc
TriXReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.trixApache Jenajavadoc
TurtleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.turtleApache Jenajavadoc
WholeFileNQuadsReaderA record record for NQuads Unlike the NQuadsReader this processes files as a whole rather thanClassio.org.apache.jena.hadoop.rdf.io.input.readers.nquadsApache Jenajavadoc
WholeFileNTriplesReaderA record record for NTriples Unlike the NTriplesReader this processes files as a whole rather thanClassio.org.apache.jena.hadoop.rdf.io.input.readers.ntriplesApache Jenajavadoc
ByteArrayInputStreamVery similar to the java.Classorg.apache.activemq.utilApache ActiveMQjavadoc
ByteArrayOutputStreamVery similar to the java.Classorg.apache.activemq.utilApache ActiveMQjavadoc
ClassLoadingAwareObjectInputStreamClassorg.apache.activemq.utilApache ActiveMQjavadoc
DataByteArrayInputStreamClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQjavadoc
DataByteArrayInputStreamClassorg.apache.activemq.utilApache ActiveMQjavadoc
DataByteArrayOutputStreamClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQjavadoc
DataByteArrayOutputStreamClassorg.apache.activemq.utilApache ActiveMQjavadoc
NIOBufferedInputStreamClassorg.apache.activemq.transport.nioApache ActiveMQjavadoc
NIOInputStreamClassorg.apache.activemq.transport.nioApache ActiveMQjavadoc
NIOOutputStreamClassorg.apache.activemq.transport.nioApache ActiveMQjavadoc
RecoverableRandomAccessFileClassorg.apache.activemq.utilApache ActiveMQjavadoc
TarInputStreamThe TarInputStream reads a UNIX tar archive as an InputStream.Classorg.apache.activemq.console.command.store.tarApache ActiveMQjavadoc
TarOutputStreamThe TarOutputStream writes a UNIX tar archive as an OutputStream.Classorg.apache.activemq.console.command.store.tarApache ActiveMQjavadoc
TcpBufferedInputStreamClassorg.apache.activemq.transport.tcpApache ActiveMQjavadoc
TcpBufferedOutputStreamClassorg.apache.activemq.transport.tcpApache ActiveMQjavadoc
ByteArrayInputStreamCacheClassorg.apache.camel.converter.streamApache Cameljavadoc
CachedByteArrayOutputStreamA ByteArrayOutputStream that is capable of returning a InputStreamCache view of the buffer.Classorg.apache.camel.converter.streamApache Cameljavadoc
CachedOutputStreamThis output stream will store the content into a File if the stream context size is exceed the THRESHOLD value.Classorg.apache.camel.converter.streamApache Cameljavadoc
FileInputStreamCacheClassorg.apache.camel.converter.streamApache Cameljavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

GroupIteratorGroup based Iterator which groups the given Iterator a number of times and then return a combined response as a String.Classorg.apache.camel.utilApache Cameljavadoc
InputStreamCacheA StreamCache for caching using an in-memory byte array.Classorg.apache.camel.converter.streamApache Cameljavadoc
ReaderCacheClassorg.apache.camel.converter.streamApache Cameljavadoc
AnalysisRequestHandlerBase.ListBasedTokenStreamTokenStream 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.Classorg.apache.solr.handler.AnalysisRequestHandlerBaseApache Solr Lucenejavadoc
AuthenticationPluginWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.solr.securityApache Solr Lucenejavadoc
BasicAuthPluginClassorg.apache.solr.securityApache Solr Lucenejavadoc
BitDocSetBitDocSet represents an unordered set of Lucene Document Ids using a BitSet.Classorg.apache.solr.searchApache Solr Lucenejavadoc
BlockDirectoryWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.solr.store.blockcacheApache Solr Lucenejavadoc
CachedIndexOutputCache the blocks as they are written.Classorg.apache.solr.store.blockcacheApache Solr Lucenejavadoc
CachingDirectoryFactoryA DirectoryFactory impl base class for caching Directory instances per path.Classorg.apache.solr.coreApache Solr Lucenejavadoc
CustomBufferedIndexInputWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.solr.store.blockcacheApache Solr Lucenejavadoc
DirectoryFactoryProvides access to a Directory implementation.Classorg.apache.solr.coreApache Solr Lucenejavadoc
DocSliceDocSlice implements DocList as an array of docids and optional scores.Classorg.apache.solr.searchApache Solr Lucenejavadoc
ElectionContextClassorg.apache.solr.cloudApache Solr Lucenejavadoc
EmbeddedSolrServerSolrClient that connects directly to a CoreContainer.Classorg.apache.solr.client.solrj.embeddedApache Solr Lucenejavadoc
EphemeralDirectoryFactoryDirectory provider for implementations that do not persist over reboots.Classorg.apache.solr.coreApache Solr Lucenejavadoc
FastWriterSingle threaded BufferedWriter Internal Solr use only, subject to change.Classorg.apache.solr.utilApache Solr Lucenejavadoc
HashDocSetHashDocSet represents an unordered set of Lucene Document Ids using a primitive int hash table.Classorg.apache.solr.searchApache Solr Lucenejavadoc
HdfsDirectoryClassorg.apache.solr.store.hdfsApache Solr Lucenejavadoc
HdfsDirectoryFactoryClassorg.apache.solr.coreApache Solr Lucenejavadoc
HdfsFileWriterWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.solr.store.hdfsApache Solr Lucenejavadoc
KerberosPluginClassorg.apache.solr.securityApache Solr Lucenejavadoc
LocalSolrQueryRequestClassorg.apache.solr.requestApache Solr Lucenejavadoc
LoggingInfoStreamAn InfoStream implementation which passes messages on to Solr's logging.Classorg.apache.solr.updateApache Solr Lucenejavadoc
MemClassLoaderClassorg.apache.solr.coreApache Solr Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

MemOutputStreamNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.solr.updateApache Solr Lucenejavadoc
MMapDirectoryFactoryDirectly provide MMapDirectory instead of relying on FSDirectory.Classorg.apache.solr.coreApache Solr Lucenejavadoc
NIOFSDirectoryFactoryClassorg.apache.solr.coreApache Solr Lucenejavadoc
NRTCachingDirectoryFactoryClassorg.apache.solr.coreApache Solr Lucenejavadoc
OverseerCluster leader.Classorg.apache.solr.cloudApache Solr Lucenejavadoc
OverseerAutoReplicaFailoverThreadIn 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_MSClassorg.apache.solr.cloudApache Solr Lucenejavadoc
OverseerCollectionProcessorClassorg.apache.solr.cloudApache Solr Lucenejavadoc
PKIAuthenticationPluginClassorg.apache.solr.securityApache Solr Lucenejavadoc
PluginBagThis manages the lifecycle of a set of plugin of the same type .Classorg.apache.solr.coreApache Solr Lucenejavadoc
PluginBag.LazyPluginHolderA class that loads plugins Lazily.Classorg.apache.solr.core.PluginBagApache Solr Lucenejavadoc
PluginBag.PluginHolderAn indirect reference to a plugin.Classorg.apache.solr.core.PluginBagApache Solr Lucenejavadoc
PluginBag.RuntimeLibThis represents a Runtime Jar.Classorg.apache.solr.core.PluginBagApache Solr Lucenejavadoc
PropertiesInputStreamClassorg.apache.solr.utilApache Solr Lucenejavadoc
PropertiesOutputStreamClassorg.apache.solr.utilApache Solr Lucenejavadoc
QueryContextClassorg.apache.solr.searchApache Solr Lucenejavadoc
RAMDirectoryFactoryClassorg.apache.solr.coreApache Solr Lucenejavadoc
ReusedBufferedIndexOutputWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.solr.store.blockcacheApache Solr Lucenejavadoc
ReversedWildcardFilterThis class produces a special form of reversed tokens, suitable for better handling of leading wildcards.Classorg.apache.solr.analysisApache Solr Lucenejavadoc
RuleBasedAuthorizationPluginClassorg.apache.solr.securityApache Solr Lucenejavadoc
SimpleFSDirectoryFactoryClassorg.apache.solr.coreApache Solr Lucenejavadoc
SimplePostTool.BAOSClassorg.apache.solr.util.SimplePostToolApache Solr Lucenejavadoc
SlotAccClassorg.apache.solr.search.facetApache Solr Lucenejavadoc
SolrAnalyzerClassorg.apache.solr.analysisApache Solr Lucenejavadoc
SolrCoreClassorg.apache.solr.coreApache Solr Lucenejavadoc
SolrIndexSearcherSolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.Classorg.apache.solr.searchApache Solr Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

SolrIndexWriterAn IndexWriter that is configured via Solr config mechanisms.Classorg.apache.solr.updateApache Solr Lucenejavadoc
SolrQueryRequestBaseBase implementation of SolrQueryRequest that provides some convenience methods for accessing parameters, and manages an IndexSearcherClassorg.apache.solr.requestApache Solr Lucenejavadoc
SolrResourceLoaderClassorg.apache.solr.coreApache Solr Lucenejavadoc
SortedIntDocSetSortedIntDocSet represents a sorted set of Lucene Document Ids.Classorg.apache.solr.searchApache Solr Lucenejavadoc
StandardDirectoryFactoryDirectory provider which mimics original Solr FSDirectory based behavior.Classorg.apache.solr.coreApache Solr Lucenejavadoc
TokenizerChainAn analyzer that uses a tokenizer and a list of token filters to create a TokenStream.Classorg.apache.solr.analysisApache Solr Lucenejavadoc
ZkSolrResourceLoaderResourceLoader that works with ZooKeeper.Classorg.apache.solr.cloudApache Solr Lucenejavadoc
ZkSolrResourceLoader.ZkByteArrayInputStreamClassorg.apache.solr.cloud.ZkSolrResourceLoaderApache Solr Lucenejavadoc
CloudSolrClientSolrJ client class to communicate with SolrCloud.Classorg.apache.solr.client.solrj.implApache Solr Lucenejavadoc
CloudSolrServerClassorg.apache.solr.client.solrj.implApache Solr Lucenejavadoc
ConcurrentUpdateSolrClientConcurrentUpdateSolrClient buffers all added documents and writes them into open HTTP connections.Classorg.apache.solr.client.solrj.implApache Solr Lucenejavadoc
ConcurrentUpdateSolrServerClassorg.apache.solr.client.solrj.implApache Solr Lucenejavadoc
DataInputInputStreamClassorg.apache.solr.common.utilApache Solr Lucenejavadoc
FastInputStreamSingle threaded buffered InputStream Internal Solr use only, subject to change.Classorg.apache.solr.common.utilApache Solr Lucenejavadoc
FastOutputStreamSingle threaded buffered OutputStream Internal Solr use only, subject to change.Classorg.apache.solr.common.utilApache Solr Lucenejavadoc
HttpSolrClientA SolrClient implementation that talks directly to a Solr server via HTTP There are two ways to use an HttpSolrClient:Classorg.apache.solr.client.solrj.implApache Solr Lucenejavadoc
HttpSolrServerClassorg.apache.solr.client.solrj.implApache Solr Lucenejavadoc
LBHttpSolrClientLBHttpSolrClient or LoadBalanced HttpSolrClient is a load balancing wrapper around HttpSolrClient.Classorg.apache.solr.client.solrj.implApache Solr Lucenejavadoc
LBHttpSolrServerClassorg.apache.solr.client.solrj.implApache Solr Lucenejavadoc
SolrClientAbstraction through which all communication with a Solr server may be routedSince:5.Classorg.apache.solr.client.solrjApache Solr Lucenejavadoc
SolrServerClassorg.apache.solr.client.solrjApache Solr Lucenejavadoc
SolrZkClientAll Solr ZooKeeper interactions should go through this class rather than ZooKeeper.Classorg.apache.solr.common.cloudApache Solr Lucenejavadoc
ZkStateReaderClassorg.apache.solr.common.cloudApache Solr Lucenejavadoc
DataInputInputStreamAn InputStream that wraps a DataInput.Classorg.apache.solr.hadoopApache Solr Lucenejavadoc
DataOutputOutputStreamOutputStream implementation that wraps a DataOutput.Classorg.apache.solr.hadoopApache Solr Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

UnbufferedDataInputInputStreamClassorg.apache.solr.hadoopApache Solr Lucenejavadoc
MockDirectoryFactoryOpens a directory with LuceneTestCase.Classorg.apache.solr.coreApache Solr Lucenejavadoc
MockFSDirectoryFactoryOpens a directory with LuceneTestCase.Classorg.apache.solr.coreApache Solr Lucenejavadoc
MockSolrZkClientClassorg.apache.solr.cloudApache Solr Lucenejavadoc
MockZkStateReaderClassorg.apache.solr.cloudApache Solr Lucenejavadoc
RestTestHarnessClassorg.apache.solr.utilApache Solr Lucenejavadoc
Base64.InputStreamA Base64.Classorg.dbunit.util.Base64SourceForge DBUnitjavadoc
Base64.OutputStreamA Base64.Classorg.dbunit.util.Base64SourceForge DBUnitjavadoc
NullWriterA Writer that simply drops what it gets.Classfreemarker.template.utilityFreeMarker Templatejavadoc
A2NFilterClasstools.native2asciiCode Trailsjavadoc
AbstractDataLineClasssun.media.soundCode Trailsjavadoc
AbstractFilterClassswing.text.rtfCode Trailsjavadoc
AbstractIndexWriterGenerate Index for all the Member Names with Indexing in Unicode Order.Classsun.tools.doclets.formats.htmlCode Trailsjavadoc
AbstractInterruptibleChannelBase implementation class for interruptible channels.Classnio.channels.spiCode Trailsjavadoc
AbstractLineClasssun.media.soundCode Trailsjavadoc
AbstractMidiDeviceClasssun.media.soundCode Trailsjavadoc
AbstractMixerClasssun.media.soundCode Trailsjavadoc
AbstractPackageIndexWriterAbstract class to generate the overview files in Frame and Non-Frame format.Classsun.tools.doclets.formats.htmlCode Trailsjavadoc
AbstractPollSelectorImplClassnio.chCode Trailsjavadoc
AbstractSelectableChannelBase implementation class for selectable channels.Classnio.channels.spiCode Trailsjavadoc
AbstractSelectorBase implementation class for selectors.Classnio.channels.spiCode Trailsjavadoc
AbstractTreeWriterAbstract class to print the class hierarchy page for all the Classes.Classsun.tools.doclets.formats.htmlCode Trailsjavadoc
AbstractWatchServiceClassnio.fsCode Trailsjavadoc
Activation.DelayedAcceptServerSocketA server socket that delegates all public methods to the underlying server socket specified at construction.Classrmi.server.ActivationCode Trailsjavadoc
AllClassesFrameWriterGenerate the file with list of all the classes in this run.Classsun.tools.doclets.formats.htmlCode Trailsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

AnnotationTypeWriterImplGenerate the Class Information Page.Classsun.tools.doclets.formats.htmlCode Trailsjavadoc
AnyImpl.AnyInputStreamClasssun.corba.se.impl.corba.AnyImplCode Trailsjavadoc
AnyImpl.AnyOutputStreamClasssun.corba.se.impl.corba.AnyImplCode Trailsjavadoc
AppInputStreamClasssecurity.sslCode Trailsjavadoc
AppletClassLoaderThis class defines the class loader for loading applet classes and resources.ClassappletCode Trailsjavadoc
AppletObjectInputStreamClassappletCode Trailsjavadoc
AppOutputStreamClasssecurity.sslCode Trailsjavadoc
APTClassLoaderClassLoader that loads APT and specified classes both into the same classloader, so that they can reference each other.Classsun.tools.internal.xjc.api.utilCode Trailsjavadoc
AsciiOutputStreamClasssun.xml.internal.messaging.saaj.packaging.mime.internetCode Trailsjavadoc
ASCIIReaderA simple ASCII byte reader.Classsun.org.apache.xerces.internal.impl.ioCode Trailsjavadoc
AsynchronousFileChannelAn asynchronous channel for reading, writing, and manipulating a file.Classnio.channelsCode Trailsjavadoc
AsynchronousFileChannelImplClassnio.chCode Trailsjavadoc
AsynchronousServerSocketChannelAn asynchronous channel for stream-oriented listening sockets.Classnio.channelsCode Trailsjavadoc
AsynchronousServerSocketChannelImplClassnio.chCode Trailsjavadoc
AsynchronousSocketChannelAn asynchronous channel for stream-oriented connecting sockets.Classnio.channelsCode Trailsjavadoc
AsynchronousSocketChannelImplClassnio.chCode Trailsjavadoc
AudioDataStreamAn input stream to play AudioData.ClassaudioCode Trailsjavadoc
AudioFloatFormatConverter.AudioFloatFormatConverterInputStreamClasssun.media.sound.AudioFloatFormatConverterCode Trailsjavadoc
AudioInputStreamAn audio input stream is an input stream with a specified audio format and length.Classsound.sampledCode Trailsjavadoc
AudioStreamConvert an InputStream to an AudioStream.ClassaudioCode Trailsjavadoc
AudioStreamSequenceConvert a sequence of input streams into a single InputStream.ClassaudioCode Trailsjavadoc
AudioTranslatorStreamTranslator for native audio formats (not implemented in this release).ClassaudioCode Trailsjavadoc
BandStructure.ByteCounterAn output stream which counts the number of bytes written.Classsun.java.util.jar.pack.BandStructureCode Trailsjavadoc
Base64Data.FilterDataHandlerClasssun.xml.internal.org.jvnet.staxex.Base64DataCode Trailsjavadoc
BASE64DecoderStreamThis class implements a BASE64 Decoder.Classsun.xml.internal.messaging.saaj.packaging.mime.utilCode Trailsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

BASE64EncoderStreamThis class implements a BASE64 Encoder.Classsun.xml.internal.messaging.saaj.packaging.mime.utilCode Trailsjavadoc
BaseSSLSocketImplClasssecurity.sslCode Trailsjavadoc
BEncoderStreamThis class implements a 'B' Encoder as defined by RFC2047 for encoding MIME headers.Classsun.xml.internal.messaging.saaj.packaging.mime.utilCode Trailsjavadoc
BsdFileSystemClassnio.fsCode Trailsjavadoc
BufferedInputStreamA BufferedInputStream adds functionality to another input stream-namely,ClassioCode Trailsjavadoc
Check Code Snippets / Samples for io.BufferedInputStream
BufferedOutputStreamThe class implements a buffered output stream.ClassioCode Trailsjavadoc
Check Code Snippets / Samples for io.BufferedOutputStream
BufferedReaderReads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.ClassioCode Trailsjavadoc
Check Code Snippets / Samples for io.BufferedReader
BufferedWriterWrites text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.ClassioCode Trailsjavadoc
Check Code Snippets / Samples for io.BufferedWriter
ByteArrayBufferRead/write buffer that stores a sequence of bytes.Classsun.xml.internal.ws.utilCode Trailsjavadoc
ByteArrayInputStreamA ByteArrayInputStream contains an internal buffer that contains bytes thatClassioCode Trailsjavadoc
Check Code Snippets / Samples for io.ByteArrayInputStream
ByteArrayOutputStreamThis class implements an output stream in which the data is written into a byte array.ClassioCode Trailsjavadoc
Check Code Snippets / Samples for io.ByteArrayOutputStream
ByteArrayOutputStreamExByteArrayOutputStream with access to its raw buffer.Classsun.xml.internal.bind.v2.utilCode Trailsjavadoc
ByteArrayOutputStreamExClasssun.xml.internal.org.jvnet.staxexCode Trailsjavadoc
ByteBufferInputStreamClasssecurity.sslCode Trailsjavadoc
ByteInputStreamClasssun.xml.internal.messaging.saaj.utilCode Trailsjavadoc
ByteOutputStreamCustomized BufferedOutputStream.Classsun.xml.internal.messaging.saaj.utilCode Trailsjavadoc
ByteSequenceUtility class that implements a sequence of bytes which can be read via the `readByte()' method.Classsun.org.apache.bcel.internal.utilCode Trailsjavadoc
ByteSequence.ByteArrayStreamClasssun.org.apache.bcel.internal.util.ByteSequenceCode Trailsjavadoc
CachedRowSetImplThe standard implementation of the CachedRowSet interface.Classsun.rowsetCode Trailsjavadoc
CCacheInputStreamThis class extends KrbDataInputStream.Classsecurity.krb5.internal.ccacheCode Trailsjavadoc
CCacheOutputStreamThis class implements a buffered output stream.Classsecurity.krb5.internal.ccacheCode Trailsjavadoc
CDRInputObjectClasssun.corba.se.impl.encodingCode Trailsjavadoc
CDRInputStreamThis is delegates to the real implementation.Classsun.corba.se.impl.encodingCode Trailsjavadoc
CDRInputStream_1_0Classsun.corba.se.impl.encodingCode Trailsjavadoc
CDRInputStream_1_1Classsun.corba.se.impl.encodingCode Trailsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

CDRInputStream_1_2Classsun.corba.se.impl.encodingCode Trailsjavadoc
CDRInputStreamBaseClasssun.corba.se.impl.encodingCode Trailsjavadoc
CDROutputObjectClasssun.corba.se.impl.encodingCode Trailsjavadoc
CDROutputStreamThis is delegates to the real implementation.Classsun.corba.se.impl.encodingCode Trailsjavadoc
CDROutputStream_1_0Classsun.corba.se.impl.encodingCode Trailsjavadoc
CDROutputStream_1_1Classsun.corba.se.impl.encodingCode Trailsjavadoc
CDROutputStream_1_2Classsun.corba.se.impl.encodingCode Trailsjavadoc
CDROutputStreamBaseClasssun.corba.se.impl.encodingCode Trailsjavadoc
ChannelInputStreamThis class is defined here rather than in java.Classnio.chCode Trailsjavadoc
Channels.ReadableByteChannelImplClassnio.channels.ChannelsCode Trailsjavadoc
Channels.WritableByteChannelImplClassnio.channels.ChannelsCode Trailsjavadoc
CharArrayReaderThis class implements a character buffer that can be used as a character-input stream.ClassioCode Trailsjavadoc
CharArrayWriterThis class implements a character buffer that can be used as an Writer.ClassioCode Trailsjavadoc
Check Code Snippets / Samples for io.CharArrayWriter
CharReaderClasssun.xml.internal.messaging.saaj.utilCode Trailsjavadoc
CharWriterClasssun.xml.internal.messaging.saaj.utilCode Trailsjavadoc
CheckedInputStreamAn input stream that also maintains a checksum of the data being read.Classutil.zipCode Trailsjavadoc
CheckedOutputStreamAn output stream that also maintains a checksum of the data being written.Classutil.zipCode Trailsjavadoc
ChunkedInputStreamClassnet.httpserverCode Trailsjavadoc
ChunkedInputStreamA ChunkedInputStream provides a stream for reading a body of a http message that can be sent as a series of chunks, each with its ownClassnet.www.httpCode Trailsjavadoc
ChunkedOutputStreamClassnet.httpserverCode Trailsjavadoc
ChunkedOutputStreamOutputStream that sends the output to the underlying stream using chunked encoding as specified in RFC 2068.Classnet.www.httpCode Trailsjavadoc
ChunkInputStreamClasssun.xml.internal.org.jvnet.mimepullCode Trailsjavadoc
ChunkStreamClasssun.imageio.plugins.pngCode Trailsjavadoc
CipherInputStreamA CipherInputStream is composed of an InputStream and a Cipher so that read() methods return data that are read in from theClasscryptoCode Trailsjavadoc
CipherOutputStreamA CipherOutputStream is composed of an OutputStream and a Cipher so that write() methods first process the data before writing them outClasscryptoCode Trailsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ClassLoaderObjectInputStreamClassawt.datatransferCode Trailsjavadoc
ClassLoaderObjectOutputStreamClassawt.datatransferCode Trailsjavadoc
ClassUseWriterGenerate class usage information.Classsun.tools.doclets.formats.htmlCode Trailsjavadoc
ClassWriter.ClassOutputStreamSubtype of ByteArrayOutputStream with the convenience methods of a DataOutputStream.Classsun.tools.classfile.ClassWriterCode Trailsjavadoc
ClassWriterImplGenerate the Class Information Page.Classsun.tools.doclets.formats.htmlCode Trailsjavadoc
CloseableURLClassLoaderA URLClassLoader that also implements Closeable.Classsun.tools.javac.utilCode Trailsjavadoc
CodingChooser.SizerClasssun.java.util.jar.pack.CodingChooserCode Trailsjavadoc
ConnectionInputStreamClassrmi.transportCode Trailsjavadoc
ConnectionOutputStreamClassrmi.transportCode Trailsjavadoc
ConstantsSummaryWriterImplWrite the Constants Summary Page in HTML format.Classsun.tools.doclets.formats.htmlCode Trailsjavadoc
ContinuousAudioDataStreamCreate a continuous audio stream.ClassaudioCode Trailsjavadoc
CorbaInputObjectClasssun.corba.se.spi.encodingCode Trailsjavadoc
CorbaOutputObjectClasssun.corba.se.spi.encodingCode Trailsjavadoc
DatagramChannelA selectable channel for datagram-oriented sockets.Classnio.channelsCode Trailsjavadoc
DatagramChannelImplClassnio.chCode Trailsjavadoc
DatagramSocketThis class represents a socket for sending and receiving datagram packets.ClassnetCode Trailsjavadoc
DatagramSocketAdaptorClassnio.chCode Trailsjavadoc
DataInputStreamA data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independentClassioCode Trailsjavadoc
Check Code Snippets / Samples for io.DataInputStream
DataOutputStreamA data output stream lets an application write primitive Java data types to an output stream in a portable way.ClassioCode Trailsjavadoc
Check Code Snippets / Samples for io.DataOutputStream
DataSourceDispatchClasssun.xml.internal.ws.client.dispatchCode Trailsjavadoc
DataSourceStreamingDataHandlerClasssun.xml.internal.ws.encodingCode Trailsjavadoc
DeflaterInputStream compression format.Classutil.zipCode Trailsjavadoc
DeflaterOutputStreamThis class implements an output stream filter for compressing data in the deflate compression format.Classutil.zipCode Trailsjavadoc
Check Code Snippets / Samples for util.zip.DeflaterOutputStream
DeprecatedListWriterClasssun.tools.doclets.formats.htmlCode Trailsjavadoc
DerInputBufferClasssecurity.utilCode Trailsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

DerOutputStreamOutput stream marshaling DER-encoded data.Classsecurity.utilCode Trailsjavadoc
DevPollSelectorImplClassnio.chCode Trailsjavadoc
DigesterOutputStreamClasssun.org.apache.xml.internal.security.utilsCode Trailsjavadoc
DigesterOutputStreamThis class has been modified slightly to use java.Classjcp.xml.dsig.internalCode Trailsjavadoc
DigestInputStreamA transparent stream that updates the associated message digest using the bits going through the stream.ClasssecurityCode Trailsjavadoc
Check Code Snippets / Samples for security.DigestInputStream
DigestOutputStreamA transparent stream that updates the associated message digest using the bits going through the stream.ClasssecurityCode Trailsjavadoc
Check Code Snippets / Samples for security.DigestOutputStream
DirectAudioDeviceClasssun.media.soundCode Trailsjavadoc
DirectAudioDevice.DirectBAOSClasssun.media.sound.DirectAudioDeviceCode Trailsjavadoc
DirectAudioDevice.DirectClipPrivate inner class representing a Clip This clip is realized in software onlyClasssun.media.sound.DirectAudioDeviceCode Trailsjavadoc
DirectAudioDevice.DirectDLClasssun.media.sound.DirectAudioDeviceCode Trailsjavadoc
DirectAudioDevice.DirectSDLClasssun.media.sound.DirectAudioDeviceCode Trailsjavadoc
DirectAudioDevice.DirectTDLClasssun.media.sound.DirectAudioDeviceCode Trailsjavadoc
DispatchImplThe DispatchImpl abstract class provides support for the dynamic invocation of a service endpoint operation using XMLClasssun.xml.internal.ws.client.dispatchCode Trailsjavadoc
AbstractBsonReaderAbstract base class for BsonReader implementations.ClassbsonMongoDB NoSQLjavadoc
AbstractBsonWriterRepresents a BSON writer for some external format (see subclasses).ClassbsonMongoDB NoSQLjavadoc
BasicOutputBufferA BSON output stream that stores the output in a single, un-pooled byte array.Classbson.ioMongoDB NoSQLjavadoc
BsonBinaryReaderA BsonReader implementation that reads from a binary stream of data.ClassbsonMongoDB NoSQLjavadoc
BsonBinaryWriterA BsonWriter implementation that writes to a binary stream of data.ClassbsonMongoDB NoSQLjavadoc
BsonDocumentReaderA BsonReader implementation that reads from an instance of BsonDocument.ClassbsonMongoDB NoSQLjavadoc
BsonDocumentWriterA BsonWriter implementation that writes to an instance of BsonDocument.ClassbsonMongoDB NoSQLjavadoc
ByteBufferBsonInputAn implementation of BsonInput that is backed by a ByteBuf.Classbson.ioMongoDB NoSQLjavadoc
ByteBufferBsonOutputThis class should not be considered as part of the public API, and it may change or be removed at any time.Classmongodb.connectionMongoDB NoSQLjavadoc
DBCursorAn iterator over database results.ClassmongodbMongoDB NoSQLjavadoc
GridFSDownloadStreamA GridFS InputStream for downloading data from GridFS Provides the GridFSFile for the file to being downloaded as well as the read methods of a InputStreamClassmongodb.client.gridfsMongoDB NoSQLjavadoc
GridFSUploadStreamA GridFS OutputStream for uploading data into GridFS Provides the id for the file to be uploaded as well as the write methods of a OutputStreamClassmongodb.client.gridfsMongoDB NoSQLjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

JsonReaderReads a JSON in one of the following modes: Strict mode that conforms to the JSON RFC specifications.Classbson.jsonMongoDB NoSQLjavadoc
JsonWriterA BsonWriter implementation that outputs a JSON representation of BSON.Classbson.jsonMongoDB NoSQLjavadoc
MongoClientA MongoDB client with internal connection pooling.ClassmongodbMongoDB NoSQLjavadoc
Check Code Snippets / Samples for mongodb.MongoClient
OutputBufferAn abstract base class for classes implementing BsonOutput.Classbson.ioMongoDB NoSQLjavadoc
AbstractHttpClientConnectionAbstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer andClassapache.http.implApache HttpComponentsjavadoc
AbstractHttpServerConnectionAbstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer andClassapache.http.implApache HttpComponentsjavadoc
BHttpConnectionBaseThis class serves as a base for all HttpConnection implementations and provides functionality common to both client and server HTTP connections.Classapache.http.implApache HttpComponentsjavadoc
ChunkedInputStream Entities transferred using this input stream can be of unlimited length.Classapache.http.impl.ioApache HttpComponentsjavadoc
ChunkedOutputStream Entities transferred using this output stream can be of unlimited length.Classapache.http.impl.ioApache HttpComponentsjavadoc
ContentLengthInputStreamInput stream that cuts off after a defined number of bytes.Classapache.http.impl.ioApache HttpComponentsjavadoc
ContentLengthOutputStreamOutput stream that cuts off after a defined number of bytes.Classapache.http.impl.ioApache HttpComponentsjavadoc
DefaultBHttpClientConnectionDefault implementation of HttpClientConnection.Classapache.http.implApache HttpComponentsjavadoc
DefaultBHttpServerConnectionDefault implementation of HttpServerConnection.Classapache.http.implApache HttpComponentsjavadoc
DefaultHttpClientConnectionDefault implementation of a client-side HTTP connection.Classapache.http.implApache HttpComponentsjavadoc
DefaultHttpServerConnectionDefault implementation of a server-side HTTP connection.Classapache.http.implApache HttpComponentsjavadoc
EmptyInputStreamClassapache.http.impl.ioApache HttpComponentsjavadoc
IdentityInputStreamInput stream that reads data without any transformation.Classapache.http.impl.ioApache HttpComponentsjavadoc
IdentityOutputStreamOutput stream that writes data without any transformation.Classapache.http.impl.ioApache HttpComponentsjavadoc
SocketHttpClientConnectionClassapache.http.implApache HttpComponentsjavadoc
SocketHttpServerConnectionClassapache.http.implApache HttpComponentsjavadoc
AbstractCursorBase class for implementing a cursor.Classorg.apache.calcite.avatica.utilCalcitejavadoc
ArrayEnumeratorCursor returns an array of Object for each row.Classorg.apache.calcite.runtimeCalcitejavadoc
ArrayIteratorCursor returns an array of Object for each row.Classorg.apache.calcite.avatica.utilCalcitejavadoc
AvaticaConnection for the Avatica framework.Classorg.apache.calcite.avaticaCalcitejavadoc
AvaticaPreparedStatement for the Avatica engine.Classorg.apache.calcite.avaticaCalcitejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

AvaticaResultSet for the Avatica engine.Classorg.apache.calcite.avaticaCalcitejavadoc
AvaticaStatement for the Avatica engine.Classorg.apache.calcite.avaticaCalcitejavadoc
Base64.InputStreamA Base64.Classorg.apache.calcite.avatica.util.Base64Calcitejavadoc
Base64.OutputStreamA Base64.Classorg.apache.calcite.avatica.util.Base64Calcitejavadoc
CalciteResultSet for the Calcite engine.Classorg.apache.calcite.jdbcCalcitejavadoc
CalciteStatement for the Calcite engine.Classorg.apache.calcite.jdbcCalcitejavadoc
DelegatingEnumeratorSimple enumerator that just delegates all calls to the passed enumerator.Classorg.apache.calcite.linq4jCalcitejavadoc
EnumeratorCursor returns a record for each row.Classorg.apache.calcite.runtimeCalcitejavadoc
IteratorCursor on top of an Iterator that returns a record for each row.Classorg.apache.calcite.avatica.utilCalcitejavadoc
ListIteratorCursor returns a List for each row.Classorg.apache.calcite.avatica.utilCalcitejavadoc
MapIteratorCursor returns a Map for each row.Classorg.apache.calcite.avatica.utilCalcitejavadoc
ObjectEnumeratorCursor returns an Object for each row.Classorg.apache.calcite.runtimeCalcitejavadoc
PositionedCursorAbstract implementation of Cursor that caches its current row.Classorg.apache.calcite.avatica.utilCalcitejavadoc
RecordEnumeratorCursor returns a record for each row.Classorg.apache.calcite.runtimeCalcitejavadoc
RecordIteratorCursor returns a record for each row.Classorg.apache.calcite.avatica.utilCalcitejavadoc
SplunkConnectionImpl.SplunkResultEnumerator results from a Splunk REST call.Classorg.apache.calcite.adapter.splunk.search.SplunkConnectionImplCalcitejavadoc
StackWriterA helper class for generating formatted text.Classorg.apache.calcite.utilCalcitejavadoc
TransformedEnumeratorClassorg.apache.calcite.linq4jCalcitejavadoc
ExtendedByteArrayDataInputClassorg.apache.giraph.utilsGiraphjavadoc
ExtendedByteArrayDataOutputAdds some functionality to ByteArrayOutputStream, such as an option to write int value over previously written dataClassorg.apache.giraph.utilsGiraphjavadoc
NettyWorkerServerNetty worker server that implement WorkerServer and contains the actual ServerData.Classorg.apache.giraph.comm.nettyGiraphjavadoc
UnsafeByteArrayOutputStreamClassorg.apache.giraph.utilsGiraphjavadoc
AvroColumnReaderRead files written with AvroColumnWriter.Classorg.apache.trevni.avroAvrojavadoc
AvroKeyRecordReaderReads records from an input split representing a chunk of an Avro container file.Classorg.apache.avro.mapreduceAvrojavadoc
AvroKeyValueRecordReaderReads Avro generic records from an Avro container file, where the records contain two fields: 'key' and 'value'.Classorg.apache.avro.mapreduceAvrojavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

AvroMapperA mapper for Avro data.Classorg.apache.avro.mapredAvrojavadoc
AvroRecordReaderBaseAbstract base class for RecordReaders that read Avro container files.Classorg.apache.avro.mapreduceAvrojavadoc
AvroReducerA reducer for Avro data.Classorg.apache.avro.mapredAvrojavadoc
AvroSequenceFile.ReaderA reader for SequenceFiles that may contain Avro data.Classorg.apache.avro.hadoop.io.AvroSequenceFileAvrojavadoc
AvroSequenceFile.WriterA writer for an uncompressed SequenceFile that supports Avro data.Classorg.apache.avro.hadoop.io.AvroSequenceFileAvrojavadoc
AvroTrevniKeyRecordReaderReads records from an input split representing a chunk of an Trenvi container file.Classorg.apache.trevni.avro.mapreduceAvrojavadoc
AvroTrevniKeyValueRecordReaderReads Trevni generic records from an Trevni container file, where the records contain two fields: 'key' and 'value'.Classorg.apache.trevni.avro.mapreduceAvrojavadoc
AvroTrevniRecordReaderBaseAbstract base class for RecordReaders that read Trevni container files.Classorg.apache.trevni.avro.mapreduceAvrojavadoc
ByteBufferInputStreamUtility to present ByteBuffer data as an InputStream.Classorg.apache.avro.utilAvrojavadoc
ByteBufferOutputStreamUtility to collect data written to an OutputStream in ByteBuffers.Classorg.apache.avro.utilAvrojavadoc
ColumnFileReaderReads data from a column file.Classorg.apache.trevniAvrojavadoc
DataFileReaderRandom access to files written with DataFileWriter.Classorg.apache.avro.fileAvrojavadoc
DataFileReader12Read files written by Avro version 1.Classorg.apache.avro.fileAvrojavadoc
DataFileStreamStreaming access to files written by DataFileWriter.Classorg.apache.avro.fileAvrojavadoc
DataFileWriterStores in a file a sequence of data conforming to a schema.Classorg.apache.avro.fileAvrojavadoc
DatagramTransceiverA datagram-based Transceiver implementation.Classorg.apache.avro.ipcAvrojavadoc
FsInputAdapt an FSDataInputStream to SeekableInput.Classorg.apache.avro.mapredAvrojavadoc
HadoopInputAdapt a Hadoop FSDataInputStream to Trevni's Input.Classorg.apache.trevni.avroAvrojavadoc
HttpTransceiverAn HTTP-based Transceiver implementation.Classorg.apache.avro.ipcAvrojavadoc
InputBytesAn Input backed with data in a byte array.Classorg.apache.trevniAvrojavadoc
InputFileClassorg.apache.trevniAvrojavadoc
LocalTransceiverClassorg.apache.avro.ipcAvrojavadoc
NettyTransceiverA Netty-based Transceiver implementation.Classorg.apache.avro.ipcAvrojavadoc
SaslSocketTransceiverA Transceiver that uses javax.Classorg.apache.avro.ipcAvrojavadoc
SeekableByteArrayInputA SeekableInput backed with data in a byte array.Classorg.apache.avro.fileAvrojavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

SeekableFileInputA FileInputStream that implements SeekableInput.Classorg.apache.avro.fileAvrojavadoc
SequenceFileReaderA FileReader for sequence files.Classorg.apache.avro.mapredAvrojavadoc
SocketTransceiverA socket-based Transceiver implementation.Classorg.apache.avro.ipcAvrojavadoc
SortedKeyValueFile.ReaderReads a SortedKeyValueFile by loading the key index into memory.Classorg.apache.avro.hadoop.file.SortedKeyValueFileAvrojavadoc
SortedKeyValueFile.WriterWrites a SortedKeyValueFile.Classorg.apache.avro.hadoop.file.SortedKeyValueFileAvrojavadoc
SyncableFileOutputStreamAn implementation of Syncable which writes to a file.Classorg.apache.avro.fileAvrojavadoc
TransceiverBase transport class used by Requestor.Classorg.apache.avro.ipcAvrojavadoc
Base64.InputStreamA Base64.Classorg.infinispan.commons.util.Base64Infinispanjavadoc
Base64.OutputStreamA Base64.Classorg.infinispan.commons.util.Base64Infinispanjavadoc
CloseableIteratorMapperA iterator that maps each value to the output of the Function.Classorg.infinispan.commons.utilInfinispanjavadoc
ExpandableMarshalledValueByteStreamA 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.Classorg.infinispan.ioInfinispanjavadoc
ExposedByteArrayOutputStream which copies the internal buffer.Classorg.infinispan.commons.ioInfinispanjavadoc
ExposedByteArrayOutputStream which copies the internal buffer.Classorg.infinispan.ioInfinispanjavadoc
ExtendedRiverMarshallerRiverMarshaller extension that allows Infinispan code to directly create instances of it.Classorg.infinispan.commons.marshall.jbossInfinispanjavadoc
ExtendedRiverUnmarshallerAn extended RiverUnmarshaller that allows Infinispan StreamingMarshaller instances to travel down the stack to potential externalizer implementationsClassorg.infinispan.commons.marshall.jbossInfinispanjavadoc
GridInputStreamClassorg.infinispan.ioInfinispanjavadoc
GridOutputStreamClassorg.infinispan.ioInfinispanjavadoc
ImmutableMarshalledValueByteStreamA byte stream that is immutable.Classorg.infinispan.ioInfinispanjavadoc
MarshalledValueByteStreamA stream of bytes which can be written to, and the underlying byte array can be directly accessed.Classorg.infinispan.ioInfinispanjavadoc
ReadableGridFileChannelClassorg.infinispan.ioInfinispanjavadoc
UnclosableObjectInputStreamA delegating ObjectInput that delegates all methods except ObjectInput.Classorg.infinispan.ioInfinispanjavadoc
UnclosableObjectOutputStreamAn unclosable version of an ObjectOutput.Classorg.infinispan.ioInfinispanjavadoc
WritableGridFileChannelClassorg.infinispan.ioInfinispanjavadoc
AbstractClientConnAdapterAbstract adapter from operated to managed client connections.Classorg.apache.http.impl.connApache HttpComponentsjavadoc
AbstractHttpClientBase class for HttpClient implementations.Classorg.apache.http.impl.clientApache HttpComponentsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

AbstractPooledConnAdapterAbstract adapter from pool entries to client connections.Classorg.apache.http.impl.connApache HttpComponentsjavadoc
BasicHttpClientConnectionManagerA connection manager for a single connection.Classorg.apache.http.impl.connApache HttpComponentsjavadoc
BasicPooledConnAdapterA connection wrapper and callback handler.Classorg.apache.http.impl.conn.tsccmApache HttpComponentsjavadoc
CloseableHttpClientBase implementation of HttpClient that also implements Closeable.Classorg.apache.http.impl.clientApache HttpComponentsjavadoc
ContentEncodingHttpClientDefaultHttpClient sub-class which includes a RequestAcceptEncoding for the request and response.Classorg.apache.http.impl.clientApache HttpComponentsjavadoc
DefaultClientConnectionDefault implementation of an operated client connection.Classorg.apache.http.impl.connApache HttpComponentsjavadoc
DefaultHttpClientDefault implementation of HttpClient pre-configured for most common use scenarios.Classorg.apache.http.impl.clientApache HttpComponentsjavadoc
Check Code Snippets / Samples for org.apache.http.impl.client.DefaultHttpClient
DefaultManagedHttpClientConnectionDefault ManagedHttpClientConnection implementation.Classorg.apache.http.impl.connApache HttpComponentsjavadoc
DeflateInputStreamDeflate input stream.Classorg.apache.http.client.entityApache HttpComponentsjavadoc
EofSensorInputStreamA stream wrapper that triggers actions on close() and EOF.Classorg.apache.http.connApache HttpComponentsjavadoc
FutureRequestExecutionServiceHttpAsyncClientWithFuture wraps calls to execute with a HttpRequestFutureTask and schedules them using the provided executor service.Classorg.apache.http.impl.clientApache HttpComponentsjavadoc
PoolingHttpClientConnectionManagerClientConnectionPoolManager maintains a pool of HttpClientConnections and is able to service connection requestsClassorg.apache.http.impl.connApache HttpComponentsjavadoc
SystemDefaultHttpClientAn extension of DefaultHttpClient pre-configured using system properties.Classorg.apache.http.impl.clientApache HttpComponentsjavadoc
SerializableType.SerInputStreamAn ObjectInputStream that uses the thread context class loader toAuthor:Borislav IordanovClassorg.hypergraphdb.type.SerializableTypeHypergraphDbjavadoc
Base64.Base64InputStreamA Base64.Classorg.apache.hadoop.hbase.util.Base64HBasejavadoc
Base64.Base64OutputStreamA Base64.Classorg.apache.hadoop.hbase.util.Base64HBasejavadoc
ByteBufferOutputStreamClassorg.apache.hadoop.hbase.ioHBasejavadoc
GroupingTableMapClassorg.apache.hadoop.hbase.mapredHBasejavadoc
IdentityTableMapClassorg.apache.hadoop.hbase.mapredHBasejavadoc
IdentityTableReduceClassorg.apache.hadoop.hbase.mapredHBasejavadoc
QuotaRetrieverScanner to iterate over the quota settings.Classorg.apache.hadoop.hbase.quotasHBasejavadoc
RemoteHTableClassorg.apache.hadoop.hbase.rest.clientHBasejavadoc
ReplicationAdmin This class provides the administrative interface to HBase cluster replication.Classorg.apache.hadoop.hbase.client.replicationHBasejavadoc
TableRecordReaderClassorg.apache.hadoop.hbase.mapreduceHBasejavadoc
TableSnapshotScannerA Scanner which performs a scan over snapshot files.Classorg.apache.hadoop.hbase.clientHBasejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

BoundaryDelimitedStreamThis class takes the input stream and turns it multiple streams.Classorg.apache.axis.attachmentsApache Axisjavadoc
ByteArrayClassorg.apache.axis.utilsApache Axisjavadoc
ByteArrayOutputStreamThis class implements an output stream in which the data is written into a byte array.Classorg.apache.axis.utilsApache Axisjavadoc
ChunkedInputStreamClassorg.apache.axis.transport.httpApache Axisjavadoc
ChunkedOutputStreamClassorg.apache.axis.transport.httpApache Axisjavadoc
ClassReaderThis is the class file reader for obtaining the parameter names for declared methods in a class.Classorg.apache.axis.utils.bytecodeApache Axisjavadoc
DimeDelimitedInputStreamThis class takes the input stream and turns it multiple streams.Classorg.apache.axis.attachmentsApache Axisjavadoc
FilterPrintWritersimple wrapper around PrintWriter class.Classorg.apache.axis.transport.httpApache Axisjavadoc
FilterPrintWriter.NullOutputStreamClassorg.apache.axis.transport.http.FilterPrintWriterApache Axisjavadoc
MultiPartDimeInputStreamThis simulates the multipart stream.Classorg.apache.axis.attachmentsApache Axisjavadoc
MultiPartInputStreamThis simulates the multipart stream.Classorg.apache.axis.attachmentsApache Axisjavadoc
MultiPartRelatedInputStreamThis simulates the multipart stream.Classorg.apache.axis.attachmentsApache Axisjavadoc
NonBlockingBufferedInputStreamClassorg.apache.axis.transport.httpApache Axisjavadoc
ParamReaderThis is the class file reader for obtaining the parameter names for declared methods in a class.Classorg.apache.axis.utils.bytecodeApache Axisjavadoc
SocketInputStreamThe ONLY reason for this is so we can clean up sockets quicker/cleaner.Classorg.apache.axis.transport.httpApache Axisjavadoc
TeeOutputStreamClassorg.apache.axis.utilsApache Axisjavadoc
AttachmentInputStreamAn InputStream that knows what content type is contains.Classorg.ektorpEktorp CouchDbjavadoc
Base64.InputStreamA Base64.Classorg.ektorp.util.Base64Ektorp CouchDbjavadoc
Base64.OutputStreamA Base64.Classorg.ektorp.util.Base64Ektorp CouchDbjavadoc
StreamingChangesResultClassorg.ektorpEktorp CouchDbjavadoc
StreamingViewResultClassorg.ektorpEktorp CouchDbjavadoc
AsyncEigenVerifierClassorg.apache.mahout.math.decomposerApache Mahoutjavadoc
DAGClientClass for monitoring the DAG running in a Tez DAG Application Master.Classorg.apache.tez.dag.api.clientApache Tezjavadoc
AbstractInputFormat.AbstractRecordReaderAn abstract base class to be used to create RecordReader instances that convert from Accumulo Key/Value pairs to the user's K/V types.Classorg.apache.accumulo.core.client.mapreduce.AbstractInputFormatApache Accumulojavadoc
BCFile.ReaderBCFile Reader, interface to read the file's data and meta blocks.Classorg.apache.accumulo.core.file.rfile.bcfile.BCFileApache Accumulojavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

BCFile.Reader.BlockReaderAccess point to read a block.Classorg.apache.accumulo.core.file.rfile.bcfile.BCFile.ReaderApache Accumulojavadoc
BCFile.WriterBCFile writer, the entry point for creating a new BCFile.Classorg.apache.accumulo.core.file.rfile.bcfile.BCFileApache Accumulojavadoc
BlockedInputStreamReader corresponding to BlockedOutputStream.Classorg.apache.accumulo.core.security.cryptoApache Accumulojavadoc
BlockedOutputStreamClassorg.apache.accumulo.core.security.cryptoApache Accumulojavadoc
CachableBlockFile.BlockRead wrap a DataInputStream(ByteArrayStream(cachedBlock)).Classorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulojavadoc
CachableBlockFile.BlockWriteClassorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulojavadoc
CachableBlockFile.CachedBlockReadClassorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulojavadoc
ChunkInputStreamAn input stream that reads file data stored in one or more Accumulo values.Classorg.apache.accumulo.examples.simple.filedataApache Accumulojavadoc
DiscardCloseOutputStreamClassorg.apache.accumulo.core.security.cryptoApache Accumulojavadoc
FixedByteArrayOutputStreamUses a fixed length array and will not grow in size dynamically like the ByteArrayOutputStream.Classorg.apache.accumulo.core.client.lexicoder.implApache Accumulojavadoc
InputFormatBase.RecordReaderBaseClassorg.apache.accumulo.core.client.mapreduce.InputFormatBaseApache Accumulojavadoc
MetaDataTableScannerClassorg.apache.accumulo.server.master.stateApache Accumulojavadoc
NoFlushOutputStreamClassorg.apache.accumulo.core.security.cryptoApache Accumulojavadoc
TraceFileSystemClassorg.apache.accumulo.server.traceApache Accumulojavadoc
TraceFSDataInputStreamClassorg.apache.accumulo.server.traceApache Accumulojavadoc
CRC32OutputStreamClassbacktype.storm.utilsApache Stormjavadoc
JedisClusterContainerClassorg.apache.storm.redis.util.containerApache Stormjavadoc
JedisContainerClassorg.apache.storm.redis.util.containerApache Stormjavadoc
BinStorageRecordReaderTreats keys as offset in file and value as line.Classorg.apache.pig.impl.ioApache Pigjavadoc
BufferedPositionedInputStreamClassorg.apache.pig.impl.ioApache Pigjavadoc
FileLocalizer.DataStorageInputStreamIteratorClassorg.apache.pig.impl.io.FileLocalizerApache Pigjavadoc
HSeekableInputStreamClassorg.apache.pig.backend.hadoop.datastorageApache Pigjavadoc
ImmutableOutputStreamClassorg.apache.pig.backend.datastorageApache Pigjavadoc
InterRecordReaderA record reader used to read data written using InterRecordWriter It uses the default InterSedes object for deserialization.Classorg.apache.pig.impl.ioApache Pigjavadoc
PigRecordReaderA wrapper around the actual RecordReader and loadfunc - this is needed for 1) To intercept the initialize call from hadoop and initialize the underlyingClassorg.apache.pig.backend.hadoop.executionengine.mapReduceLayerApache Pigjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

SeekableInputStreamUnix-like API for an input stream that supports random access.Classorg.apache.pig.backend.datastorageApache Pigjavadoc
TFileRecordReaderA record reader used to read data written using InterRecordWriter It uses the default InterSedes object for deserialization.Classorg.apache.pig.impl.ioApache Pigjavadoc
SingleCloseableInputIteratorClasscascading.utilCascadingjavadoc
SingleValueCloseableIteratorSingleValueIterator is a utility class used for quickly presenting a single value to a consumer expecting both a Closeable and an Iterator interface.Classcascading.utilCascadingjavadoc
TupleChainIteratorTupleChainIterator chains the given Iterators into a single Iterator.Classcascading.tupleCascadingjavadoc
TupleEntryChainIteratorTupleEntryChainIterator chains the given Iterators into a single Iterator.Classcascading.tupleCascadingjavadoc
TupleEntryIterableChainIteratorTupleEntryChainIterator chains the given Iterators into a single Iterator.Classcascading.tupleCascadingjavadoc
TupleEntryIterator underlying Tuple collection.Classcascading.tupleCascadingjavadoc
TupleEntrySchemeIterator Scheme.Classcascading.tupleCascadingjavadoc
TupleInputStreamClasscascading.tuple.ioCascadingjavadoc
TupleOutputStreamClasscascading.tuple.ioCascadingjavadoc
AbstractLivelinessMonitorA simple liveliness monitor with which clients can register, trust the component to monitor liveliness, get a call-back on expiry and then finallyClassorg.apache.hadoop.yarn.utilApache Hadoopjavadoc
AbstractServiceThis is the base implementation class for services.Classorg.apache.hadoop.serviceApache Hadoopjavadoc
AddingCompositeServiceComposite service that exports the add/remove methods.Classorg.apache.hadoop.registry.server.servicesApache Hadoopjavadoc
AHSClientClassorg.apache.hadoop.yarn.client.apiApache Hadoopjavadoc
AMRMClientClassorg.apache.hadoop.yarn.client.apiApache Hadoopjavadoc
AMRMClientAsyncAMRMClientAsync handles communication with the ResourceManager and provides asynchronous updates on events such as container allocations andClassorg.apache.hadoop.yarn.client.api.asyncApache Hadoopjavadoc
ApplicationClassLoaderA URLClassLoader for application isolation.Classorg.apache.hadoop.utilApache Hadoopjavadoc
ApplicationClassLoaderThis type has been deprecated in favor of ApplicationClassLoader.Classorg.apache.hadoop.yarn.utilApache Hadoopjavadoc
AsyncDispatcherDispatches Events in a separate thread.Classorg.apache.hadoop.yarn.eventApache Hadoopjavadoc
AvroFSInputAdapts an FSDataInputStream to Avro's SeekableInput interface.Classorg.apache.hadoop.fsApache Hadoopjavadoc
BlockCompressorStreamA CompressorStream which works with 'block-based' based compression algorithms, as opposed to Classorg.apache.hadoop.io.compressApache Hadoopjavadoc
BlockDecompressorStreamA DecompressorStream which works with 'block-based' based compression algorithms, as opposed to Classorg.apache.hadoop.io.compressApache Hadoopjavadoc
ChainMapperThe ChainMapper class allows to use multiple Mapper classes within a single The Mapper classes are invoked in a chained (or piped) fashion, the output ofClassorg.apache.hadoop.mapred.libApache Hadoopjavadoc
ChainReducerThe ChainReducer class allows to chain multiple Mapper classes after a Reducer within the Reducer task.Classorg.apache.hadoop.mapred.libApache Hadoopjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ChecksumFileSystemAbstract Checksumed FileSystem.Classorg.apache.hadoop.fsApache Hadoopjavadoc
CombineFileRecordReaderA generic RecordReader that can hand out different recordReaders for each chunk in a CombineFileSplit.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoopjavadoc
Check Code Snippets / Samples for org.apache.hadoop.mapreduce.lib.input.CombineFileRecordReader
CombineFileRecordReaderWrapperA wrapper class for a record reader that handles a single file split.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoopjavadoc
ComposableRecordReaderAdditional operations required of a RecordReader to participate in a join.Classorg.apache.hadoop.mapreduce.lib.joinApache Hadoopjavadoc
CompositeRecordReaderA RecordReader that can effect joins of RecordReaders sharing a common key type and partitioning.Classorg.apache.hadoop.mapreduce.lib.joinApache Hadoopjavadoc
CompositeServiceComposition of services.Classorg.apache.hadoop.serviceApache Hadoopjavadoc
CompressionInputStreamA compression input stream.Classorg.apache.hadoop.io.compressApache Hadoopjavadoc
CompressionOutputStreamA compression output stream.Classorg.apache.hadoop.io.compressApache Hadoopjavadoc
CompressorStreamClassorg.apache.hadoop.io.compressApache Hadoopjavadoc
DataDrivenDBRecordReaderA RecordReader that reads records from a SQL table, using data-driven WHERE clause splits.Classorg.apache.hadoop.mapreduce.lib.dbApache Hadoopjavadoc
DataOutputOutputStreamOutputStream implementation that wraps a DataOutput.Classorg.apache.hadoop.ioApache Hadoopjavadoc
DBRecordReaderA RecordReader that reads records from a SQL table.Classorg.apache.hadoop.mapreduce.lib.dbApache Hadoopjavadoc
DecompressorStreamClassorg.apache.hadoop.io.compressApache Hadoopjavadoc
DefaultStringifierDefaultStringifier is the default implementation of the Stringifier interface which stringifies the objects using base64 encoding of theClassorg.apache.hadoop.ioApache Hadoopjavadoc
FieldSelectionMapReduceThis class implements a mapper/reducer class that can be used to perform field selections in a manner similar to unix cut.Classorg.apache.hadoop.mapred.libApache Hadoopjavadoc
FileSinkClassorg.apache.hadoop.metrics2.sinkApache Hadoopjavadoc
FileSystemAn abstract base class for a fairly generic filesystem.Classorg.apache.hadoop.fsApache Hadoopjavadoc
Check Code Snippets / Samples for org.apache.hadoop.fs.FileSystem
FilterFileSystemA FilterFileSystem contains some other file system, which it uses asClassorg.apache.hadoop.fsApache Hadoopjavadoc
FSDataInputStreamUtility that wraps a FSInputStream in a DataInputStream and buffers input through a BufferedInputStream.Classorg.apache.hadoop.fsApache Hadoopjavadoc
Check Code Snippets / Samples for org.apache.hadoop.fs.FSDataInputStream
FSDataOutputStreamUtility that wraps a OutputStream in a DataOutputStream.Classorg.apache.hadoop.fsApache Hadoopjavadoc
FTPFileSystem A FileSystem backed by an FTP client provided by Apache Commons Net.Classorg.apache.hadoop.fs.ftpApache Hadoopjavadoc
GraphiteSinkClassorg.apache.hadoop.metrics2.sinkApache Hadoopjavadoc
HistoryFileManagerClassorg.apache.hadoop.mapreduce.v2.hsApache Hadoopjavadoc
IdentityMapperClassorg.apache.hadoop.mapred.libApache Hadoopjavadoc
IdentityReducerPerforms no reduction, writing all input values directly to the output.Classorg.apache.hadoop.mapred.libApache Hadoopjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

InnerJoinRecordReaderClassorg.apache.hadoop.mapreduce.lib.joinApache Hadoopjavadoc
InverseMapperA Mapper that swaps keys and values.Classorg.apache.hadoop.mapred.libApache Hadoopjavadoc
JoinRecordReaderBase class for Composite joins returning Tuples of arbitrary Writables.Classorg.apache.hadoop.mapreduce.lib.joinApache Hadoopjavadoc
KeyValueLineRecordReaderThis class treats a line in the input as a key/value pair separated by a separator character.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoopjavadoc
LocalFileSystemClassorg.apache.hadoop.fsApache Hadoopjavadoc
LongSumReducerA Reducer that sums long values.Classorg.apache.hadoop.mapred.libApache Hadoopjavadoc
MapReduceBaseBase class for Mapper and Reducer implementations.Classorg.apache.hadoop.mapredApache Hadoopjavadoc
MultiFilterRecordReaderBase class for Composite join returning values derived from multiple sources, but generally not tuples.Classorg.apache.hadoop.mapreduce.lib.joinApache Hadoopjavadoc
MySQLDataDrivenDBRecordReaderClassorg.apache.hadoop.mapreduce.lib.dbApache Hadoopjavadoc
MySQLDBRecordReaderA RecordReader that reads records from a MySQL table.Classorg.apache.hadoop.mapreduce.lib.dbApache Hadoopjavadoc
NativeAzureFileSystemA FileSystem for reading and writing files stored on Windows Azure.Classorg.apache.hadoop.fs.azureApache Hadoopjavadoc
NativeS3FileSystemA FileSystem for reading and writing files stored on Unlike S3FileSystem this implementationClassorg.apache.hadoop.fs.s3nativeApache Hadoopjavadoc
NMClientClassorg.apache.hadoop.yarn.client.apiApache Hadoopjavadoc
NMClientAsyncNMClientAsync handles communication with all the NodeManagers and provides asynchronous updates on getting responses from them.Classorg.apache.hadoop.yarn.client.api.asyncApache Hadoopjavadoc
OracleDataDrivenDBRecordReaderClassorg.apache.hadoop.mapreduce.lib.dbApache Hadoopjavadoc
OracleDBRecordReaderA RecordReader that reads records from an Oracle SQL table.Classorg.apache.hadoop.mapreduce.lib.dbApache Hadoopjavadoc
OuterJoinRecordReaderClassorg.apache.hadoop.mapreduce.lib.joinApache Hadoopjavadoc
OverrideRecordReaderPrefer the "rightmost" data source for this key.Classorg.apache.hadoop.mapreduce.lib.joinApache Hadoopjavadoc
RawLocalFileSystemClassorg.apache.hadoop.fsApache Hadoopjavadoc
RecordReaderClassorg.apache.hadoop.mapreduceApache Hadoopjavadoc
Check Code Snippets / Samples for org.apache.hadoop.mapreduce.RecordReader
RegexMapperA Mapper that extracts text matching a regular expression.Classorg.apache.hadoop.mapred.libApache Hadoopjavadoc
RegistryOperationsClientThis is the client service for applications to work with the registry.Classorg.apache.hadoop.registry.client.implApache Hadoopjavadoc
RegistryOperationsServiceThe Registry operations service.Classorg.apache.hadoop.registry.client.impl.zkApache Hadoopjavadoc
S3FileSystemA block-based FileSystem backed bySee Also:NativeS3FileSystemClassorg.apache.hadoop.fs.s3Apache Hadoopjavadoc
SequenceFileAsTextRecordReaderThis class converts the input keys and values to their String forms by calling toString() method.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoopjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

SequenceFileRecordReaderAn RecordReader for SequenceFiles.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoopjavadoc
SharedCacheClientThis is the client for YARN's shared cache.Classorg.apache.hadoop.yarn.client.apiApache Hadoopjavadoc
SplitCompressionInputStreamAn InputStream covering a range of compressed data.Classorg.apache.hadoop.io.compressApache Hadoopjavadoc
TimelineClientA client library that can be used to post some information in terms of a number of conceptual entities.Classorg.apache.hadoop.yarn.client.apiApache Hadoopjavadoc
TokenCountMapperA Mapper that maps text values into pairs.Classorg.apache.hadoop.mapred.libApache Hadoopjavadoc
ValueAggregatorCombinerThis class implements the generic combiner of Aggregate.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoopjavadoc
ValueAggregatorJobBaseThis abstract class implements some common functionalities of the the generic mapper, reducer and combiner classes of Aggregate.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoopjavadoc
ValueAggregatorMapperThis class implements the generic mapper of Aggregate.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoopjavadoc
ValueAggregatorReducerThis class implements the generic reducer of Aggregate.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoopjavadoc
ViewFileSystemViewFileSystem (extends the FileSystem interface) implements a client-side mount table.Classorg.apache.hadoop.fs.viewfsApache Hadoopjavadoc
WrappedRecordReaderProxy class for a RecordReader participating in the join framework.Classorg.apache.hadoop.mapreduce.lib.joinApache Hadoopjavadoc
YarnClientClassorg.apache.hadoop.yarn.client.apiApache Hadoopjavadoc
AbstractGenericUDFEWAHBitmapBopAn abstract class for a UDF that performs a binary operation between two EWAH-compressed bitmaps.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
AbstractGenericUDFReflectClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
BeeLineA console SQL shell with command completion.Classorg.apache.hive.beelineApache Hivejavadoc
BitmapObjectInputAn ObjectInput that allows for conversion from an List of LongWritable to an EWAH-compressed bitmap.Classorg.apache.hadoop.hive.ql.index.bitmapApache Hivejavadoc
BitmapObjectOutputAn ObjectOutput that allows conversion from an EWAH-compressed bitmap to an List of LongWritable.Classorg.apache.hadoop.hive.ql.index.bitmapApache Hivejavadoc
ByteStream.InputClassorg.apache.hadoop.hive.serde2.ByteStreamApache Hivejavadoc
ByteStream.OutputClassorg.apache.hadoop.hive.serde2.ByteStreamApache Hivejavadoc
CachingPrintStreamClassorg.apache.hadoop.hive.common.ioApache Hivejavadoc
ColumnTruncateMapperClassorg.apache.hadoop.hive.ql.io.rcfile.truncateApache Hivejavadoc
DataInputByteBufferClassorg.apache.hadoop.hive.ql.exec.tezApache Hivejavadoc
DataInputInputStreamClassorg.apache.hadoop.hive.hbaseApache Hivejavadoc
DataOutputOutputStreamClassorg.apache.hadoop.hive.hbaseApache Hivejavadoc
DBTokenStoreClassorg.apache.hadoop.hive.thriftApache Hivejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

DefaultFetchFormatterClassorg.apache.hadoop.hive.ql.execApache Hivejavadoc
DigestPrintStreamClassorg.apache.hadoop.hive.common.ioApache Hivejavadoc
ExecMapperExecMapper is the generic Map class for Hive.Classorg.apache.hadoop.hive.ql.exec.mrApache Hivejavadoc
ExecReducerExecReducer is the generic Reducer class for Hive.Classorg.apache.hadoop.hive.ql.exec.mrApache Hivejavadoc
FetchConverterClassorg.apache.hadoop.hive.common.ioApache Hivejavadoc
FetchFormatter.ThriftFormatterClassorg.apache.hadoop.hive.ql.exec.FetchFormatterApache Hivejavadoc
GenericUDAFAverage.AbstractGenericUDAFAverageEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverageApache Hivejavadoc
GenericUDAFAverage.GenericUDAFAverageEvaluatorDecimalClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverageApache Hivejavadoc
GenericUDAFAverage.GenericUDAFAverageEvaluatorDoubleClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverageApache Hivejavadoc
GenericUDAFBridge.GenericUDAFBridgeEvaluatorGenericUDAFBridgeEvaluator.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFBridgeApache Hivejavadoc
GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluatorGenericUDAFBinaryStatsEvaluator.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStatsApache Hivejavadoc
GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluatorGenericUDAFBooleanStatsEvaluator.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStatsApache Hivejavadoc
GenericUDAFComputeStats.GenericUDAFDateStatsEvaluatorGenericUDAFDateStatsEvaluator High/low value will be saved in stats DB as long value representing days since epoch.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStatsApache Hivejavadoc
GenericUDAFComputeStats.GenericUDAFDecimalStatsEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStatsApache Hivejavadoc
GenericUDAFComputeStats.GenericUDAFDoubleStatsEvaluatorGenericUDAFDoubleStatsEvaluator.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStatsApache Hivejavadoc
GenericUDAFComputeStats.GenericUDAFLongStatsEvaluatorGenericUDAFLongStatsEvaluator.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStatsApache Hivejavadoc
GenericUDAFComputeStats.GenericUDAFNumericStatsEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStatsApache Hivejavadoc
GenericUDAFComputeStats.GenericUDAFStringStatsEvaluatorGenericUDAFStringStatsEvaluator.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStatsApache Hivejavadoc
GenericUDAFContextNGrams.GenericUDAFContextNGramEvaluatorA constant-space heuristic to estimate the top-k contextual n-grams.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFContextNGramsApache Hivejavadoc
GenericUDAFCorrelation.GenericUDAFCorrelationEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFCorrelationApache Hivejavadoc
GenericUDAFCount.GenericUDAFCountEvaluatorGenericUDAFCountEvaluator.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFCountApache Hivejavadoc
GenericUDAFCovariance.GenericUDAFCovarianceEvaluatorEvaluate the variance using the algorithm described in http://en.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFCovarianceApache Hivejavadoc
GenericUDAFCovarianceSample.GenericUDAFCovarianceSampleEvaluatorCompute the sample covariance by extending GenericUDAFCovarianceEvaluator and overriding the terminate() method of the evaluator.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFCovarianceSampleApache Hivejavadoc
GenericUDAFCumeDist.GenericUDAFCumeDistEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFCumeDistApache Hivejavadoc
GenericUDAFDenseRank.GenericUDAFDenseRankEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFDenseRankApache Hivejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

GenericUDAFEvaluatorA Generic User-defined aggregation function (GenericUDAF) for the use with New GenericUDAF classes need to inherit from this GenericUDAF class.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDAFEWAHBitmap.GenericUDAFEWAHBitmapEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFEWAHBitmapApache Hivejavadoc
GenericUDAFFirstValue.GenericUDAFFirstValueEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFFirstValueApache Hivejavadoc
GenericUDAFHistogramNumeric.GenericUDAFHistogramNumericEvaluatorConstruct a histogram using an algorithm described by Ben-Haim and Tom-Tov.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFHistogramNumericApache Hivejavadoc
GenericUDAFLag.GenericUDAFLagEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFLagApache Hivejavadoc
GenericUDAFLastValue.GenericUDAFLastValueEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFLastValueApache Hivejavadoc
GenericUDAFLead.GenericUDAFLeadEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFLeadApache Hivejavadoc
GenericUDAFLeadLag.GenericUDAFLeadLagEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFLeadLagApache Hivejavadoc
GenericUDAFMax.GenericUDAFMaxEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFMaxApache Hivejavadoc
GenericUDAFMin.GenericUDAFMinEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFMinApache Hivejavadoc
GenericUDAFMkCollectionEvaluatorClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDAFnGrams.GenericUDAFnGramEvaluatorA constant-space heuristic to estimate the top-k n-grams.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFnGramsApache Hivejavadoc
GenericUDAFNTile.GenericUDAFNTileEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFNTileApache Hivejavadoc
GenericUDAFPercentileApprox.GenericUDAFMultiplePercentileApproxEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentileApproxApache Hivejavadoc
GenericUDAFPercentileApprox.GenericUDAFPercentileApproxEvaluatorConstruct a histogram using the algorithm described by Ben-Haim and Tom-Tov, and then use it to compute an approximate percentile value.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentileApproxApache Hivejavadoc
GenericUDAFPercentileApprox.GenericUDAFSinglePercentileApproxEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentileApproxApache Hivejavadoc
GenericUDAFPercentRank.GenericUDAFPercentRankEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentRankApache Hivejavadoc
GenericUDAFRank.GenericUDAFAbstractRankEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFRankApache Hivejavadoc
GenericUDAFRank.GenericUDAFRankEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFRankApache Hivejavadoc
GenericUDAFRowNumber.GenericUDAFRowNumberEvaluatorClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFRowNumberApache Hivejavadoc
GenericUDAFStd.GenericUDAFStdEvaluatorCompute the standard deviation by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFStdApache Hivejavadoc
GenericUDAFStdSample.GenericUDAFStdSampleEvaluatorCompute the sample standard deviation by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of theClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFStdSampleApache Hivejavadoc
GenericUDAFStreamingEvaluatorClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDAFStreamingEvaluator.SumAvgEnhancerClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFStreamingEvaluatorApache Hivejavadoc
GenericUDAFSum.GenericUDAFSumDoubleGenericUDAFSumDouble.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFSumApache Hivejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

GenericUDAFSum.GenericUDAFSumHiveDecimalGenericUDAFSumHiveDecimal.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFSumApache Hivejavadoc
GenericUDAFSum.GenericUDAFSumLongClassorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFSumApache Hivejavadoc
GenericUDAFVariance.GenericUDAFVarianceEvaluatorEvaluate the variance using the algorithm described by Chan, Golub, and LeVeque in "Algorithms for computing the sample variance: analysis and recommendations"Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFVarianceApache Hivejavadoc
GenericUDAFVarianceSample.GenericUDAFVarianceSampleEvaluatorCompute the sample variance by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator.Classorg.apache.hadoop.hive.ql.udf.generic.GenericUDAFVarianceSampleApache Hivejavadoc
GenericUDFA Generic User-defined function (GenericUDF) for the use with Hive.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFAbsClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFAddMonthsGenericUDFAddMonths.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFArrayClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFArrayContainsGenericUDFArrayContains.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFAssertTrueClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFBaseArithmeticWrapper UDF that will instantiate the proper arithmetic UDF (numeric, date, etc) depending on the argument typesClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFBaseBinaryClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFBaseCompareGenericUDF Base Class for operations.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFBaseDTIClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFBaseNumericGenericUDF Base Class for operations.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFBasePadClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFBaseTrimClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFBaseUnaryClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFBetweenClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFBridgeGenericUDFBridge encapsulates UDF to provide the same interface as Note that GenericUDFBridge implements Serializable because the name of theClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFCaseGenericUDF Class for SQL construct "CASE a WHEN b THEN c [ELSE f] END".Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFCbrtClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFCeilClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFCoalesceGenericUDF Class for SQL construct "COALESCE(a, b, c)".Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFConcatClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

GenericUDFConcatWSGeneric UDF for string function CONCAT_WS.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFCurrentDateClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFCurrentTimestampClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFCurrentUserClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFDateClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFDateAdd Add a number of days to the date.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFDateDiff Calculate the difference in the number of days.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFDateFormatGenericUDFDateFormat.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFDateSub Subtract a number of days to the date.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFDBOutputGenericUDFDBOutput is designed to output data directly from Hive to a JDBC datastore.Classorg.apache.hadoop.hive.contrib.genericudf.exampleApache Hivejavadoc
GenericUDFDecodeClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFEltGeneric UDF for string function ELT(N,str1,str2,str3,.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFEncodeClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFEWAHBitmapAndGenericEWAHUDFBitmapAnd.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFEWAHBitmapEmptyClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFEWAHBitmapOrGenericUDFEWAHBitmapOr.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFFactorialClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFFieldClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFFloorClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFFloorCeilBaseClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFFormatNumberGeneric UDF for format_number function FORMAT_NUMBER(X, D).Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFFromUtcTimestampClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFGreatestGenericUDF Class for SQL construct "greatest(v1, v2, .Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFHashGenericUDF Class for computing hash values.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFIfIF(expr1,expr2,expr3) If expr1 is TRUE (expr1 NULL) then IF() returns expr2;Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

GenericUDFIn SELECT key FROM src WHERE key IN ("238", "1"); From MySQL page on IN(): To comply with the SQL standard, IN returns NULLClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFIndexClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFInFileIN_FILE(str, filename) returns true if 'str' appears in the file specified by 'filename'.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFInitCapClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFInstrGeneric UDF for string function INSTR(str,substr).Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFLagClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFLastDay Returns the last day of the month which the date belongs to.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFLeadClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFLeadLagClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFLeastGenericUDF Class for SQL construct "least(v1, v2, .Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFLevenshteinGenericUDFLevenshtein.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFLocateGeneric UDF for string function LOCATE(substr, str), LOCATE(substr, str, start).Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFLowerClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFLpadClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFLTrimClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFMacroGenericUDFMacro wraps a user-defined macro expression into a GenericUDFSee Also:Serialized FormClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFMapClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFMapKeysClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFMapValuesGenericUDFMapValues.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFMonthsBetweenClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFNamedStructClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFNextDayClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFNvlClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPAndGenericUDF Class for computing and.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPDivideNote that in SQL, the return type of divide is not necessarily the same as the parameters.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

GenericUDFOPDTIMinusClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPDTIPlusClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPEqualGenericUDF Class for operation EQUAL.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPEqualNSClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPEqualOrGreaterThanGenericUDF Class for operation EqualOrGreaterThan.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPEqualOrLessThanGenericUDF Class for operation EqualOrLessThan.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPGreaterThanGenericUDF Class for operation GreaterThan.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPLessThanGenericUDF Class for operation LessThan.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPMinusClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPModClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPMultiplyClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPNegativeClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPNotClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPNotEqualGenericUDF Class for operation Not EQUAL.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPNotNullGenericUDFOPNotNull.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPNullClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPNumericMinusClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPNumericPlusThe 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 intClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPOrGenericUDF Class for computing or.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPPlusThe 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 intClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFOPPositiveClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFPosModclass for computing positive modulo.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFPowerClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFPrintfGeneric UDF for printf function printf(String format, Obj.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFReflectA simple generic udf to call java static functions via reflection.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

GenericUDFReflect2A simple generic udf to call java functions via reflection.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFRoundNote: rounding function permits rounding off integer digits in decimal numbers, which essentially downgrades the scale to negative territory.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFRpadClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFRTrimClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFSentencesGenericUDFSentences: splits a natural language chunk of text into sentences and words.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFSizeClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFSortArrayGeneric UDF for array sort SORT_ARRAY(array(obj1, obj2, obj3.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
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.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFSplitClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFStringToMapGenericUDFStringToMap.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFStructClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFTimestamp .Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFToBinaryClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFToCharClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFToDateClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFToDecimalClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFToIntervalDayTimeGenericUDFIntervalDayTime .Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFToIntervalYearMonthGenericUDFIntervalYearMonth .Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFToUnixTimeStampdeterministic version of UDFUnixTimeStamp.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFToUtcTimestampClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFToVarcharClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFTranslateTRANSLATE(string input, string from, string to) is an equivalent function to translate in PostGresSQL.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFTrimClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFTrunc Returns the first day of the month which the date belongs to.Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFUnionClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

GenericUDFUnixTimeStampClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFUpperClassorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFWhenGenericUDF Class for SQL construct "CASE WHEN a THEN b WHEN c THEN d [ELSE f] END".Classorg.apache.hadoop.hive.ql.udf.genericApache Hivejavadoc
GenericUDFXPathClassorg.apache.hadoop.hive.ql.udf.xmlApache Hivejavadoc
HiveBaseResultSetData independent base class which implements the common part of all Hive result sets.Classorg.apache.hive.jdbcApache Hivejavadoc
HiveCallableStatementHiveCallableStatement.Classorg.apache.hive.jdbcApache Hivejavadoc
HiveConnectionClassorg.apache.hive.jdbcApache Hivejavadoc
HiveHarFileSystemClassorg.apache.hadoop.hive.shimsApache Hivejavadoc
HiveMetaDataResultSetClassorg.apache.hive.jdbcApache Hivejavadoc
HivePreparedStatementHivePreparedStatement.Classorg.apache.hive.jdbcApache Hivejavadoc
HiveQueryResultSetClassorg.apache.hive.jdbcApache Hivejavadoc
HiveStatementClassorg.apache.hive.jdbcApache Hivejavadoc
InStreamClassorg.apache.hadoop.hive.ql.io.orcApache Hivejavadoc
LocalHiveSparkClientLocalSparkClient submit Spark job in local driver, it's responsible for build spark client environment and execute spark work.Classorg.apache.hadoop.hive.ql.exec.sparkApache Hivejavadoc
LoopingByteArrayInputStreamLoopingByteArrayInputStream.Classorg.apache.hadoop.hive.confApache Hivejavadoc
MaxByteArrayOutputStreamAn output stream that will only accept the first N bytes of data.Classorg.apache.hive.hcatalog.templetonApache Hivejavadoc
MemoryTokenStoreDefault in-memory token store implementation.Classorg.apache.hadoop.hive.thriftApache Hivejavadoc
MergeFileMapperMapper for fast file merging of ORC and RC files.Classorg.apache.hadoop.hive.ql.io.mergeApache Hivejavadoc
MiniSparkOnYARNClusterClassorg.apache.hadoop.hive.shimsApache Hivejavadoc
NonSyncByteArrayInputStreamA thread-not-safe version of ByteArrayInputStream, which removes all synchronized modifiers.Classorg.apache.hadoop.hive.common.ioApache Hivejavadoc
NonSyncByteArrayOutputStreamA thread-not-safe version of ByteArrayOutputStream, which removes all synchronized modifiers.Classorg.apache.hadoop.hive.common.ioApache Hivejavadoc
NonSyncDataInputBufferA thread-not-safe version of Hadoop's DataInputBuffer, which removes all synchronized modifiers.Classorg.apache.hadoop.hive.ql.ioApache Hivejavadoc
NonSyncDataOutputBufferA thread-not-safe version of Hadoop's DataOutputBuffer, which removes all synchronized modifiers.Classorg.apache.hadoop.hive.ql.ioApache Hivejavadoc
NullRecordReaderAn empty record reader.Classorg.apache.hive.hcatalog.templeton.toolApache Hivejavadoc
PartialScanMapper It reads through block header and aggregates statistics at the end.Classorg.apache.hadoop.hive.ql.io.rcfile.statsApache Hivejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ProxyFileSystemA FileSystem that can serve a given scheme/authority using some other file system.Classorg.apache.hadoop.fsApache Hivejavadoc
ProxyLocalFileSystemA Proxy for LocalFileSystem Serves uri's corresponding to 'pfile:///' namespace with usingClassorg.apache.hadoop.fsApache Hivejavadoc
RCFileMapReduceRecordReaderClassorg.apache.hive.hcatalog.rcfileApache Hivejavadoc
RemoteHiveSparkClientRemoteSparkClient is a wrapper of SparkClient, which wrap a spark job request and send to an remote SparkContext.Classorg.apache.hadoop.hive.ql.exec.sparkApache Hivejavadoc
RpcEncapsulates the RPC functionality.Classorg.apache.hive.spark.client.rpcApache Hivejavadoc
Check Code Snippets / Samples for org.apache.hive.spark.client.rpc.Rpc
RpcServerAn RPC server.Classorg.apache.hive.spark.client.rpcApache Hivejavadoc
SchemaAwareCompressionInputStreamSchemaAwareCompressionInputStream adds the ability to inform the compression stream what column is being read.Classorg.apache.hadoop.hive.ql.ioApache Hivejavadoc
SchemaAwareCompressionOutputStreamSchemaAwareCompressionOutputStream adds the ability to inform the comression stream the current column being compressed.Classorg.apache.hadoop.hive.ql.ioApache Hivejavadoc
SortAndDigestPrintStreamClassorg.apache.hadoop.hive.common.ioApache Hivejavadoc
SortPrintStreamClassorg.apache.hadoop.hive.common.ioApache Hivejavadoc
TFilterTransportTransport that simply wraps another transport.Classorg.apache.hadoop.hive.thriftApache Hivejavadoc
StaticUtils.IndentedWriterClassorg.metawidget.statically.StaticUtilsMetaWidgetjavadoc
StaticUtils.LeadingSpaceWriterWriter that automatically inserts a leading space before the first character.Classorg.metawidget.statically.StaticUtilsMetaWidgetjavadoc
AbstractConnectionA convenience base implementation of Connection.Classorg.eclipse.jetty.ioJettyjavadoc
AbstractEndPointClassorg.eclipse.jetty.ioJettyjavadoc
AbstractNetworkConnectorAn abstract Network Connector.Classorg.eclipse.jetty.serverJettyjavadoc
AbstractWebSocketConnectionProvides the implementation of LogicalConnection within the framework of the new Connection framework of jetty-io.Classorg.eclipse.jetty.websocket.common.ioJettyjavadoc
ALPNClientConnectionClassorg.eclipse.jetty.alpn.clientJettyjavadoc
ALPNServerConnectionClassorg.eclipse.jetty.alpn.serverJettyjavadoc
AntWebAppContext.AntURLClassLoader Adapt the AntClassLoader which is not a URLClassLoader - this is needed for jsp to be able to search the classpath.Classorg.eclipse.jetty.ant.AntWebAppContextJettyjavadoc
BlockingWriteCallback.WriteBlockerClassorg.eclipse.jetty.websocket.common.BlockingWriteCallbackJettyjavadoc
ByteArrayEndPointClassorg.eclipse.jetty.ioJettyjavadoc
ByteArrayISO8859WriterByte Array ISO 8859 writer.Classorg.eclipse.jetty.utilJettyjavadoc
ByteArrayOutputStream2Classorg.eclipse.jetty.utilJettyjavadoc
CachingWebAppClassLoaderA WebAppClassLoader that caches getResource(String) results.Classorg.eclipse.jetty.webappJettyjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ChannelEndPoint Holds the channel and socket for an NIO endpoint.Classorg.eclipse.jetty.ioJettyjavadoc
ClassLoadingObjectInputStreamClassLoadingObjectInputStream For re-inflating serialized objects, this class uses the thread context classloaderClassorg.eclipse.jetty.utilJettyjavadoc
ConnectionPoolClassorg.eclipse.jetty.clientJettyjavadoc
DeferredContentProviderA ContentProvider that allows to add content after Request.Classorg.eclipse.jetty.client.utilJettyjavadoc
DuplexConnectionPoolClassorg.eclipse.jetty.clientJettyjavadoc
EmptyResource Represents a resource that does does not refer to any file, url, jar etc.Classorg.eclipse.jetty.util.resourceJettyjavadoc
EncodingHttpWriterClassorg.eclipse.jetty.serverJettyjavadoc
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 noClassorg.eclipse.jetty.osgi.boot.utilsJettyjavadoc
FileResource Handle resources of implied or explicit file type.Classorg.eclipse.jetty.util.resourceJettyjavadoc
HTTP2ConnectionClassorg.eclipse.jetty.http2Jettyjavadoc
HTTP2ServerConnectionClassorg.eclipse.jetty.http2.serverJettyjavadoc
HTTP2StreamClassorg.eclipse.jetty.http2Jettyjavadoc
HttpConnectionClassorg.eclipse.jetty.clientJettyjavadoc
HttpConnectionA Connection that handles the HTTP protocol.Classorg.eclipse.jetty.serverJettyjavadoc
HttpConnectionOverFCGIClassorg.eclipse.jetty.fcgi.client.httpJettyjavadoc
HttpConnectionOverHTTPClassorg.eclipse.jetty.client.httpJettyjavadoc
HttpConnectionOverHTTP2Classorg.eclipse.jetty.http2.client.httpJettyjavadoc
HttpContentHttpContent is a stateful, linear representation of the request content provided by a ContentProvider that can be traversed one-way to obtain content buffers toClassorg.eclipse.jetty.clientJettyjavadoc
HttpDestinationClassorg.eclipse.jetty.clientJettyjavadoc
HttpDestinationOverFCGIClassorg.eclipse.jetty.fcgi.client.httpJettyjavadoc
HttpDestinationOverHTTPClassorg.eclipse.jetty.client.httpJettyjavadoc
HttpDestinationOverHTTP2Classorg.eclipse.jetty.http2.client.httpJettyjavadoc
HttpInputHttpInput provides an implementation of ServletInputStream for HttpChannel.Classorg.eclipse.jetty.serverJettyjavadoc
HttpInputOverHTTPClassorg.eclipse.jetty.serverJettyjavadoc
HttpOutputHttpOutput implements ServletOutputStream as required by the Servlet specification.Classorg.eclipse.jetty.serverJettyjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

HttpWriterClassorg.eclipse.jetty.serverJettyjavadoc
InputStreamContentProviderA ContentProvider for an InputStream.Classorg.eclipse.jetty.client.utilJettyjavadoc
Iso88591HttpWriterClassorg.eclipse.jetty.serverJettyjavadoc
JarResourceClassorg.eclipse.jetty.util.resourceJettyjavadoc
JsrSessionSession for the JSR.Classorg.eclipse.jetty.websocket.jsr356Jettyjavadoc
LeakTrackingConnectionPoolClassorg.eclipse.jetty.clientJettyjavadoc
MessageInputStreamSupport class for reading a (single) WebSocket BINARY message via a InputStream.Classorg.eclipse.jetty.websocket.common.messageJettyjavadoc
MessageOutputStreamClassorg.eclipse.jetty.websocket.common.messageJettyjavadoc
MessageReaderSupport class for reading a (single) WebSocket TEXT message via a Reader.Classorg.eclipse.jetty.websocket.common.messageJettyjavadoc
MessageWriterSupport for writing a single WebSocket TEXT message via a Writer Note: Per WebSocket spec, all WebSocket TEXT messages must be encoded in UTF-8Classorg.eclipse.jetty.websocket.common.messageJettyjavadoc
MultiPartContentProviderA ContentProvider for form uploads with the "multipart/form-data" MultiPartContentProvider multiPart = new MultiPartContentProvider();Classorg.eclipse.jetty.client.utilJettyjavadoc
MultiPartOutputStreamHandle a multipart MIME response.Classorg.eclipse.jetty.utilJettyjavadoc
MultiPartWriterHandle a multipart MIME response.Classorg.eclipse.jetty.utilJettyjavadoc
MultiplexHttpDestinationClassorg.eclipse.jetty.clientJettyjavadoc
MultiplexHttpDestinationOverFCGIClassorg.eclipse.jetty.fcgi.client.httpJettyjavadoc
NegotiatingClientConnectionClassorg.eclipse.jetty.ioJettyjavadoc
NegotiatingServerConnectionClassorg.eclipse.jetty.serverJettyjavadoc
NetworkTrafficSelectChannelConnectorClassorg.eclipse.jetty.server.nioJettyjavadoc
NetworkTrafficSelectChannelEndPointClassorg.eclipse.jetty.ioJettyjavadoc
NetworkTrafficServerConnectorA specialized version of ServerConnector that supports NetworkTrafficListeners.Classorg.eclipse.jetty.serverJettyjavadoc
OSGiClassLoader Class loader that is aware of a bundle.Classorg.eclipse.jetty.osgi.boot.utilsJettyjavadoc
OSGiWebappClassLoaderOSGiWebappClassLoader Extends the webapp classloader to also use the classloader of the Bundle defining the webapp.Classorg.eclipse.jetty.osgi.boot.internal.webappJettyjavadoc
OutputStreamContentProviderA ContentProvider that provides content asynchronously through an OutputStream similar to DeferredContentProvider.Classorg.eclipse.jetty.client.utilJettyjavadoc
PathResourceJava NIO Path equivalent of FileResource.Classorg.eclipse.jetty.util.resourceJettyjavadoc
PoolingHttpDestinationClassorg.eclipse.jetty.clientJettyjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ProxyConnectionClassorg.eclipse.jetty.proxyJettyjavadoc
ProxyConnectionFactory.ProxyConnectionClassorg.eclipse.jetty.server.ProxyConnectionFactoryJettyjavadoc
ProxyConnectionFactory.ProxyEndPointClassorg.eclipse.jetty.server.ProxyConnectionFactoryJettyjavadoc
ReadLineInputStream Read from an input stream, accepting CR/LF, LF or just CR.Classorg.eclipse.jetty.utilJettyjavadoc
ResourceAbstract resource class.Classorg.eclipse.jetty.util.resourceJettyjavadoc
ResourceCollectionA collection of resources (dirs).Classorg.eclipse.jetty.util.resourceJettyjavadoc
ResponseWriterSpecialized PrintWriter for servlet Responses An instance of ResponseWriter is the PrintWriter subclass returned by Response.Classorg.eclipse.jetty.serverJettyjavadoc
RolloverFileOutputStreamRolloverFileOutputStream This output stream puts content in a file that is rolled over every 24 hours.Classorg.eclipse.jetty.utilJettyjavadoc
SelectChannelEndPointAn ChannelEndpoint that can be scheduled by SelectorManager.Classorg.eclipse.jetty.ioJettyjavadoc
SelectiveJarResourceSelectiveJarResource Selectively copies resources from a jar file based on includes/excludes.Classorg.eclipse.jetty.maven.pluginJettyjavadoc
ServerConnectorThis Connector implementation is the primary connector for the Jetty server over TCP/IP.Classorg.eclipse.jetty.serverJettyjavadoc
ServerFCGIConnectionClassorg.eclipse.jetty.fcgi.serverJettyjavadoc
SslConnectionA Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically an Connection like HttpConnection) thatClassorg.eclipse.jetty.io.sslJettyjavadoc
StacklessLoggingA try-with-resources compatible layer for hiding stacktraces within the scope of the try block when logging with StdErrLog implementation.Classorg.eclipse.jetty.util.logJettyjavadoc
ThreadClassLoaderScopeClassorg.eclipse.jetty.util.threadJettyjavadoc
UpgradeConnectionThis is the initial connection handling that exists immediately after physical connection is established to destination server.Classorg.eclipse.jetty.websocket.client.ioJettyjavadoc
URLResourceAbstract resource class.Classorg.eclipse.jetty.util.resourceJettyjavadoc
Utf8HttpWriter A writer that can wrap a HttpOutput stream and provide character encodings.Classorg.eclipse.jetty.serverJettyjavadoc
ValidatingConnectionPoolA connection pool that validates connections before making them available for use.Classorg.eclipse.jetty.clientJettyjavadoc
WebAppClassLoaderClassLoader for HttpContext.Classorg.eclipse.jetty.webappJettyjavadoc
WebSocketClientConnectionClient side WebSocket physical connection.Classorg.eclipse.jetty.websocket.client.ioJettyjavadoc
WebSocketServerConnectionClassorg.eclipse.jetty.websocket.serverJettyjavadoc
WebSocketSessionClassorg.eclipse.jetty.websocket.commonJettyjavadoc
WriterOutputStreamWrap a Writer as an OutputStream.Classorg.eclipse.jetty.ioJettyjavadoc
CharBufClassgroovy.json.internalGroovyjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

DelegatingIndentWriterA writer which delegates to another writer and supports an additional indenting level.Classgroovy.text.markupGroovyjavadoc
EncodingAwareBufferedWriterA buffered writer only for OutputStreamWriter that is aware of the encoding of the OutputStreamWriter.Classgroovy.ioGroovyjavadoc
FlushingStreamWriterStream writer which flushes after each write operation.Classorg.codehaus.groovy.runtimeGroovyjavadoc
GroovyClassLoaderA ClassLoader which can load Groovy classes.Classgroovy.langGroovyjavadoc
GroovyClassLoader.InnerLoaderClassgroovy.lang.GroovyClassLoaderGroovyjavadoc
GroovyPrintStreamA PrintStream that outputs objects in Groovy style.Classgroovy.ioGroovyjavadoc
GroovyPrintWriterA PrintWriter that outputs objects in Groovy style.Classgroovy.ioGroovyjavadoc
IOContainer for input/output handles.Classorg.codehaus.groovy.tools.shellGroovyjavadoc
LineColumnReaderThe LineColumnReader is an extension to BufferedReader that keeps track of the line and column information of where the cursor is.Classgroovy.ioGroovyjavadoc
NullWriterAn Writer than eats its input.Classorg.codehaus.groovy.control.ioGroovyjavadoc
PlatformLineWriterA buffered writer that gobbles any \r characters and replaces every \n with a platform specific newline.Classgroovy.ioGroovyjavadoc
RootLoaderThis ClassLoader should be used as root of class loaders.Classorg.codehaus.groovy.toolsGroovyjavadoc
StreamingMarkupWriterClassgroovy.xml.streamingmarkupsupportGroovyjavadoc
StringBufferWriterThis 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.Classorg.codehaus.groovy.runtimeGroovyjavadoc
SystemOutputInterceptorIntercepts System.Classgroovy.uiGroovyjavadoc
UnicodeEscapingReaderTranslates GLS-defined unicode escapes into characters.Classorg.codehaus.groovy.antlrGroovyjavadoc
BZip2PipedOutputStreamOpens a outputstream for writing into a bzip2 file by piping into the bzip2 command.Classedu.stanford.nlp.ioStanford Parserjavadoc
EncodingFileReaderThis is a convenience class which works almost exactly like but allows for the specification of input encoding.Classedu.stanford.nlp.ioStanford Parserjavadoc
FilteringTreeReaderA FilteringTreeReader filters the output of another TreeReader.Classedu.stanford.nlp.treesStanford Parserjavadoc
FragDiscardingPennTreeReaderClassedu.stanford.nlp.trees.international.pennchineseStanford Parserjavadoc
FrenchXMLTreeReaderA reader for XML format French Treebank files.Classedu.stanford.nlp.trees.international.frenchStanford Parserjavadoc
NullOutputStreamAn OutputStream which throws away all output instead of outputting anything Taken from http://stackoverflow.Classedu.stanford.nlp.ioStanford Parserjavadoc
PennTreeReaderThis class implements the TreeReader interface to read Penn Treebank-style files.Classedu.stanford.nlp.treesStanford Parserjavadoc
PrintFileShorthand class for opening an output file for human-readable output.Classedu.stanford.nlp.ioStanford Parserjavadoc
ReaderInputStreamAdapts a Reader as an InputStream.Classedu.stanford.nlp.ioStanford Parserjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

RedwoodPrintStreamA PrintStream that writes to Redwood logs.Classedu.stanford.nlp.util.loggingStanford Parserjavadoc
StringOutputStreamAn OutputStream that can be turned into a String.Classedu.stanford.nlp.ioStanford Parserjavadoc
SystemUtils.ProcessOutputStreamClassedu.stanford.nlp.util.SystemUtilsStanford Parserjavadoc
TeeStreamClassedu.stanford.nlp.ioStanford Parserjavadoc
PrimePartialResponseWriterClassorg.primefaces.contextPrimeFacesjavadoc
Base32InputStreamProvides Base32 encoding and decoding in a streaming fashion (unlimited size).Class1.10.apidocs.org.apache.commons.codec.binaryApache Commonsjavadoc
Base32OutputStreamProvides Base32 encoding and decoding in a streaming fashion (unlimited size).Class1.10.apidocs.org.apache.commons.codec.binaryApache Commonsjavadoc
Base64InputStreamProvides Base64 encoding and decoding in a streaming fashion (unlimited size).Class1.10.apidocs.org.apache.commons.codec.binaryApache Commonsjavadoc
Base64OutputStreamProvides Base64 encoding and decoding in a streaming fashion (unlimited size).Class1.10.apidocs.org.apache.commons.codec.binaryApache Commonsjavadoc
BaseNCodecInputStreamAbstract superclass for Base-N input streams.Class1.10.apidocs.org.apache.commons.codec.binaryApache Commonsjavadoc
BaseNCodecOutputStreamAbstract superclass for Base-N output streams.Class1.10.apidocs.org.apache.commons.codec.binaryApache Commonsjavadoc
ArArchiveInputStreamClassorg.apache.commons.compress.archivers.arApache Commonsjavadoc
ArArchiveOutputStreamClassorg.apache.commons.compress.archivers.arApache Commonsjavadoc
ArchiveInputStreamArchive input streams MUST override the InputStream.Classorg.apache.commons.compress.archiversApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.ArchiveInputStream
ArchiveOutputStreamArchive output stream implementations are expected to override the OutputStream.Classorg.apache.commons.compress.archiversApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.ArchiveOutputStream
ArjArchiveInputStreamClassorg.apache.commons.compress.archivers.arjApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
BitInputStreamReads bits from an InputStream.Classorg.apache.commons.compress.utilsApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.utils.BitInputStream
BoundedInputStreamA stream that limits reading from a wrapped stream to a given number of bytes.Classorg.apache.commons.compress.utilsApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.utils.BoundedInputStream
BZip2CompressorInputStreamAn input stream that decompresses from the BZip2 format to be read as any other stream.Classorg.apache.commons.compress.compressors.bzip2Apache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
BZip2CompressorOutputStreamAn output stream that compresses into the BZip2 format into another stream.Classorg.apache.commons.compress.compressors.bzip2Apache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
ChecksumVerifyingInputStreamA stream that verifies the checksum of the data read once the stream isSince:1.Classorg.apache.commons.compress.utilsApache Commonsjavadoc
CompressorInputStreamClassorg.apache.commons.compress.compressorsApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.compressors.CompressorInputStream
CompressorOutputStreamClassorg.apache.commons.compress.compressorsApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.compressors.CompressorOutputStream
CountingInputStreamStream that tracks the number of bytes read.Classorg.apache.commons.compress.utilsApache Commonsjavadoc
CountingOutputStreamStream that tracks the number of bytes read.Classorg.apache.commons.compress.utilsApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.utils.CountingOutputStream

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

CpioArchiveInputStreamCPIOArchiveInputStream is a stream for reading cpio streams.Classorg.apache.commons.compress.archivers.cpioApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
CpioArchiveOutputStreamCPIOArchiveOutputStream is a stream for writing CPIO streams.Classorg.apache.commons.compress.archivers.cpioApache Commonsjavadoc
CRC32VerifyingInputStreamA stream that verifies the CRC of the data read once the stream isSince:1.Classorg.apache.commons.compress.utilsApache Commonsjavadoc
DeflateCompressorInputStreamDeflate decompressor.Classorg.apache.commons.compress.compressors.deflateApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
DeflateCompressorOutputStreamClassorg.apache.commons.compress.compressors.deflateApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
DumpArchiveInputStreamThe DumpArchiveInputStream reads a UNIX dump archive as an InputStream.Classorg.apache.commons.compress.archivers.dumpApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
FileBasedScatterGatherBackingStoreScatterGatherBackingStore that is backed by a file.Classorg.apache.commons.compress.parallelApache Commonsjavadoc
FramedSnappyCompressorInputStreamCompressorInputStream for the framing Snappy format.Classorg.apache.commons.compress.compressors.snappyApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
GzipCompressorInputStreamInput stream that decompresses .Classorg.apache.commons.compress.compressors.gzipApache Commonsjavadoc
GzipCompressorOutputStreamCompressed output stream using the gzip format.Classorg.apache.commons.compress.compressors.gzipApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
JarArchiveInputStreamClassorg.apache.commons.compress.archivers.jarApache Commonsjavadoc
JarArchiveOutputStreamSubclass that adds a special extra field to the very first entry which allows the created archive to be used as an executable jar onClassorg.apache.commons.compress.archivers.jarApache Commonsjavadoc
LZMACompressorInputStreamClassorg.apache.commons.compress.compressors.lzmaApache Commonsjavadoc
LZWInputStreamGeneric LZW implementation.Classorg.apache.commons.compress.compressors.lzwApache Commonsjavadoc
Pack200CompressorInputStreamAn input stream that decompresses from the Pack200 format to be read as any other stream.Classorg.apache.commons.compress.compressors.pack200Apache Commonsjavadoc
Pack200CompressorOutputStreamAn output stream that compresses using the Pack200 format.Classorg.apache.commons.compress.compressors.pack200Apache Commonsjavadoc
ScatterZipOutputStreamA zip output stream that is optimized for multi-threaded scatter/gather construction of zip files.Classorg.apache.commons.compress.archivers.zipApache Commonsjavadoc
SevenZFileReads a 7z file, using RandomAccessFile under The 7z file format is a flexible containerClassorg.apache.commons.compress.archivers.sevenzApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.sevenz.SevenZFile
SevenZOutputFileClassorg.apache.commons.compress.archivers.sevenzApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
SnappyCompressorInputStreamCompressorInputStream for the raw Snappy format.Classorg.apache.commons.compress.compressors.snappyApache Commonsjavadoc
StreamCompressorEncapsulates a Deflater and crc calculator, handling multiple types of output streams.Classorg.apache.commons.compress.archivers.zipApache Commonsjavadoc
TarArchiveInputStreamThe TarInputStream reads a UNIX tar archive as an InputStream.Classorg.apache.commons.compress.archivers.tarApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.tar.TarArchiveInputStream
TarArchiveOutputStreamThe TarOutputStream writes a UNIX tar archive as an OutputStream.Classorg.apache.commons.compress.archivers.tarApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
XZCompressorInputStreamClassorg.apache.commons.compress.compressors.xzApache Commonsjavadoc
XZCompressorOutputStreamClassorg.apache.commons.compress.compressors.xzApache Commonsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ZCompressorInputStreamInput stream that decompresses .Classorg.apache.commons.compress.compressors.zApache Commonsjavadoc
ZipArchiveInputStream As of Apache Commons Compress it transparently supports Zip64 extensions and thus individual entries and archives larger than 4Classorg.apache.commons.compress.archivers.zipApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
ZipArchiveOutputStreamReimplementation of java.Classorg.apache.commons.compress.archivers.zipApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
ZipFileReplacement for java.Classorg.apache.commons.compress.archivers.zipApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.compress.archivers.zip.ZipFile
PropertiesConfiguration.PropertiesReaderThis class is used to read properties lines.Classorg.apache.commons.configuration.PropertiesConfigurationApache Commonsjavadoc
PropertiesConfiguration.PropertiesWriterThis class is used to write properties lines.Classorg.apache.commons.configuration.PropertiesConfigurationApache Commonsjavadoc
CSVParserParses CSV files according to the specified format.Classorg.apache.commons.csvApache Commonsjavadoc
Check Code Snippets / Samples for org.apache.commons.csv.CSVParser
CSVPrinterPrints values in a CSV format.Classorg.apache.commons.csvApache Commonsjavadoc
BasicDataSourceBasic implementation of javax.Classorg.apache.commons.dbcp2Apache Commonsjavadoc
BasicManagedDataSourceBasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections.Classorg.apache.commons.dbcp2.managedApache Commonsjavadoc
DelegatingCallableStatementA base delegating implementation of CallableStatement.Classorg.apache.commons.dbcp2Apache Commonsjavadoc
DelegatingConnectionA base delegating implementation of Connection.Classorg.apache.commons.dbcp2Apache Commonsjavadoc
DelegatingPreparedStatementA base delegating implementation of PreparedStatement.Classorg.apache.commons.dbcp2Apache Commonsjavadoc
DelegatingResultSetA base delegating implementation of ResultSet.Classorg.apache.commons.dbcp2Apache Commonsjavadoc
DelegatingStatementA base delegating implementation of Statement.Classorg.apache.commons.dbcp2Apache Commonsjavadoc
InstanceKeyDataSourceThe base class for SharedPoolDataSource and PerUserPoolDataSource.Classorg.apache.commons.dbcp2.datasourcesApache Commonsjavadoc
ManagedConnectionManagedConnection is responsible for managing a database connection in a transactional environment (typically called Container Managed).Classorg.apache.commons.dbcp2.managedApache Commonsjavadoc
ManagedDataSourceThe ManagedDataSource is a PoolingDataSource that creates ManagedConnections.Classorg.apache.commons.dbcp2.managedApache Commonsjavadoc
PerUserPoolDataSourceA pooling DataSource appropriate for deployment within J2EE environment.Classorg.apache.commons.dbcp2.datasourcesApache Commonsjavadoc
PoolableCallableStatementA DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements.Classorg.apache.commons.dbcp2Apache Commonsjavadoc
PoolableConnectionA delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool whenClassorg.apache.commons.dbcp2Apache Commonsjavadoc
PoolableManagedConnectionPoolableConnection that unregisters from TransactionRegistry on Connection real destroy.Classorg.apache.commons.dbcp2.managedApache Commonsjavadoc
PoolablePreparedStatementA DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements.Classorg.apache.commons.dbcp2Apache Commonsjavadoc
PoolingConnectionA DelegatingConnection that pools PreparedStatements.Classorg.apache.commons.dbcp2Apache Commonsjavadoc
PoolingDataSourceA simple DataSource implementation that obtains Connections from the specified ObjectPool.Classorg.apache.commons.dbcp2Apache Commonsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

SharedPoolDataSourceA pooling DataSource appropriate for deployment within J2EE environment.Classorg.apache.commons.dbcp2.datasourcesApache Commonsjavadoc
LogOutputStreamBase class to connect a logging system to the output and/or error stream of then external process.Classorg.apache.commons.execApache Commonsjavadoc
LimitedInputStreamAn input stream, which limits its data size.Classorg.apache.commons.fileupload.utilApache Commonsjavadoc
AutoCloseInputStreamProxy 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.Classorg.apache.commons.io.inputApache Commonsjavadoc
BOMInputStreamThis class is used to wrap a stream that includes an encoded ByteOrderMark as its first bytes.Classorg.apache.commons.io.inputApache Commonsjavadoc
BoundedInputStreamThis is a stream that will only supply bytes up to a certain length - if its position goes above that, it will stop.Classorg.apache.commons.io.inputApache Commonsjavadoc
BrokenInputStreamBroken input stream.Classorg.apache.commons.io.inputApache Commonsjavadoc
BrokenOutputStreamBroken output stream.Classorg.apache.commons.io.outputApache Commonsjavadoc
ByteArrayOutputStreamThis class implements an output stream in which the data is written into a byte array.Classorg.apache.commons.io.outputApache Commonsjavadoc
CharSequenceInputStreamInputStream implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.Classorg.apache.commons.io.inputApache Commonsjavadoc
CharSequenceReaderReader implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.Classorg.apache.commons.io.inputApache Commonsjavadoc
ChunkedOutputStreamOutputStream which breaks larger output blocks into chunks.Classorg.apache.commons.io.outputApache Commonsjavadoc
ChunkedWriterOutputStream which breaks larger output blocks into chunks.Classorg.apache.commons.io.outputApache Commonsjavadoc
ClassLoaderObjectInputStreamA special ObjectInputStream that loads a class based on a specified ClassLoader rather than the system default.Classorg.apache.commons.io.inputApache Commonsjavadoc
ClosedInputStreamClosed input stream.Classorg.apache.commons.io.inputApache Commonsjavadoc
ClosedOutputStreamClosed output stream.Classorg.apache.commons.io.outputApache Commonsjavadoc
CloseShieldInputStreamProxy stream that prevents the underlying input stream from being closed.Classorg.apache.commons.io.inputApache Commonsjavadoc
CloseShieldOutputStreamProxy stream that prevents the underlying output stream from being closed.Classorg.apache.commons.io.outputApache Commonsjavadoc
CountingInputStreamA decorating input stream that counts the number of bytes that have passed through the stream so far.Classorg.apache.commons.io.inputApache Commonsjavadoc
CountingOutputStreamA decorating output stream that counts the number of bytes that have passed through the stream so far.Classorg.apache.commons.io.outputApache Commonsjavadoc
DeferredFileOutputStreamAn output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.Classorg.apache.commons.io.outputApache Commonsjavadoc
DemuxInputStreamData written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxInputStream.Classorg.apache.commons.io.inputApache Commonsjavadoc
DemuxOutputStreamData written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxOutputStream.Classorg.apache.commons.io.outputApache Commonsjavadoc
FileWriterWithEncodingWriter of files that allows the encoding to be set.Classorg.apache.commons.io.outputApache Commonsjavadoc
LockableFileWriterFileWriter that will create and honor lock files to allow simple cross thread file lock handling.Classorg.apache.commons.io.outputApache Commonsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

NullInputStreamA functional, light weight InputStream that emulates a stream of a specified size.Classorg.apache.commons.io.inputApache Commonsjavadoc
NullOutputStreamThis OutputStream writes all data to the famous /dev/null.Classorg.apache.commons.io.outputApache Commonsjavadoc
NullReaderA functional, light weight Reader that emulates a reader of a specified size.Classorg.apache.commons.io.inputApache Commonsjavadoc
NullWriterThis Writer writes all data to the famous /dev/null.Classorg.apache.commons.io.outputApache Commonsjavadoc
ProxyInputStreamA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods areClassorg.apache.commons.io.inputApache Commonsjavadoc
ProxyOutputStreamA 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 Classorg.apache.commons.io.outputApache Commonsjavadoc
ProxyReaderA 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 Classorg.apache.commons.io.inputApache Commonsjavadoc
ProxyWriterA 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 Classorg.apache.commons.io.outputApache Commonsjavadoc
ReaderInputStreamInputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding.Classorg.apache.commons.io.inputApache Commonsjavadoc
ReversedLinesFileReaderReads lines in a file reversely (similar to a BufferedReader, but starting at the last line).Classorg.apache.commons.io.inputApache Commonsjavadoc
StringBuilderWriterWriter implementation that outputs to a StringBuilder.Classorg.apache.commons.io.outputApache Commonsjavadoc
SwappedDataInputStreamDataInput for systems relying on little endian data formats.Classorg.apache.commons.io.inputApache Commonsjavadoc
TaggedInputStreamAn input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.Classorg.apache.commons.io.inputApache Commonsjavadoc
TaggedOutputStreamAn output stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.Classorg.apache.commons.io.outputApache Commonsjavadoc
TeeInputStreamInputStream proxy that transparently writes a copy of all bytes read from the proxied stream to a given OutputStream.Classorg.apache.commons.io.inputApache Commonsjavadoc
TeeOutputStreamClassic splitter of OutputStream.Classorg.apache.commons.io.outputApache Commonsjavadoc
ThresholdingOutputStreamAn output stream which triggers an event when a specified number of bytes of data have been written to it.Classorg.apache.commons.io.outputApache Commonsjavadoc
WriterOutputStreamOutputStream implementation that transforms a byte stream to a character stream using a specified charset encoding and writes the resultingClassorg.apache.commons.io.outputApache Commonsjavadoc
XmlStreamReaderCharacter stream that handles all the necessary Voodo to figure out the charset encoding of the XML document within the stream.Classorg.apache.commons.io.inputApache Commonsjavadoc
XmlStreamWriterCharacter stream that handles all the necessary Voodo to figure out the charset encoding of the XML document written to the stream.Classorg.apache.commons.io.outputApache Commonsjavadoc
CRLFLineReaderCRLFLineReader implements a readLine() method that requires exactly CRLF to terminate an input line.Classorg.apache.commons.net.ioApache Commonsjavadoc
DotTerminatedMessageReaderDotTerminatedMessageReader is a class used to read messages from a server that are terminated by a single dot followed by aClassorg.apache.commons.net.ioApache Commonsjavadoc
DotTerminatedMessageWriterDotTerminatedMessageWriter is a class used to write messages to a server that are terminated by a single dot followed by aClassorg.apache.commons.net.ioApache Commonsjavadoc
FromNetASCIIInputStreamThis class wraps an input stream, replacing all occurrences of (carriage return followed by a linefeed),Classorg.apache.commons.net.ioApache Commonsjavadoc
FromNetASCIIOutputStreamThis class wraps an output stream, replacing all occurrences of (carriage return followed by a linefeed),Classorg.apache.commons.net.ioApache Commonsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

SocketInputStreamThis class wraps an input stream, storing a reference to its originating socket.Classorg.apache.commons.net.ioApache Commonsjavadoc
SocketOutputStreamThis class wraps an output stream, storing a reference to its originating socket.Classorg.apache.commons.net.ioApache Commonsjavadoc
ToNetASCIIInputStreamThis class wraps an input stream, replacing all singly occurring (linefeed) characters with (carriage returnClassorg.apache.commons.net.ioApache Commonsjavadoc
ToNetASCIIOutputStreamThis class wraps an output stream, replacing all singly occurring (linefeed) characters with (carriage returnClassorg.apache.commons.net.ioApache Commonsjavadoc
ByteIteratorInputStreamAdapts an ByteIterator to the InputStream interface.Classorg.apache.commons.collections.primitives.adapters.ioApache Commonsjavadoc
CharIteratorReaderAdapts a CharIterator to the Reader interface.Classorg.apache.commons.collections.primitives.adapters.ioApache Commonsjavadoc
AbstractFileObjectA partial file object implementation.Classorg.apache.commons.vfs2.providerApache Commonsjavadoc
Bzip2FileObjectClassorg.apache.commons.vfs2.provider.bzip2Apache Commonsjavadoc
CompressedFileFileObjectClassorg.apache.commons.vfs2.provider.compressedApache Commonsjavadoc
DecoratedFileObjectBase class to build a fileObject decoration.Classorg.apache.commons.vfs2.implApache Commonsjavadoc
DefaultFileContentThe content of a file.Classorg.apache.commons.vfs2.providerApache Commonsjavadoc
DelegateFileObjectA file backed by another file.Classorg.apache.commons.vfs2.providerApache Commonsjavadoc
FtpFileObjectClassorg.apache.commons.vfs2.provider.ftpApache Commonsjavadoc
GzipFileObjectClassorg.apache.commons.vfs2.provider.gzipApache Commonsjavadoc
HdfsFileObjectA VFS representation of an HDFS file.Classorg.apache.commons.vfs2.provider.hdfsApache Commonsjavadoc
HttpFileObjectA file object backed by Apache Commons HttpClient.Classorg.apache.commons.vfs2.provider.httpApache Commonsjavadoc
JarFileObjectA file in a Jar file system.Classorg.apache.commons.vfs2.provider.jarApache Commonsjavadoc
LocalFileA file object implementation which uses direct file access.Classorg.apache.commons.vfs2.provider.localApache Commonsjavadoc
MonitorInputStreamAn InputStream that provides buffering and end-of-stream monitoring.Classorg.apache.commons.vfs2.utilApache Commonsjavadoc
MonitorOutputStreamAn OutputStream that provides buffering and end-of-stream monitoring.Classorg.apache.commons.vfs2.utilApache Commonsjavadoc
OnCallRefreshFileObjectThis decorator refreshes the fileObject data on every call.Classorg.apache.commons.vfs2.cacheApache Commonsjavadoc
RamFileObjectClassorg.apache.commons.vfs2.provider.ramApache Commonsjavadoc
RamFileOutputStreamOutputStream to a RamFile.Classorg.apache.commons.vfs2.provider.ramApache Commonsjavadoc
SftpFileObjectClassorg.apache.commons.vfs2.provider.sftpApache Commonsjavadoc
SynchronizedFileObjectThis decorator synchronize all access to the FileObject.Classorg.apache.commons.vfs2.implApache Commonsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

TarFileObjectA file in a Tar file system.Classorg.apache.commons.vfs2.provider.tarApache Commonsjavadoc
UrlFileObjectA FileObject implementation backed by a URL.Classorg.apache.commons.vfs2.provider.urlApache Commonsjavadoc
WebdavFileObjectClassorg.apache.commons.vfs2.provider.webdavApache Commonsjavadoc
ZipFileObjectA file in a Zip file system.Classorg.apache.commons.vfs2.provider.zipApache Commonsjavadoc
CountingOnlyOutputStreamKeeps track of the number of bytes written to it, but doesn't write them anywhere.Classorg.apache.commons.jcs.adminApache Commonsjavadoc
ObjectInputStreamClassLoaderAwareClassorg.apache.commons.jcs.ioApache Commonsjavadoc
CloserA Closeable that collects Closeable resources and closes them all when it is closed.Classcom.google.common.ioGoogle Guavajavadoc
CountingInputStreamAn InputStream that counts the number of bytes read.Classcom.google.common.ioGoogle Guavajavadoc
CountingOutputStreamAn OutputStream that counts the number of bytes written.Classcom.google.common.ioGoogle Guavajavadoc
FileBackedOutputStreamAn OutputStream that starts buffering to a byte array, but switches to file buffering once the data reaches a configurable size.Classcom.google.common.ioGoogle Guavajavadoc
FinalizableReferenceQueueA reference queue with an associated background thread that dequeues references and invokes FinalizableReference.Classcom.google.common.baseGoogle Guavajavadoc
HashingInputStreamAn InputStream that maintains a hash of the data read from it.Classcom.google.common.hashGoogle Guavajavadoc
HashingOutputStreamAn OutputStream that maintains a hash of the data written to it.Classcom.google.common.hashGoogle Guavajavadoc
LittleEndianDataInputStreamAn implementation of DataInput that uses little-endian byte ordering for reading short, int, float, double, andClasscom.google.common.ioGoogle Guavajavadoc
LittleEndianDataOutputStreamAn implementation of DataOutput that uses little-endian byte ordering for writing char, short, int, float, double, and long values.Classcom.google.common.ioGoogle Guavajavadoc
AbstractEventStreamClassopennlp.tools.utilNatural Language Processing (OpenNLP)javadoc
AbstractObjectStreamClassopennlp.tools.utilNatural Language Processing (OpenNLP)javadoc
AbstractParserEventStreamAbstract class extended by parser event streams which perform tagging and chunking.Classopennlp.tools.parserNatural Language Processing (OpenNLP)javadoc
AbstractToSentenceSampleStreamClassopennlp.tools.formats.convertNatural Language Processing (OpenNLP)javadoc
ADChunkSampleStreamParser for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the Portuguese Chunker training.Classopennlp.tools.formats.adNatural Language Processing (OpenNLP)javadoc
ADNameSampleStreamParser for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the Portuguese NER training.Classopennlp.tools.formats.adNatural Language Processing (OpenNLP)javadoc
ADPOSSampleStreamClassopennlp.tools.formats.adNatural Language Processing (OpenNLP)javadoc
ADSentenceSampleStreamClassopennlp.tools.formats.adNatural Language Processing (OpenNLP)javadoc
ADSentenceStreamStream filter which merges text lines into sentences, following the Arvores Information about the format:Classopennlp.tools.formats.adNatural Language Processing (OpenNLP)javadoc
BioNLP2004NameSampleStreamParser for the training files of the BioNLP/NLPBA 2004 shared task.Classopennlp.tools.formatsNatural Language Processing (OpenNLP)javadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

BratAnnotationStreamReads the annotations from the brat .Classopennlp.tools.formats.bratNatural Language Processing (OpenNLP)javadoc
BratDocumentStreamClassopennlp.tools.formats.bratNatural Language Processing (OpenNLP)javadoc
BratNameSampleStreamGenerates Name Sample objects for a Brat Document object.Classopennlp.tools.formats.bratNatural Language Processing (OpenNLP)javadoc
ChunkerEventStreamClass for creating an event stream out of data files for training a chunker.Classopennlp.tools.chunkerNatural Language Processing (OpenNLP)javadoc
ChunkSampleSequenceStreamClassopennlp.tools.chunkerNatural Language Processing (OpenNLP)javadoc
ChunkSampleStreamParses the conll 2000 shared task shallow parser training data.Classopennlp.tools.chunkerNatural Language Processing (OpenNLP)javadoc
ChunkSampleStreamClassopennlp.tools.parserNatural Language Processing (OpenNLP)javadoc
CollectionObjectStreamClassopennlp.tools.utilNatural Language Processing (OpenNLP)javadoc
Conll02NameSampleStreamParser for the dutch and spanish ner training files of the CONLL 2002 shared task.Classopennlp.tools.formatsNatural Language Processing (OpenNLP)javadoc
Conll03NameSampleStreamAn import stream which can parse the CONLL03 data.Classopennlp.tools.formatsNatural Language Processing (OpenNLP)javadoc
ConllXPOSSampleStreamParses the data from the CONLL 06 shared task into POS Samples.Classopennlp.tools.formatsNatural Language Processing (OpenNLP)javadoc
ConstitParseSampleStreamClassopennlp.tools.formats.frenchtreebankNatural Language Processing (OpenNLP)javadoc
CrossValidationPartitioner.TrainingSampleStreamThe TrainingSampleStream which iterates over all training elements.Classopennlp.tools.util.eval.CrossValidationPartitionerNatural Language Processing (OpenNLP)javadoc
DirectorySampleStreamThe directory sample stream scans a directory (recursively) for plain text files and outputs each file as a String object.Classopennlp.tools.formatsNatural Language Processing (OpenNLP)javadoc
DocumentCategorizerEventStreamIterator-like class for modeling document classification events.Classopennlp.tools.doccatNatural Language Processing (OpenNLP)javadoc
DocumentSampleStreamThis class reads in string encoded training samples, parses them and outputs DocumentSample objects.Classopennlp.tools.doccatNatural Language Processing (OpenNLP)javadoc
DocumentToLineStreamReads a plain text file and return each line as a String object.Classopennlp.tools.formats.ontonotesNatural Language Processing (OpenNLP)javadoc
EmptyLinePreprocessorStreamStream to to clean up empty lines for empty line separated document streams.Classopennlp.tools.sentdetectNatural Language Processing (OpenNLP)javadoc
EvalitaNameSampleStreamParser for the Italian NER training files of the Evalita 2007 and 2009 NER shared tasks.Classopennlp.tools.formatsNatural Language Processing (OpenNLP)javadoc
EventTraceStreamClassopennlp.tools.utilNatural Language Processing (OpenNLP)javadoc
FileEventStreamClass for using a file of events as an event stream.Classopennlp.tools.ml.modelNatural Language Processing (OpenNLP)javadoc
FileToByteArraySampleStreamClassopennlp.tools.formats.convertNatural Language Processing (OpenNLP)javadoc
FileToStringSampleStreamClassopennlp.tools.formats.convertNatural Language Processing (OpenNLP)javadoc
FilterObjectStreamAbstract base class for filtering ObjectStreams.Classopennlp.tools.utilNatural Language Processing (OpenNLP)javadoc
HashSumEventStreamClassopennlp.tools.ml.modelNatural Language Processing (OpenNLP)javadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

LeipzigDoccatSampleStreamStream filter to produce document samples out of a Leipzig sentences.Classopennlp.tools.formatsNatural Language Processing (OpenNLP)javadoc
MucNameSampleStreamClassopennlp.tools.formats.mucNatural Language Processing (OpenNLP)javadoc
NameFinderCensus90NameStreamThis class helps to read the US Census data from the files to build a StringList for each dictionary entry in the name-finder dictionary.Classopennlp.tools.formatsNatural Language Processing (OpenNLP)javadoc
NameFinderEventStreamClassopennlp.tools.namefindNatural Language Processing (OpenNLP)javadoc
NameSampleDataStreamThe NameSampleDataStream class converts tagged Strings provided by a DataStream to NameSample objects.Classopennlp.tools.namefindNatural Language Processing (OpenNLP)javadoc
NameSampleSequenceStreamClassopennlp.tools.namefindNatural Language Processing (OpenNLP)javadoc
NameSampleTypeFilterA stream which removes Name Samples which do not have a certain type.Classopennlp.tools.namefindNatural Language Processing (OpenNLP)javadoc
NameToSentenceSampleStreamClassopennlp.tools.formats.convertNatural Language Processing (OpenNLP)javadoc
NameToTokenSampleStreamClassopennlp.tools.formats.convertNatural Language Processing (OpenNLP)javadoc
OntoNotesNameSampleStreamName Sample Stream parser for the OntoNotes 4.Classopennlp.tools.formats.ontonotesNatural Language Processing (OpenNLP)javadoc
OntoNotesParseSampleStreamClassopennlp.tools.formats.ontonotesNatural Language Processing (OpenNLP)javadoc
ParagraphStreamStream filter which merges text lines into paragraphs.Classopennlp.tools.utilNatural Language Processing (OpenNLP)javadoc
ParserEventStreamWrapper class for one of four parser event streams.Classopennlp.tools.parser.chunkingNatural Language Processing (OpenNLP)javadoc
ParserEventStreamClassopennlp.tools.parser.treeinsertNatural Language Processing (OpenNLP)javadoc
ParseSampleStreamClassopennlp.tools.parserNatural Language Processing (OpenNLP)javadoc
ParseToPOSSampleStreamClassopennlp.tools.formats.convertNatural Language Processing (OpenNLP)javadoc
PlainTextByLineStreamReads a plain text file and return each line as a String object.Classopennlp.tools.utilNatural Language Processing (OpenNLP)javadoc
POSSampleEventStreamThis class reads the POSSamples from the given Iterator and converts the POSSamples into Events whichClassopennlp.tools.postagNatural Language Processing (OpenNLP)javadoc
POSSampleSequenceStreamClassopennlp.tools.postagNatural Language Processing (OpenNLP)javadoc
PosSampleStreamClassopennlp.tools.parserNatural Language Processing (OpenNLP)javadoc
POSToSentenceSampleStreamClassopennlp.tools.formats.convertNatural Language Processing (OpenNLP)javadoc
POSToTokenSampleStreamClassopennlp.tools.formats.convertNatural Language Processing (OpenNLP)javadoc
RealBasicEventStreamClassopennlp.tools.ml.maxentNatural Language Processing (OpenNLP)javadoc
RealValueFileEventStreamClassopennlp.tools.ml.modelNatural Language Processing (OpenNLP)javadoc
SDEventStreamClassopennlp.tools.sentdetectNatural Language Processing (OpenNLP)javadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

SegmenterObjectStreamClassopennlp.tools.formats.bratNatural Language Processing (OpenNLP)javadoc
SentenceSampleStreamThis class is a stream filter which reads a sentence by line samples from a Reader and converts them into SentenceSample objects.Classopennlp.tools.sentdetectNatural Language Processing (OpenNLP)javadoc
SequenceStreamEventStreamClass which turns a sequence stream into an event stream.Classopennlp.tools.ml.modelNatural Language Processing (OpenNLP)javadoc
TokenizerStreamThe TokenizerStream uses a tokenizer to tokenize the input string and output TokenSamples.Classopennlp.tools.tokenizeNatural Language Processing (OpenNLP)javadoc
TokenSampleStreamThis class is a stream filter which reads in string encoded samples and creates TokenSamples out of them.Classopennlp.tools.tokenizeNatural Language Processing (OpenNLP)javadoc
TokSpanEventStreamThis class reads the TokenSamples from the given Iterator and converts the TokenSamples into Events whichClassopennlp.tools.tokenizeNatural Language Processing (OpenNLP)javadoc
UncloseableInputStreamAn InputStream which cannot be closed.Classopennlp.tools.util.modelNatural Language Processing (OpenNLP)javadoc
WhitespaceTokenStreamThis stream formats a TokenSamples into whitespace separated token strings.Classopennlp.tools.tokenizeNatural Language Processing (OpenNLP)javadoc
WordTagSampleStreamA stream filter which reads a sentence per line which contains words and tags in word_tag format and outputs a POSSample objects.Classopennlp.tools.postagNatural Language Processing (OpenNLP)javadoc
SampleTraceStreamWrites the samples which are processed by this stream to a file.Classopennlp.uima.utilNatural Language Processing (OpenNLP)javadoc
AsyncByteConsumerHttpAsyncResponseConsumer implementation that provides convenience methods for processing of binary content entities enclosedClassorg.apache.http.nio.client.methodsApache HttpComponentsjavadoc
AsyncCharConsumerHttpAsyncResponseConsumer implementation that provides convenience methods for processing of textual content entities enclosedClassorg.apache.http.nio.client.methodsApache HttpComponentsjavadoc
CloseableHttpAsyncClientBase implementation of HttpAsyncClient that also implements Closeable.Classorg.apache.http.impl.nio.clientApache HttpComponentsjavadoc
CloseableHttpPipeliningClientBase implementation of HttpPipeliningClient that also implements Closeable.Classorg.apache.http.impl.nio.clientApache HttpComponentsjavadoc
DefaultClientAsyncConnectionClassorg.apache.http.impl.nio.connApache HttpComponentsjavadoc
ZeroCopyConsumerHttpAsyncResponseConsumer implementation that streams content entity enclosed in an HTTP response directly into a fileClassorg.apache.http.nio.client.methodsApache HttpComponentsjavadoc
ZeroCopyPostHttpAsyncRequestProducer implementation that generates an HTTP POST request enclosing content of a file.Classorg.apache.http.nio.client.methodsApache HttpComponentsjavadoc
ZeroCopyPutHttpAsyncRequestProducer implementation that generates an HTTP PUT request enclosing content of a file.Classorg.apache.http.nio.client.methodsApache HttpComponentsjavadoc
EventObjectInputStreamRestitute the contents of an input stream as java objects.Classch.qos.logback.core.encoderLogBackjavadoc
NonClosableInputStreamClassch.qos.logback.core.encoderLogBackjavadoc
ResilientFileOutputStreamClassch.qos.logback.core.recoveryLogBackjavadoc
ResilientOutputStreamBaseClassch.qos.logback.core.recoveryLogBackjavadoc
ResilientSyslogOutputStreamClassch.qos.logback.core.recoveryLogBackjavadoc
ServerSocketListenerA ServerListener that accepts connections on a ServerSocket.Classch.qos.logback.core.net.serverLogBackjavadoc
SyslogOutputStreamSyslogOutputStream is a wrapper around the DatagramSocket class so that it behaves like an OutputStream.Classch.qos.logback.core.netLogBackjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

TeeServletOutputStreamClassch.qos.logback.access.servletLogBackjavadoc
MDC.MDCCloseableAn adapter to remove the key when done.Classorg.slf4j.MDCSLF4Jjavadoc
AbstractEventExecutorAbstract base class for EventExecutor implementations.Classio.netty.util.concurrentNettyjavadoc
AbstractEventExecutorGroupAbstract base class for EventExecutorGroup implementations.Classio.netty.util.concurrentNettyjavadoc
AbstractEventLoopSkeletal implementation of EventLoop.Classio.netty.channelNettyjavadoc
AbstractEventLoopGroupSkeletal implementation of EventLoopGroup.Classio.netty.channelNettyjavadoc
AbstractScheduledEventExecutorAbstract base class for EventExecutors that want to support scheduling.Classio.netty.util.concurrentNettyjavadoc
ByteBufInputStreamAn InputStream which reads data from a ByteBuf.Classio.netty.bufferNettyjavadoc
ByteBufOutputStreamAn OutputStream which writes data to a ByteBuf.Classio.netty.bufferNettyjavadoc
CompressorHttp2ConnectionEncoderA HTTP2 encoder that will compress data frames according to the content-encoding header for each stream.Classio.netty.handler.codec.http2Nettyjavadoc
DefaultEventExecutorClassio.netty.util.concurrentNettyjavadoc
DefaultEventExecutorGroupDefault implementation of MultithreadEventExecutorGroup which will use DefaultEventExecutorinstances to handle the tasks.Classio.netty.util.concurrentNettyjavadoc
DefaultEventLoopClassio.netty.channelNettyjavadoc
DefaultEventLoopGroupMultithreadEventLoopGroup which must be used for the local transport.Classio.netty.channelNettyjavadoc
DefaultHttp2ConnectionDecoderProvides the default implementation for processing inbound frame events and delegates to aThis class will read HTTP/2 frames and delegate the events to a Http2FrameListenerClassio.netty.handler.codec.http2Nettyjavadoc
DefaultHttp2ConnectionEncoderDefault implementation of Http2ConnectionEncoder.Classio.netty.handler.codec.http2Nettyjavadoc
DefaultHttp2FrameReaderA Http2FrameReader that supports all frame types defined by the HTTP/2 specification.Classio.netty.handler.codec.http2Nettyjavadoc
DefaultHttp2FrameWriterA Http2FrameWriter that supports all frame types defined by the HTTP/2 specification.Classio.netty.handler.codec.http2Nettyjavadoc
DefaultNameResolverA NameResolver that resolves an InetSocketAddress using JDK's built-in domain name lookup mechanism.Classio.netty.resolverNettyjavadoc
DefaultNameResolverGroupA NameResolverGroup of DefaultNameResolvers.Classio.netty.resolverNettyjavadoc
DnsNameResolverA DNS-based NameResolver.Classio.netty.resolver.dnsNettyjavadoc
DnsNameResolverGroupA NameResolverGroup of DnsNameResolvers.Classio.netty.resolver.dnsNettyjavadoc
EpollEventLoopGroupA MultithreadEventLoopGroup which uses epoll under thecovers.Classio.netty.channel.epollNettyjavadoc
GlobalEventExecutorSingle-thread singleton EventExecutor.Classio.netty.util.concurrentNettyjavadoc
Http2InboundFrameLoggerClassio.netty.handler.codec.http2Nettyjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

Http2OutboundFrameLoggerClassio.netty.handler.codec.http2Nettyjavadoc
ImmediateEventExecutorAbstractEventExecutor which execute tasks in the callers thread.Classio.netty.util.concurrentNettyjavadoc
MultithreadEventExecutorGroupClassio.netty.util.concurrentNettyjavadoc
MultithreadEventLoopGroupClassio.netty.channelNettyjavadoc
NameResolverGroupCreates and manages NameResolvers so that each EventExecutor has its own resolver instance.Classio.netty.resolverNettyjavadoc
NioEventLoopA SingleThreadEventLoop implementation which registers each Channel with aNIO Selector and performs the multiplexing of these in the event loop.Classio.netty.channel.nioNettyjavadoc
NioEventLoopGroupA MultithreadEventLoopGroup implementation which is used for NIO Selector based Channels.Classio.netty.channel.nioNettyjavadoc
NoopNameResolverA NameResolver that does not perform any resolution but always reports successful resolution.Classio.netty.resolverNettyjavadoc
NoopNameResolverGroupA NameResolverGroup of NoopNameResolvers.Classio.netty.resolverNettyjavadoc
ObjectDecoderInputStreamAn ObjectInput which is interoperable with ObjectEncoderand ObjectEncoderOutputStream.Classio.netty.handler.codec.serializationNettyjavadoc
ObjectEncoderOutputStreamAn ObjectOutput which is interoperable with ObjectDecoderand ObjectDecoderInputStream.Classio.netty.handler.codec.serializationNettyjavadoc
OioEventLoopGroupEventLoopGroup which is used to handle OIO Channel's.Classio.netty.channel.oioNettyjavadoc
SimpleNameResolverA skeletal NameResolver implementation.Classio.netty.resolverNettyjavadoc
SingleThreadEventExecutorAbstract base class for EventExecutor's that execute all its submitted tasks in a single thread.Classio.netty.util.concurrentNettyjavadoc
SingleThreadEventLoopAbstract base class for EventLoops that execute all its submitted tasks in a single thread.Classio.netty.channelNettyjavadoc
ThreadPerChannelEventLoopSingleThreadEventLoop which is used to handle OIO Channel's.Classio.netty.channelNettyjavadoc
ThreadPerChannelEventLoopGroupAn EventLoopGroup that creates one EventLoop per Channel.Classio.netty.channelNettyjavadoc
EchoReaderReader that echoes characters to the console as they are read.Classorg.apache.pivot.ioApache Pivotjavadoc
EchoWriterWriter that echoes characters to the console as they are written.Classorg.apache.pivot.ioApache Pivotjavadoc
EventObjectInputStreamRestitute the contents of an input stream as java objects.Classch.qos.logback.core.encoderLogback Apijavadoc
NonClosableInputStreamClassch.qos.logback.core.encoderLogback Apijavadoc
ResilientFileOutputStreamClassch.qos.logback.core.recoveryLogback Apijavadoc
ResilientOutputStreamBaseClassch.qos.logback.core.recoveryLogback Apijavadoc
ResilientSyslogOutputStreamClassch.qos.logback.core.recoveryLogback Apijavadoc
ServerSocketListenerA ServerListener that accepts connections on a ServerSocket.Classch.qos.logback.core.net.serverLogback Apijavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

SyslogOutputStreamSyslogOutputStream is a wrapper around the DatagramSocket class so that it behaves like an OutputStream.Classch.qos.logback.core.netLogback Apijavadoc
TeeServletOutputStreamClassch.qos.logback.access.servletLogback Apijavadoc
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 . Classcom.liferay.portal.kernel.ioLiferay Portaljavadoc
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 . Classcom.liferay.portal.kernel.ioLiferay Portaljavadoc
AutoDeleteFileInputStreamClasscom.liferay.portal.kernel.ioLiferay Portaljavadoc
Base64InputStreamClasscom.liferay.portal.kernel.ioLiferay Portaljavadoc
Base64OutputStreamClasscom.liferay.portal.kernel.ioLiferay Portaljavadoc
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 . Classcom.liferay.portal.kernel.servletLiferay Portaljavadoc
ByteArrayFileInputStreamClasscom.liferay.portal.kernel.ioLiferay Portaljavadoc
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 . Classcom.liferay.portal.kernel.utilLiferay Portaljavadoc
DummyOutputStreamClasscom.liferay.portal.kernel.ioLiferay Portaljavadoc
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 . Classcom.liferay.portal.kernel.ioLiferay Portaljavadoc
FileCacheOutputStreamClasscom.liferay.portal.kernel.ioLiferay Portaljavadoc
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 . Classcom.liferay.portal.kernel.ioLiferay Portaljavadoc
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 . Classcom.liferay.util.servletLiferay Portaljavadoc
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 . Classcom.liferay.portal.kernel.ioLiferay Portaljavadoc
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 . Classcom.liferay.portal.kernel.servletLiferay Portaljavadoc
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 . Classcom.liferay.portal.kernel.process.logLiferay Portaljavadoc
ProgressInputStreamClasscom.liferay.portal.kernel.uploadLiferay Portaljavadoc
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 . Classcom.liferay.portal.kernel.utilLiferay Portaljavadoc
ReaderInputStreamClasscom.liferay.portal.kernel.ioLiferay Portaljavadoc
RestrictedByteArrayCacheOutputStreamClasscom.liferay.portal.kernel.ioLiferay Portaljavadoc
ServletInputStreamAdapterClasscom.liferay.portal.kernel.servletLiferay Portaljavadoc
ServletOutputStreamAdapterClasscom.liferay.portal.kernel.servletLiferay Portaljavadoc
UnsyncBufferedInputStream S e e h t t p : / / i s s u e s . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

UnsyncBufferedOutputStream S e e h t t p : / / i s s u e s . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
UnsyncBufferedReader S e e h t t p : / / i s s u e s . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
UnsyncBufferedWriter S e e h t t p : / / i s s u e s . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
UnsyncByteArrayInputStream S e e h t t p : / / i s s u e s . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
UnsyncByteArrayOutputStream S e e h t t p : / / i s s u e s . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
UnsyncCharArrayReaderClasscom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
UnsyncCharArrayWriterClasscom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
UnsyncFilterInputStream S e e h t t p : / / i s s u e s . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
UnsyncFilterOutputStream S e e h t t p : / / i s s u e s . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
UnsyncPrintWriter S e e h t t p : / / i s s u e s . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
UnsyncStringReader S e e h t t p : / / i s s u e s . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
UnsyncStringWriter S e e h t t p : / / i s s u e s . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
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 . Classcom.liferay.portal.kernel.io.unsyncLiferay Portaljavadoc
WriterOutputStreamClasscom.liferay.portal.kernel.ioLiferay Portaljavadoc
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 . Classcom.liferay.util.xmlLiferay Portaljavadoc
IsolatedClassLoaderA classloader used by the Classpath.Classorg.apache.felix.ipojo.manipulator.utilApache Felixjavadoc
AbstractCallableFunctionStatementClassorg.mariadb.jdbcMariaDBjavadoc
AbstractCallableProcedureStatementClassorg.mariadb.jdbcMariaDBjavadoc
AbstractMariaDbPrepareStatementClassorg.mariadb.jdbcMariaDBjavadoc
AbstractSelectResultSetClassorg.mariadb.jdbc.internal.queryresults.resultsetMariaDBjavadoc
CompressOutputStreamClassorg.mariadb.jdbc.internal.streamMariaDBjavadoc
DecompressInputStreamClassorg.mariadb.jdbc.internal.streamMariaDBjavadoc
MariaDbClientPreparedStatementClassorg.mariadb.jdbcMariaDBjavadoc
MariaDbConnectionClassorg.mariadb.jdbcMariaDBjavadoc
MariaDbFunctionStatementClassorg.mariadb.jdbcMariaDBjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

MariaDbProcedureStatementClassorg.mariadb.jdbcMariaDBjavadoc
MariaDbServerPreparedStatementClassorg.mariadb.jdbcMariaDBjavadoc
MariaDbStatementClassorg.mariadb.jdbcMariaDBjavadoc
MariaSelectResultSetClassorg.mariadb.jdbc.internal.queryresults.resultsetMariaDBjavadoc
NamedPipeSocketClassorg.mariadb.jdbc.internal.socketMariaDBjavadoc
OptimizedBufferedInputStreamClassorg.mariadb.jdbc.internal.streamMariaDBjavadoc
PacketOutputStreamClassorg.mariadb.jdbc.internal.streamMariaDBjavadoc
SharedMemorySocketClassorg.mariadb.jdbc.internal.socketMariaDBjavadoc
UnixDomainSocketClassorg.mariadb.jdbc.internal.socketMariaDBjavadoc
RoutablePrintWriterProvides a PrintWriter that routes through to another PrintWriter, however the destination can be changed at any point.Classorg.sitemesh.webapp.contentfilter.ioSiteMeshjavadoc
RoutableServletOutputStreamProvides a ServletOutputStream that routes through to another ServletOutputStream, however the destination can be changed at any point.Classorg.sitemesh.webapp.contentfilter.ioSiteMeshjavadoc
ConsoleOutputStreamClasscom.sshtools.server.vshellMaverickjavadoc
ConsoleReaderInputStreamAn InputStream implementation that wraps a ConsoleReader.ClassjlineMaverickjavadoc
ConsoleStreamReaderClasscom.sshtools.server.vshellMaverickjavadoc
PTYOutputStreamClassorg.eclipse.cdt.utils.ptyMaverickjavadoc
SpawnerOutputStreamClassorg.eclipse.cdt.utils.spawnerMaverickjavadoc
CSVReaderA very simple CSV reader released under a commercial-friendly license.Classcom.opencsvOpenCSVjavadoc
CSVWriterA very simple CSV writer released under a commercial-friendly license.Classcom.opencsvOpenCSVjavadoc
CommentedLineReaderRead text from a character-input stream, ignoring lines starting with the # character.Classorg.moeaframework.utilMOEAjavadoc
MetricFileReaderReader for metric files produced by MetricFileWriter.Classorg.moeaframework.analysisMOEAjavadoc
MetricFileWriterWrites metric files.Classorg.moeaframework.analysisMOEAjavadoc
ResultFileReaderReads result files created by ResultFileWriter.Classorg.moeaframework.analysisMOEAjavadoc
ResultFileWriterWrites result files.Classorg.moeaframework.analysisMOEAjavadoc
SampleReaderReads the parameter samples from the output of SampleGenerator.Classorg.moeaframework.analysisMOEAjavadoc
ValueExpressionEvaluationInputStreamA filtered stream that evaluates value expressions in the original stream while reading from it.Classorg.apache.deltaspike.jsfDelta Spikejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

LogInputStreamThis class extends the functionality of the java.Classcom.sun.jiniApache River ( Jini )javadoc
LogOutputStreamThis class extends the functionality of the java.Classcom.sun.jini.outriggerApache River ( Jini )javadoc
LogOutputStreamThis class extends the functionality of the java.Classcom.sun.jiniApache River ( Jini )javadoc
MarshalInputStreamAn extension of ObjectInputStream that implements the dynamic class loading semantics of Java(TM) Remote MethodClassnet.jiniApache River ( Jini )javadoc
MarshalOutputStreamAn extension of ObjectOutputStream that implements the dynamic class loading semantics of Java(TM) Remote Method InvocationClassnet.jiniApache River ( Jini )javadoc
PreferredClassLoaderA class loader that supports preferred classes.Classnet.jini.loaderApache River ( Jini )javadoc
Base64DecodingInputStreamAn input stream that decodes its data from the RFC-1512 base 64 format.Classorg.apache.oodt.commons.ioApache OODTjavadoc
Base64EncodingOutputStreamAn output stream that encodes its data into RFC-1512 base 64 format.Classorg.apache.oodt.commons.ioApache OODTjavadoc
CountingOutputStreamAn output stream that counts the number bytes it passes on.Classorg.apache.oodt.commons.ioApache OODTjavadoc
FixedBufferOutputStreamThis stream writes its output into a byte buffer of fixed length.Classorg.apache.oodt.commons.ioApache OODTjavadoc
LoggerOutputStreamOutputStream wrapper around a java Logger.Classorg.apache.oodt.commons.ioApache OODTjavadoc
LogWriterA writer for log messages.Classorg.apache.oodt.commons.ioApache OODTjavadoc
NullInputStreamAn input stream that's always empty.Classorg.apache.oodt.commons.ioApache OODTjavadoc
NullOutputStreamA null output stream.Classorg.apache.oodt.commons.ioApache OODTjavadoc
PluginClassLoader Java ClassLoader for loading plugin classes in Catalogs and QueryExpressions.Classorg.apache.oodt.cas.catalog.utilApache OODTjavadoc
AbstractConduitSelectorAbstract base class holding logic common to any ConduitSelector that retrieves a Conduit from the ConduitInitiator.Classorg.apache.cxf.endpointApache CXFjavadoc
AbstractThresholdOutputStreamOutputstream that will buffer a certain amount before writing anything to the underlying stream.Classorg.apache.cxf.ioApache CXFjavadoc
AbstractWrappedOutputStreamProvides a convenient hook onFirstWrite() for those needing to wrap an output stream.Classorg.apache.cxf.ioApache CXFjavadoc
Base64DecoderStreamAn implementation of a FilterInputStream that decodes the stream data in BASE64 encoding format.Classorg.apache.cxf.attachmentApache CXFjavadoc
Base64OutputStreamClassorg.apache.cxf.common.utilApache CXFjavadoc
Base64UrlOutputStreamClassorg.apache.cxf.common.utilApache CXFjavadoc
BusApplicationContextClassorg.apache.cxf.bus.springApache CXFjavadoc
CacheAndWriteOutputStreamThis outputstream implementation will both write to the outputstream that is specified and cache the data at the same time.Classorg.apache.cxf.ioApache CXFjavadoc
CachedOutputStreamClassorg.apache.cxf.ioApache CXFjavadoc
CachedWriterClassorg.apache.cxf.ioApache CXFjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ClientProxyClassorg.apache.cxf.frontendApache CXFjavadoc
CodahaleMetricsContextClassorg.apache.cxf.metrics.codahaleApache CXFjavadoc
CountingInputStreamClassorg.apache.cxf.metrics.interceptorsApache CXFjavadoc
CountingOutputStreamClassorg.apache.cxf.metrics.interceptorsApache CXFjavadoc
CXFEHCacheReplayCacheWrap the default WSS4J EHCacheReplayCache in a BusLifeCycleListener, to make sure that the cache is shutdown correctly.Classorg.apache.cxf.ws.security.cacheApache CXFjavadoc
CXFHttpAsyncRequestProducerClassorg.apache.cxf.transport.http.asyncclientApache CXFjavadoc
CXFHttpAsyncResponseConsumerClassorg.apache.cxf.transport.http.asyncclientApache CXFjavadoc
DefaultInMemoryTokenStoreClassorg.apache.cxf.sts.cacheApache CXFjavadoc
DeferredConduitSelectorClassorg.apache.cxf.endpointApache CXFjavadoc
DelegatingInputStreamClassorg.apache.cxf.attachmentApache CXFjavadoc
DelegatingInputStreamClassorg.apache.cxf.ioApache CXFjavadoc
DispatchImplClassorg.apache.cxf.jaxwsApache CXFjavadoc
EHCacheIdentityCacheA EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity.Classorg.apache.cxf.sts.cacheApache CXFjavadoc
EHCacheSPStateManagerAn in-memory EHCache implementation of the SPStateManager interface.Classorg.apache.cxf.rs.security.saml.sso.stateApache CXFjavadoc
EHCacheTokenReplayCacheAn in-memory EHCache implementation of the TokenReplayCache interface.Classorg.apache.cxf.rs.security.saml.ssoApache CXFjavadoc
EHCacheTokenStoreAn in-memory EHCache implementation of the TokenStore interface.Classorg.apache.cxf.ws.security.tokenstoreApache CXFjavadoc
EHCacheXKMSClientCacheAn in-memory EHCache implementation of the XKMSClientCache interface.Classorg.apache.cxf.xkms.cacheApache CXFjavadoc
FailoverTargetSelector alternate target endpoint when a transport level failure is Note that this feature changes the conduit on the fly and thus makesClassorg.apache.cxf.clusteringApache CXFjavadoc
HTTPSPStateManagerClassorg.apache.cxf.rs.security.saml.sso.stateApache CXFjavadoc
IdlPreprocessorReaderA Reader that implements the #include functionality of the preprocessor.Classorg.apache.cxf.tools.corba.idlpreprocessorApache CXFjavadoc
IoSessionInputStreamClassorg.apache.cxf.transport.udpApache CXFjavadoc
JaxWsClientProxyClassorg.apache.cxf.jaxwsApache CXFjavadoc
JweOutputStreamClassorg.apache.cxf.rs.security.jose.jweApache CXFjavadoc
JwsJsonOutputStreamClassorg.apache.cxf.rs.security.jose.jwsApache CXFjavadoc
JwsOutputStreamClassorg.apache.cxf.rs.security.jose.jwsApache CXFjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

LoadDistributorTargetSelectorThe LoadDistributorTargetSelector attempts to do the same job as the FailoverTargetSelector, but to choose an alternate target on every requestClassorg.apache.cxf.clusteringApache CXFjavadoc
LoadingByteArrayOutputStreamSubclass of ByteArrayOutputStream that allows creation of a ByteArrayInputStream directly without creating a copy of the byte[].Classorg.apache.cxf.helpersApache CXFjavadoc
MemorySPStateManagerClassorg.apache.cxf.rs.security.saml.sso.stateApache CXFjavadoc
MessageDigestInputStreamClassorg.apache.cxf.common.utilApache CXFjavadoc
MimeBodyPartInputStreamClassorg.apache.cxf.attachmentApache CXFjavadoc
NettyServletInputStreamClassorg.apache.cxf.transport.http.netty.server.servletApache CXFjavadoc
NettyServletOutputStreamClassorg.apache.cxf.transport.http.netty.server.servletApache CXFjavadoc
PreexistingConduitSelectorClassorg.apache.cxf.endpointApache CXFjavadoc
QuotedPrintableDecoderStreamClassorg.apache.cxf.attachmentApache CXFjavadoc
ResourceCloserClassorg.apache.cxf.transport.jms.utilApache CXFjavadoc
RewindableInputStreamInput stream wrapper to support rewinding to start of input.Classorg.apache.cxf.ws.rmApache CXFjavadoc
ServletOutputStreamFilterClassorg.apache.cxf.jaxrs.implApache CXFjavadoc
UpfrontConduitSelectorClassorg.apache.cxf.endpointApache CXFjavadoc
VelocityWriterClassorg.apache.cxf.tools.commonApache CXFjavadoc
WriteOnCloseOutputStreamThis outputstream implementation will cache the message until close() is called, at which point it will write the message to the OutputStreamClassorg.apache.cxf.ioApache CXFjavadoc
WSDiscoveryClientClassorg.apache.cxf.ws.discoveryApache CXFjavadoc
XSLTOutInterceptor.XSLTCachedWriterClassorg.apache.cxf.feature.transformApache CXFjavadoc
BoundedInputStreamThis is a stream that will only supply bytes up to a certain length - if its position goes above that, it will stop.Classorg.apache.jackrabbit.server.ioApache JackRabbitjavadoc
CachingMultiIndexReader on FieldNames.Classorg.apache.jackrabbit.core.query.luceneApache JackRabbitjavadoc
DbInputStreamThis class represents an input stream backed by a database.Classorg.apache.jackrabbit.core.data.dbApache JackRabbitjavadoc
IndexInputStreamIndexInputStream implements an InputStream that wraps a lucene IndexInput.Classorg.apache.jackrabbit.core.query.lucene.directoryApache JackRabbitjavadoc
IndexOutputStreamIndexOutputStream wraps an IndexOutput and exposes it as a regular OutputStream.Classorg.apache.jackrabbit.core.query.lucene.directoryApache JackRabbitjavadoc
InputStreamWrapperHelper class which allows to check whether the #close() method has been called on this stream.Classorg.apache.jackrabbit.test.api.utilApache JackRabbitjavadoc
JackrabbitAnalyzerThis is the global jackrabbit lucene analyzer.Classorg.apache.jackrabbit.core.query.luceneApache JackRabbitjavadoc
JackrabbitIndexReaderJackrabbitIndexReader wraps an index reader and releases the underlying readerClassorg.apache.jackrabbit.core.query.luceneApache JackRabbitjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

JackrabbitIndexSearcherJackrabbitIndexSearcher implements an index searcher with jackrabbit specific optimizations.Classorg.apache.jackrabbit.core.query.luceneApache JackRabbitjavadoc
LazyFileInputStreamThis 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 hasClassorg.apache.jackrabbit.core.dataApache JackRabbitjavadoc
LazyFileInputStreamThis Class implements an InputStream that provides the same functionality as a FileInputStream but opens the file by the first file access.Classorg.apache.jackrabbit.utilApache JackRabbitjavadoc
LogPrintWriter Writer or a Logger.Classorg.apache.jackrabbit.testApache JackRabbitjavadoc
RandomAccessOutputStream access facility.Classorg.apache.jackrabbit.core.fsApache JackRabbitjavadoc
RefCountingIndexReaderRefCountingIndexReader.Classorg.apache.jackrabbit.core.query.luceneApache JackRabbitjavadoc
SearchIndex.CombinedIndexReaderCombines multiple CachingMultiIndexReader into a MultiReader with HierarchyResolver support.Classorg.apache.jackrabbit.core.query.luceneApache JackRabbitjavadoc
SingletonTokenStreamSingletonTokenStream implements a token stream that wraps a single value with a given property type.Classorg.apache.jackrabbit.core.query.luceneApache JackRabbitjavadoc
TempFileInputStreamAn input stream from a temporary file.Classorg.apache.jackrabbit.core.data.dbApache JackRabbitjavadoc
ChildReaperUtility to reap empty child nodes of a parent node.Classorg.apache.curator.framework.recipes.locksApache Curatorjavadoc
CloseableExecutorServiceDecoration on an ExecutorService that tracks created futures and provides a method to close futures created via this classClassorg.apache.curator.utilsApache Curatorjavadoc
CloseableScheduledExecutorServiceDecoration on an ScheduledExecutorService that tracks created futures and provides a method to close futures created via this classClassorg.apache.curator.utilsApache Curatorjavadoc
ConnectionManagerClassorg.apache.curator.x.rpc.connectionsApache Curatorjavadoc
ConnectionStateManagerClassorg.apache.curator.framework.stateApache Curatorjavadoc
CuratorEntryClassorg.apache.curator.x.rpc.connectionsApache Curatorjavadoc
CuratorFrameworkImplClassorg.apache.curator.framework.impsApache Curatorjavadoc
CuratorTempFrameworkImplClassorg.apache.curator.framework.impsApache Curatorjavadoc
CuratorZookeeperClientClassorg.apache.curatorApache Curatorjavadoc
DistributedDelayQueue A variation of the DistributedPriorityQueue that uses time as the priority.Classorg.apache.curator.framework.recipes.queueApache Curatorjavadoc
DistributedIdQueueA version of DistributedQueue that allows IDs to be associated with queue items.Classorg.apache.curator.framework.recipes.queueApache Curatorjavadoc
DistributedPriorityQueueAn implementation of the Distributed Priority Queue ZK recipe.Classorg.apache.curator.framework.recipes.queueApache Curatorjavadoc
DistributedQueueAn implementation of the Distributed Queue ZK recipe.Classorg.apache.curator.framework.recipes.queueApache Curatorjavadoc
EnsembleTrackerReturn the current quorum configvoidprocess(org.Classorg.apache.curator.framework.impsApache Curatorjavadoc
ExampleClientAn example leader selector client.ClassleaderApache Curatorjavadoc
ExampleServerThis shows a very simplified method of registering an instance with the service discovery.ClassdiscoveryApache Curatorjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ExhibitorEnsembleProviderEnsemble provider that polls a cluster of Exhibitor (https://github.Classorg.apache.curator.ensemble.exhibitorApache Curatorjavadoc
FixedEnsembleProviderClassorg.apache.curator.ensemble.fixedApache Curatorjavadoc
GroupMemberGroup membership management.Classorg.apache.curator.framework.recipes.nodesApache Curatorjavadoc
InstanceCleanupA background task that purges stale registrations.Classorg.apache.curator.x.discovery.server.restApache Curatorjavadoc
LeaderLatch Abstraction to select a leader amongst multiple contenders in a group of JMVs connected to a Zookeeper cluster.Classorg.apache.curator.framework.recipes.leaderApache Curatorjavadoc
LeaderSelector Abstraction to select a leader amongst multiple contenders in a group of JMVs connected to a Zookeeper cluster.Classorg.apache.curator.framework.recipes.leaderApache Curatorjavadoc
Locker Utility for safely acquiring a lock and releasing it using Java 7's try-with-resource feature.Classorg.apache.curator.framework.recipes.locksApache Curatorjavadoc
NodeCacheA utility that attempts to keep the data from a node locally cached.Classorg.apache.curator.framework.recipes.cacheApache Curatorjavadoc
PathChildrenCacheA utility that attempts to keep all data from all children of a ZK path locally cached.Classorg.apache.curator.framework.recipes.cacheApache Curatorjavadoc
PersistentEphemeralNode A persistent ephemeral node is an ephemeral node that attempts to stay present in ZooKeeper, even through connection and session interruptions.Classorg.apache.curator.framework.recipes.nodesApache Curatorjavadoc
PersistentNode A persistent node is a node that attempts to stay present in ZooKeeper, even through connection and session interruptions.Classorg.apache.curator.framework.recipes.nodesApache Curatorjavadoc
QueueSharder A utility for shard a distributed queue.Classorg.apache.curator.framework.recipes.queueApache Curatorjavadoc
QuorumConfigBuilderClassorg.apache.curator.testApache Curatorjavadoc
ReaperClassorg.apache.curator.framework.recipes.locksApache Curatorjavadoc
ServiceCacheImplAdd the given listener.Classorg.apache.curator.x.discovery.detailsApache Curatorjavadoc
ServiceDiscoveryImplClassorg.apache.curator.x.discovery.detailsApache Curatorjavadoc
ServiceProviderImplThe main interface for Service Discovery.Classorg.apache.curator.x.discovery.detailsApache Curatorjavadoc
SessionFailRetryLoop See RetryLoop for the main details on retry loops.Classorg.apache.curatorApache Curatorjavadoc
SharedCountManages a shared integer.Classorg.apache.curator.framework.recipes.sharedApache Curatorjavadoc
SharedValueManages a shared value.Classorg.apache.curator.framework.recipes.sharedApache Curatorjavadoc
TestingClustermanages an internally running ensemble of ZooKeeper servers.Classorg.apache.curator.testApache Curatorjavadoc
TestingServermanages an internally running ZooKeeper server.Classorg.apache.curator.testApache Curatorjavadoc
TestingZooKeeperMainClassorg.apache.curator.testApache Curatorjavadoc
TestingZooKeeperServerClassorg.apache.curator.testApache Curatorjavadoc
TreeCacheA utility that attempts to keep all data from all children of a ZK path locally cached.Classorg.apache.curator.framework.recipes.cacheApache Curatorjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ObjectSerializationInputStreamAn ObjectInput and InputStream that can read the objects encoded by ObjectSerializationEncoder.Classorg.apache.mina.filter.codec.serializationApache Minajavadoc
ObjectSerializationOutputStreamAn ObjectOutput and OutputStream that can write the objects as the serialized form that ObjectSerializationDecoder can decode.Classorg.apache.mina.filter.codec.serializationApache Minajavadoc
AutoDetectReaderAn input stream reader that automatically detects the character encoding to be used for converting bytes to characters.Classorg.apache.tika.detectApache Tikajavadoc
ClosedInputStreamClosed input stream.Classorg.apache.tika.ioApache Tikajavadoc
CloseShieldInputStreamProxy stream that prevents the underlying input stream from being closed.Classorg.apache.tika.ioApache Tikajavadoc
CountingInputStreamA decorating input stream that counts the number of bytes that have passed through the stream so far.Classorg.apache.tika.ioApache Tikajavadoc
LookaheadInputStreamStream wrapper that make it easy to read up to n bytes ahead from a stream that supports the mark feature.Classorg.apache.tika.ioApache Tikajavadoc
NullInputStreamA functional, light weight InputStream that emulates a stream of a specified size.Classorg.apache.tika.ioApache Tikajavadoc
NullOutputStreamThis OutputStream writes all data to the famous /dev/null.Classorg.apache.tika.ioApache Tikajavadoc
ParsingReaderReader for the text content from a given binary stream.Classorg.apache.tika.parserApache Tikajavadoc
ProfilingWriterWriter that builds a language profile based on all the written content.Classorg.apache.tika.languageApache Tikajavadoc
ProxyInputStreamA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods areClassorg.apache.tika.ioApache Tikajavadoc
RereadableInputStreamWraps an input stream, reading it only once, but making it available for rereading an arbitrary number of times.Classorg.apache.tika.utilsApache Tikajavadoc
TaggedInputStreamAn input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.Classorg.apache.tika.ioApache Tikajavadoc
TailStream A specialized input stream implementation which records the last portion read from an underlying stream.Classorg.apache.tika.ioApache Tikajavadoc
TemporaryResourcesUtility class for tracking and ultimately closing or otherwise disposing a collection of temporary resources.Classorg.apache.tika.ioApache Tikajavadoc
TikaInputStreamInput stream with extended capabilities.Classorg.apache.tika.ioApache Tikajavadoc
AbstractDataSetAbstract DataSet implementation.Classorg.apache.metamodel.dataApache MetaModeljavadoc
AbstractDirectoryInputStreamClassorg.apache.metamodel.utilApache MetaModeljavadoc
CouchDbSamplingDocumentSourceA DocumentSource that instantiates several other CouchDbDatabaseDocumentSource on-demand when they are need to provideClassorg.apache.metamodel.couchdbApache MetaModeljavadoc
DefaultCompiledQueryRepresents a default implementation of the CompiledQuery interface.Classorg.apache.metamodel.queryApache MetaModeljavadoc
DocumentSourceDataSetA DataSet that uses a DocumentSource as it's source.Classorg.apache.metamodel.dataApache MetaModeljavadoc
EmptyDataSetClassorg.apache.metamodel.dataApache MetaModeljavadoc
FilteredDataSetWraps another DataSet and transparently applies a set of filters to it.Classorg.apache.metamodel.dataApache MetaModeljavadoc
FirstRowDataSetWraps another DataSet and enforces a first row offset.Classorg.apache.metamodel.dataApache MetaModeljavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

InMemoryDataSetDataSet implementation based on in-memory data.Classorg.apache.metamodel.dataApache MetaModeljavadoc
LazyDocumentSourceA DocumentSource that is lazy loaded.Classorg.apache.metamodel.schema.builderApache MetaModeljavadoc
LegacyDeserializationObjectInputStreamA specialized ObjectInputStream for MetaModel which can be used or extended if it is needed to deserialize legacy MetaModel objects.Classorg.apache.metamodel.utilApache MetaModeljavadoc
MaxRowsDataSetClassorg.apache.metamodel.dataApache MetaModeljavadoc
MaxRowsDocumentSourceA DocumentSource that has a max rows condition on it, that will make it stop serving documents after a certain limit.Classorg.apache.metamodel.dataApache MetaModeljavadoc
RowPublisherDataSetAbstract DataSet implementation for use in scenarios where a pull-oriented style of reading data is not supported.Classorg.apache.metamodel.dataApache MetaModeljavadoc
ScalarFunctionDataSetClassorg.apache.metamodel.dataApache MetaModeljavadoc
SubSelectionDataSetDataSet wrapper for doing subselection.Classorg.apache.metamodel.dataApache MetaModeljavadoc
SugarCrmDataContextClassorg.apache.metamodel.sugarcrmApache MetaModeljavadoc
UnicodeWriterWrites Unicode text to an output stream.Classorg.apache.metamodel.utilApache MetaModeljavadoc
AnalyzerAn Analyzer builds TokenStreams, which analyze text.Classorg.apache.lucene.analysisApache Lucenejavadoc
Check Code Snippets / Samples for org.apache.lucene.analysis.Analyzer
AnalyzerWrapperExtension to Analyzer suitable for Analyzers which wrap getWrappedAnalyzer(String) allows the AnalyzerClassorg.apache.lucene.analysisApache Lucenejavadoc
BaseCompositeReaderBase class for implementing CompositeReaders based on an array of sub-readers.Classorg.apache.lucene.indexApache Lucenejavadoc
BaseDirectoryBase implementation for a concrete Directory that uses a LockFactory for locking.Classorg.apache.lucene.storeApache Lucenejavadoc
BlockTreeTermsReaderA block-based terms index and dictionary that assigns terms to variable length blocks according to how theyClassorg.apache.lucene.codecs.blocktreeApache Lucenejavadoc
BlockTreeTermsWriterBlock-based terms index and dictionary writer.Classorg.apache.lucene.codecs.blocktreeApache Lucenejavadoc
BufferedChecksumIndexInputSimple implementation of ChecksumIndexInput that wraps another input and delegates calls.Classorg.apache.lucene.storeApache Lucenejavadoc
BufferedIndexInputBase implementation class for buffered IndexInput.Classorg.apache.lucene.storeApache Lucenejavadoc
CachingTokenFilterThis class can be used if the token attributes of a TokenStream are intended to be consumed more than once.Classorg.apache.lucene.analysisApache Lucenejavadoc
CharFilterSubclasses of CharFilter can be chained to filter a Reader They can be used as Reader with additional offsetClassorg.apache.lucene.analysisApache Lucenejavadoc
CheckIndexBasic tool and API to check the health of an index and write a new segments file that removes reference toClassorg.apache.lucene.indexApache Lucenejavadoc
ChecksumIndexInputExtension of IndexInput, computing checksum as it goes.Classorg.apache.lucene.storeApache Lucenejavadoc
CloseableThreadLocalJava's builtin ThreadLocal has a serious flaw: it can take an arbitrarily long amount of time toClassorg.apache.lucene.utilApache Lucenejavadoc
CodecReaderLeafReader implemented by codec APIs.Classorg.apache.lucene.indexApache Lucenejavadoc
CompositeReaderInstances of this reader type can only be used to get stored fields from the underlying LeafReaders,Classorg.apache.lucene.indexApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

CompressingStoredFieldsIndexWriterEfficient index format for block-based Codecs.Classorg.apache.lucene.codecs.compressingApache Lucenejavadoc
CompressingStoredFieldsReaderStoredFieldsReader impl for CompressingStoredFieldsFormat.Classorg.apache.lucene.codecs.compressingApache Lucenejavadoc
CompressingStoredFieldsWriterStoredFieldsWriter impl for CompressingStoredFieldsFormat.Classorg.apache.lucene.codecs.compressingApache Lucenejavadoc
CompressingTermVectorsReaderTermVectorsReader for CompressingTermVectorsFormat.Classorg.apache.lucene.codecs.compressingApache Lucenejavadoc
CompressingTermVectorsWriterTermVectorsWriter for CompressingTermVectorsFormat.Classorg.apache.lucene.codecs.compressingApache Lucenejavadoc
ConcurrentMergeSchedulerA MergeScheduler that runs each merge using a Specify the max number of threads that may run atClassorg.apache.lucene.indexApache Lucenejavadoc
ControlledRealTimeReopenThreadUtility class that runs a thread to manage periodicc reopens of a ReferenceManager, with methods to wait for a specificClassorg.apache.lucene.searchApache Lucenejavadoc
DelegatingAnalyzerWrapperAn analyzer wrapper, that doesn't allow to wrap components or readers.Classorg.apache.lucene.analysisApache Lucenejavadoc
DirectoryA Directory is a flat list of files.Classorg.apache.lucene.storeApache Lucenejavadoc
DirectoryReaderDirectoryReader is an implementation of CompositeReader that can read indexes in a Directory.Classorg.apache.lucene.indexApache Lucenejavadoc
DocValuesConsumerAbstract API that consumes numeric, binary and sorted docvalues.Classorg.apache.lucene.codecsApache Lucenejavadoc
DocValuesProducerAbstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues.Classorg.apache.lucene.codecsApache Lucenejavadoc
ExitableDirectoryReaderThe ExitableDirectoryReader wraps a real index DirectoryReader and allows for a QueryTimeout implementation object to be checked periodicallyClassorg.apache.lucene.indexApache Lucenejavadoc
ExitableDirectoryReader.ExitableFilterAtomicReaderWrapper class for another FilterAtomicReader.Classorg.apache.lucene.index.ExitableDirectoryReaderApache Lucenejavadoc
FieldsConsumerAbstract API that consumes terms, doc, freq, prox, offset and payloads postings.Classorg.apache.lucene.codecsApache Lucenejavadoc
FieldsProducerAbstract API that produces terms, doc, freq, prox, offset and payloads postings.Classorg.apache.lucene.codecsApache Lucenejavadoc
FileSwitchDirectoryExpert: A Directory instance that switches files between two other Directory instances.Classorg.apache.lucene.storeApache Lucenejavadoc
FilterCodecReaderA FilterCodecReader contains another CodecReader, which it uses as its basic source of data, possibly transforming the data along theClassorg.apache.lucene.indexApache Lucenejavadoc
FilterDirectoryDirectory implementation that delegates calls to another directory.Classorg.apache.lucene.storeApache Lucenejavadoc
FilterDirectoryReaderA FilterDirectoryReader wraps another DirectoryReader, allowing implementations to transform or extend it.Classorg.apache.lucene.indexApache Lucenejavadoc
FilterLeafReaderA FilterLeafReader contains another LeafReader, which it uses as its basic source of data, possibly transforming the data along theClassorg.apache.lucene.indexApache Lucenejavadoc
FSDirectoryBase class for Directory implementations that store index files in the file system.Classorg.apache.lucene.storeApache Lucenejavadoc
IndexInputAbstract base class for input from a file in a Directory.Classorg.apache.lucene.storeApache Lucenejavadoc
IndexOutputAbstract base class for output to a file in a Directory.Classorg.apache.lucene.storeApache Lucenejavadoc
IndexReaderIndexReader is an abstract class, providing an interface for accessing a point-in-time view of an index.Classorg.apache.lucene.indexApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

IndexWriterAn IndexWriter creates and maintains an index.Classorg.apache.lucene.indexApache Lucenejavadoc
InfoStreamDebugging API for Lucene classes such as IndexWriter NOTE: Enabling infostreams may cause performance degradationClassorg.apache.lucene.utilApache Lucenejavadoc
InputStreamDataInputA DataInput wrapping a plain InputStream.Classorg.apache.lucene.storeApache Lucenejavadoc
LeafReaderLeafReader is an abstract class, providing an interface for accessing an index.Classorg.apache.lucene.indexApache Lucenejavadoc
LiveFieldValuesTracks live field values across NRT reader reopens.Classorg.apache.lucene.searchApache Lucenejavadoc
LockAn interprocess mutex lock.Classorg.apache.lucene.storeApache Lucenejavadoc
LockValidatingDirectoryWrapperThis class makes a best-effort check that a provided Lock is valid before any destructive filesystem operation.Classorg.apache.lucene.storeApache Lucenejavadoc
Lucene50PostingsReaderConcrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format.Classorg.apache.lucene.codecs.lucene50Apache Lucenejavadoc
Lucene50PostingsWriterConcrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format.Classorg.apache.lucene.codecs.lucene50Apache Lucenejavadoc
MergeSchedulerExpert: IndexWriter uses an instance implementing this interface to execute the mergesClassorg.apache.lucene.indexApache Lucenejavadoc
MMapDirectoryFile-based Directory implementation that uses mmap for reading, and FSDirectory.Classorg.apache.lucene.storeApache Lucenejavadoc
MultiLevelSkipListReaderThis abstract class reads skip lists with multiple levels.Classorg.apache.lucene.codecsApache Lucenejavadoc
MultiReaderA CompositeReader which reads multiple indexes, appending their content.Classorg.apache.lucene.indexApache Lucenejavadoc
NIOFSDirectoryAn FSDirectory implementation that uses java.Classorg.apache.lucene.storeApache Lucenejavadoc
NoMergeSchedulerA MergeScheduler which never executes any merges.Classorg.apache.lucene.indexApache Lucenejavadoc
NormsConsumerAbstract API that consumes normalization values.Classorg.apache.lucene.codecsApache Lucenejavadoc
NormsProducerAbstract API that produces field normalization valuesWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.codecsApache Lucenejavadoc
NRTCachingDirectoryWraps a RAMDirectory around any provided delegate directory, toClassorg.apache.lucene.storeApache Lucenejavadoc
NumericTokenStreamExpert: This class provides a TokenStream for indexing numeric values that can be used by NumericRangeQuery.Classorg.apache.lucene.analysisApache Lucenejavadoc
OfflineSorter.ByteSequencesReaderUtility class to read length-prefixed byte[] entries from an input.Classorg.apache.lucene.util.OfflineSorterApache Lucenejavadoc
OfflineSorter.ByteSequencesWriterUtility class to emit length-prefixed byte[] entries to an output stream for sorting.Classorg.apache.lucene.util.OfflineSorterApache Lucenejavadoc
OutputStreamDataOutputA DataOutput wrapping a plain OutputStream.Classorg.apache.lucene.storeApache Lucenejavadoc
OutputStreamIndexOutputClassorg.apache.lucene.storeApache Lucenejavadoc
ParallelCompositeReaderAn CompositeReader which reads multiple, parallel indexes.Classorg.apache.lucene.indexApache Lucenejavadoc
ParallelLeafReaderAn LeafReader which reads multiple, parallel indexes.Classorg.apache.lucene.indexApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

PostingsReaderBaseThe core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instanceClassorg.apache.lucene.codecsApache Lucenejavadoc
PostingsWriterBaseClass that plugs into term dictionaries, such as BlockTreeTermsWriter, and handles writing postings.Classorg.apache.lucene.codecsApache Lucenejavadoc
PrintStreamInfoStreamInfoStream implementation over a PrintStream such as System.Classorg.apache.lucene.utilApache Lucenejavadoc
PushPostingsWriterBaseExtension of PostingsWriterBase, adding a push API for writing each element of the postings.Classorg.apache.lucene.codecsApache Lucenejavadoc
RAMDirectoryA memory-resident Directory implementation.Classorg.apache.lucene.storeApache Lucenejavadoc
RAMInputStreamA memory-resident IndexInput implementation.Classorg.apache.lucene.storeApache Lucenejavadoc
RAMOutputStreamA memory-resident IndexOutput implementation.Classorg.apache.lucene.storeApache Lucenejavadoc
RateLimitedIndexOutputA rate limiting IndexOutputNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.storeApache Lucenejavadoc
ReaderManagerUtility class to safely share DirectoryReader instances across multiple threads, while periodically reopening.Classorg.apache.lucene.indexApache Lucenejavadoc
ReferenceManagerUtility class to safely share instances of a certain type across multiple threads, while periodically refreshing them.Classorg.apache.lucene.searchApache Lucenejavadoc
SearcherLifetimeManagerKeeps track of current plus old IndexSearchers, closing the old ones once they have timed out.Classorg.apache.lucene.searchApache Lucenejavadoc
SearcherManagerUtility class to safely share IndexSearcher instances across multiple threads, while periodically reopening.Classorg.apache.lucene.searchApache Lucenejavadoc
SegmentReaderIndexReader implementation over a single segment.Classorg.apache.lucene.indexApache Lucenejavadoc
SerialMergeSchedulerA MergeScheduler that simply does each merge sequentially, using the current thread.Classorg.apache.lucene.indexApache Lucenejavadoc
SimpleFSDirectoryA straightforward implementation of FSDirectory using Files.Classorg.apache.lucene.storeApache Lucenejavadoc
SleepingLockWrapperDirectory that wraps another, and that sleeps and retries if obtaining the lock fails.Classorg.apache.lucene.storeApache Lucenejavadoc
SlowCompositeReaderWrapperThis class forces a composite reader (eg a MultiReader or DirectoryReader) to emulate a LeafReader.Classorg.apache.lucene.indexApache Lucenejavadoc
StoredFieldsReaderCodec API for reading stored fields.Classorg.apache.lucene.codecsApache Lucenejavadoc
StoredFieldsWriterCodec API for writing stored fields: For every document, startDocument() is called,Classorg.apache.lucene.codecsApache Lucenejavadoc
TermVectorsReaderCodec API for reading term vectors:WARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.codecsApache Lucenejavadoc
TermVectorsWriterCodec API for writing term vectors: For every document, startDocument(int) is called,Classorg.apache.lucene.codecsApache Lucenejavadoc
TokenFilterA TokenFilter is a TokenStream whose input is another TokenStream.Classorg.apache.lucene.analysisApache Lucenejavadoc
TokenizerA Tokenizer is a TokenStream whose input is a Reader.Classorg.apache.lucene.analysisApache Lucenejavadoc
TokenStreamA TokenStream enumerates the sequence of tokens, either from Fields of a Document or from query text.Classorg.apache.lucene.analysisApache Lucenejavadoc
TrackingDirectoryWrapperA delegating Directory that records which files were written to and deleted.Classorg.apache.lucene.storeApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ApostropheFilterStrips all characters after an apostrophe (including the apostrophe itself).Classorg.apache.lucene.analysis.trApache Lucenejavadoc
ArabicAnalyzerAnalyzer for Arabic.Classorg.apache.lucene.analysis.arApache Lucenejavadoc
ArabicNormalizationFilterA TokenFilter that applies ArabicNormalizer to normalize the orthography.Classorg.apache.lucene.analysis.arApache Lucenejavadoc
ArabicStemFilterA TokenFilter that applies ArabicStemmer to stem Arabic words.Classorg.apache.lucene.analysis.arApache Lucenejavadoc
ArmenianAnalyzerAnalyzer for Armenian.Classorg.apache.lucene.analysis.hyApache Lucenejavadoc
ASCIIFoldingFilterThis class converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the Basic Latin UnicodeClassorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
BaseCharFilterBase utility class for implementing a CharFilter.Classorg.apache.lucene.analysis.charfilterApache Lucenejavadoc
BasqueAnalyzerAnalyzer for Basque.Classorg.apache.lucene.analysis.euApache Lucenejavadoc
BrazilianAnalyzerAnalyzer for Brazilian Portuguese language.Classorg.apache.lucene.analysis.brApache Lucenejavadoc
BrazilianStemFilterA TokenFilter that applies BrazilianStemmer.Classorg.apache.lucene.analysis.brApache Lucenejavadoc
BulgarianAnalyzerAnalyzer for Bulgarian.Classorg.apache.lucene.analysis.bgApache Lucenejavadoc
BulgarianStemFilterA TokenFilter that applies BulgarianStemmer to stem Bulgarian To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.bgApache Lucenejavadoc
CapitalizationFilterA filter to apply normal capitalization rules to Tokens.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
CatalanAnalyzerAnalyzer for Catalan.Classorg.apache.lucene.analysis.caApache Lucenejavadoc
CharTokenizerAn abstract base class for simple, character-oriented tokenizers.Classorg.apache.lucene.analysis.utilApache Lucenejavadoc
CJKAnalyzerAn Analyzer that tokenizes text with StandardTokenizer, normalizes content with CJKWidthFilter, folds case withClassorg.apache.lucene.analysis.cjkApache Lucenejavadoc
CJKBigramFilterForms bigrams of CJK terms that are generated from StandardTokenizer CJK types are set by these tokenizers, but you can also use Classorg.apache.lucene.analysis.cjkApache Lucenejavadoc
CJKWidthFilterA TokenFilter that normalizes CJK width differences: Folds fullwidth ASCII variants into the equivalent basic latinClassorg.apache.lucene.analysis.cjkApache Lucenejavadoc
ClassicAnalyzerFilters ClassicTokenizer with ClassicFilter, LowerCaseFilter and StopFilter, using a list of English stop words.Classorg.apache.lucene.analysis.standardApache Lucenejavadoc
ClassicFilterNormalizes tokens extracted with ClassicTokenizer.Classorg.apache.lucene.analysis.standardApache Lucenejavadoc
ClassicTokenizerA grammar-based tokenizer constructed with JFlex This should be a good tokenizer for most European-language documents:Classorg.apache.lucene.analysis.standardApache Lucenejavadoc
CodepointCountFilterRemoves words that are too long or too short from the stream.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
CollationKeyAnalyzer Configures KeywordTokenizer with CollationAttributeFactory.Classorg.apache.lucene.collationApache Lucenejavadoc
CommonGramsFilterConstruct bigrams for frequently occurring terms while indexing.Classorg.apache.lucene.analysis.commongramsApache Lucenejavadoc
CommonGramsQueryFilterWrap a CommonGramsFilter optimizing phrase queries by only returning single words when they are not a member of a bigram.Classorg.apache.lucene.analysis.commongramsApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

CompoundWordTokenFilterBaseBase class for decomposition token filters.Classorg.apache.lucene.analysis.compoundApache Lucenejavadoc
CustomAnalyzerA general-purpose Analyzer that can be created with a builder-style API.Classorg.apache.lucene.analysis.customApache Lucenejavadoc
CzechAnalyzerAnalyzer for Czech language.Classorg.apache.lucene.analysis.czApache Lucenejavadoc
CzechStemFilterA TokenFilter that applies CzechStemmer to stem Czech words.Classorg.apache.lucene.analysis.czApache Lucenejavadoc
DanishAnalyzerAnalyzer for Danish.Classorg.apache.lucene.analysis.daApache Lucenejavadoc
DateRecognizerFilterFilters all tokens that cannot be parsed to a date, using the provided DateFormat.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
DecimalDigitFilterFolds all Unicode digits in [:General_Category=Decimal_Number:] to Basic Latin digits (0-9).Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
DelimitedPayloadTokenFilterCharacters before the delimiter are the "token", those after are the payload.Classorg.apache.lucene.analysis.payloadsApache Lucenejavadoc
DictionaryCompoundWordTokenFilterA TokenFilter that decomposes compound words found in many Germanic languages.Classorg.apache.lucene.analysis.compoundApache Lucenejavadoc
DutchAnalyzerAnalyzer for Dutch language.Classorg.apache.lucene.analysis.nlApache Lucenejavadoc
EdgeNGramTokenFilterTokenizes the given token into n-grams of given size(s).Classorg.apache.lucene.analysis.ngramApache Lucenejavadoc
EdgeNGramTokenizerTokenizes the input from an edge into n-grams of given size(s).Classorg.apache.lucene.analysis.ngramApache Lucenejavadoc
ElisionFilterRemoves elisions from a TokenStream.Classorg.apache.lucene.analysis.utilApache Lucenejavadoc
EmptyTokenStreamAn always exhausted token stream.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
EnglishAnalyzerAnalyzer for English.Classorg.apache.lucene.analysis.enApache Lucenejavadoc
EnglishMinimalStemFilterA TokenFilter that applies EnglishMinimalStemmer to stem To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.enApache Lucenejavadoc
EnglishPossessiveFilterTokenFilter that removes possessives (trailing 's) from words.Classorg.apache.lucene.analysis.enApache Lucenejavadoc
FilteringTokenFilterAbstract base class for TokenFilters that may remove tokens.Classorg.apache.lucene.analysis.utilApache Lucenejavadoc
FingerprintFilterFilter outputs a single token which is a concatenation of the sorted and de-duplicated set of input tokens.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
FinnishAnalyzerAnalyzer for Finnish.Classorg.apache.lucene.analysis.fiApache Lucenejavadoc
FinnishLightStemFilterA TokenFilter that applies FinnishLightStemmer to stem Finnish To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.fiApache Lucenejavadoc
FrenchAnalyzerAnalyzer for French language.Classorg.apache.lucene.analysis.frApache Lucenejavadoc
FrenchLightStemFilterA TokenFilter that applies FrenchLightStemmer to stem French To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.frApache Lucenejavadoc
FrenchMinimalStemFilterA TokenFilter that applies FrenchMinimalStemmer to stem French To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.frApache Lucenejavadoc
GalicianAnalyzerAnalyzer for Galician.Classorg.apache.lucene.analysis.glApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

GalicianMinimalStemFilterA TokenFilter that applies GalicianMinimalStemmer to stem To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.glApache Lucenejavadoc
GalicianStemFilterA TokenFilter that applies GalicianStemmer to stem To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.glApache Lucenejavadoc
GermanAnalyzerAnalyzer for German language.Classorg.apache.lucene.analysis.deApache Lucenejavadoc
GermanLightStemFilterA TokenFilter that applies GermanLightStemmer to stem German To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.deApache Lucenejavadoc
GermanMinimalStemFilterA TokenFilter that applies GermanMinimalStemmer to stem German To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.deApache Lucenejavadoc
GermanNormalizationFilterNormalizes German characters according to the heuristics German2 snowball algorithm.Classorg.apache.lucene.analysis.deApache Lucenejavadoc
GermanStemFilterA TokenFilter that stems German words.Classorg.apache.lucene.analysis.deApache Lucenejavadoc
GreekAnalyzerAnalyzer for the Greek language.Classorg.apache.lucene.analysis.elApache Lucenejavadoc
GreekLowerCaseFilterNormalizes token text to lower case, removes some Greek diacritics, and standardizes final sigma to sigma.Classorg.apache.lucene.analysis.elApache Lucenejavadoc
GreekStemFilterA TokenFilter that applies GreekStemmer to stem Greek To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.elApache Lucenejavadoc
HindiAnalyzerClassorg.apache.lucene.analysis.hiApache Lucenejavadoc
HindiNormalizationFilterA TokenFilter that applies HindiNormalizer to normalize the In some cases the normalization may cause unrelated terms to conflate, soClassorg.apache.lucene.analysis.hiApache Lucenejavadoc
HindiStemFilterA TokenFilter that applies HindiStemmer to stem Hindi words.Classorg.apache.lucene.analysis.hiApache Lucenejavadoc
HTMLStripCharFilterA CharFilter that wraps another Reader and attempts to strip out HTML constructs.Classorg.apache.lucene.analysis.charfilterApache Lucenejavadoc
HungarianAnalyzerAnalyzer for Hungarian.Classorg.apache.lucene.analysis.huApache Lucenejavadoc
HungarianLightStemFilterA TokenFilter that applies HungarianLightStemmer to stem To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.huApache Lucenejavadoc
HunspellStemFilterTokenFilter that uses hunspell affix rules and words to stem tokens.Classorg.apache.lucene.analysis.hunspellApache Lucenejavadoc
HyphenatedWordsFilterWhen the plain text is extracted from documents, we will often have many words hyphenated and broken into two lines.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
HyphenationCompoundWordTokenFilterA TokenFilter that decomposes compound words found in many Germanic languages.Classorg.apache.lucene.analysis.compoundApache Lucenejavadoc
IndicNormalizationFilterA TokenFilter that applies IndicNormalizer to normalize text in Indian Languages.Classorg.apache.lucene.analysis.inApache Lucenejavadoc
IndonesianAnalyzerClassorg.apache.lucene.analysis.idApache Lucenejavadoc
IndonesianStemFilterA TokenFilter that applies IndonesianStemmer to stem Indonesian words.Classorg.apache.lucene.analysis.idApache Lucenejavadoc
IrishAnalyzerClassorg.apache.lucene.analysis.gaApache Lucenejavadoc
IrishLowerCaseFilterNormalises token text to lower case, handling t-prothesis and n-eclipsis (i.Classorg.apache.lucene.analysis.gaApache Lucenejavadoc
ItalianAnalyzerAnalyzer for Italian.Classorg.apache.lucene.analysis.itApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ItalianLightStemFilterA TokenFilter that applies ItalianLightStemmer to stem Italian To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.itApache Lucenejavadoc
KeepWordFilterA TokenFilter that only keeps tokens with text contained in the required words.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
KeywordAnalyzer"Tokenizes" the entire stream as a single token.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
KeywordMarkerFilterMarks terms as keywords via the KeywordAttribute.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
KeywordRepeatFilterClassorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
KeywordTokenizerEmits the entire input as a single token.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
KStemFilterA high-performance kstem filter for english.Classorg.apache.lucene.analysis.enApache Lucenejavadoc
LatvianAnalyzerAnalyzer for Latvian.Classorg.apache.lucene.analysis.lvApache Lucenejavadoc
LatvianStemFilterA TokenFilter that applies LatvianStemmer to stem Latvian To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.lvApache Lucenejavadoc
LengthFilterRemoves words that are too long or too short from the stream.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
LetterTokenizerA LetterTokenizer is a tokenizer that divides text at non-letters.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
LimitTokenCountAnalyzerThis Analyzer limits the number of tokens while indexing.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
LimitTokenCountFilterThis TokenFilter limits the number of tokens while indexing.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
LimitTokenOffsetFilterLets all tokens pass through until it sees one with a start offset <= a configured limit, which won't pass and ends the stream.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
LimitTokenPositionFilterThis TokenFilter limits its emitted tokens to those with positions that are not greater than the configured limit.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
LithuanianAnalyzerAnalyzer for Lithuanian.Classorg.apache.lucene.analysis.ltApache Lucenejavadoc
LowerCaseFilterNormalizes token text to lower case.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
LowerCaseTokenizerLowerCaseTokenizer performs the function of LetterTokenizer and LowerCaseFilter together.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
Lucene43CompoundWordTokenFilterBaseBase class for decomposition token filters using pre-4.Classorg.apache.lucene.analysis.compoundApache Lucenejavadoc
Lucene43DictionaryCompoundWordTokenFilterClassorg.apache.lucene.analysis.compoundApache Lucenejavadoc
Lucene43EdgeNGramTokenFilterTokenizes the given token into n-grams of given size(s), using pre-4.Classorg.apache.lucene.analysis.ngramApache Lucenejavadoc
Lucene43EdgeNGramTokenizerOld version of EdgeNGramTokenizer which doesn't handle correctly supplementary characters.Classorg.apache.lucene.analysis.ngramApache Lucenejavadoc
Lucene43FilteringTokenFilterBackcompat FilteringTokenFilter for versions 4.Classorg.apache.lucene.analysis.utilApache Lucenejavadoc
Lucene43HyphenationCompoundWordTokenFilterA TokenFilter that decomposes compound words found in many Germanic languages, using pre-4.Classorg.apache.lucene.analysis.compoundApache Lucenejavadoc
Lucene43KeepWordFilterBackcompat for KeepWordFilter for versions 4.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

Lucene43LengthFilterBackcompat LengthFilter for versions 4.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
Lucene43NGramTokenFilterTokenizes the input into n-grams of the given size(s), matching Lucene 4.Classorg.apache.lucene.analysis.ngramApache Lucenejavadoc
Lucene43NGramTokenizerOld broken version of NGramTokenizer.Classorg.apache.lucene.analysis.ngramApache Lucenejavadoc
Lucene43StopFilterBackcompat StopFilter for versions 4.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
Lucene43TrimFilterBackcompat TrimFilter for versions 4.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
Lucene43TypeTokenFilterBackcompat TypeTokenFilter for versions 4.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
Lucene47WordDelimiterFilterClassorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
MappingCharFilterSimplistic CharFilter that applies the mappings contained in a NormalizeCharMap to the characterClassorg.apache.lucene.analysis.charfilterApache Lucenejavadoc
NGramTokenFilterTokenizes the input into n-grams of the given size(s).Classorg.apache.lucene.analysis.ngramApache Lucenejavadoc
NGramTokenizerTokenizes the input into n-grams of the given size(s).Classorg.apache.lucene.analysis.ngramApache Lucenejavadoc
NorwegianAnalyzerAnalyzer for Norwegian.Classorg.apache.lucene.analysis.noApache Lucenejavadoc
NorwegianLightStemFilterA TokenFilter that applies NorwegianLightStemmer to stem Norwegian To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.noApache Lucenejavadoc
NorwegianMinimalStemFilterA TokenFilter that applies NorwegianMinimalStemmer to stem Norwegian To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.noApache Lucenejavadoc
NumericPayloadTokenFilterAssigns a payload to a token based on the PackedTokenAttributeImpl.Classorg.apache.lucene.analysis.payloadsApache Lucenejavadoc
PathHierarchyTokenizerTokenizer for path-like hierarchies.Classorg.apache.lucene.analysis.pathApache Lucenejavadoc
PatternCaptureGroupTokenFilterCaptureGroup uses Java regexes to emit multiple tokens - one for each capture group in one or more patterns.Classorg.apache.lucene.analysis.patternApache Lucenejavadoc
PatternKeywordMarkerFilterMarks terms as keywords via the KeywordAttribute.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
PatternReplaceCharFilterCharFilter that uses a regular expression for the target of replace string.Classorg.apache.lucene.analysis.patternApache Lucenejavadoc
PatternReplaceFilterA TokenFilter which applies a Pattern to each token in the stream, replacing match occurances with the specified replacement string.Classorg.apache.lucene.analysis.patternApache Lucenejavadoc
PatternTokenizerThis tokenizer uses regex pattern matching to construct distinct tokens for the input stream.Classorg.apache.lucene.analysis.patternApache Lucenejavadoc
PerFieldAnalyzerWrapperThis analyzer is used to facilitate scenarios where different fields require different analysis techniques.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
PersianAnalyzerAnalyzer for Persian.Classorg.apache.lucene.analysis.faApache Lucenejavadoc
PersianCharFilterClassorg.apache.lucene.analysis.faApache Lucenejavadoc
PersianNormalizationFilterClassorg.apache.lucene.analysis.faApache Lucenejavadoc
PorterStemFilterTransforms the token stream as per the Porter stemming algorithm.Classorg.apache.lucene.analysis.enApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

PortugueseAnalyzerAnalyzer for Portuguese.Classorg.apache.lucene.analysis.ptApache Lucenejavadoc
PortugueseLightStemFilterA TokenFilter that applies PortugueseLightStemmer to stem To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.ptApache Lucenejavadoc
PortugueseMinimalStemFilterA TokenFilter that applies PortugueseMinimalStemmer to stem To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.ptApache Lucenejavadoc
PortugueseStemFilterA TokenFilter that applies PortugueseStemmer to stem To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.ptApache Lucenejavadoc
PrefixAndSuffixAwareTokenFilterLinks two PrefixAwareTokenFilter.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
PrefixAwareTokenFilterJoins 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.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
QueryAutoStopWordAnalyzerAn 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.Classorg.apache.lucene.analysis.queryApache Lucenejavadoc
RemoveDuplicatesTokenFilterA TokenFilter which filters out Tokens at the same position and Term text as the previous token in the stream.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
ReversePathHierarchyTokenizerTokenizer for domain-like hierarchies.Classorg.apache.lucene.analysis.pathApache Lucenejavadoc
ReverseStringFilterReverse token string, for example "country" => "yrtnuoc".Classorg.apache.lucene.analysis.reverseApache Lucenejavadoc
RomanianAnalyzerAnalyzer for Romanian.Classorg.apache.lucene.analysis.roApache Lucenejavadoc
RussianAnalyzerAnalyzer for Russian language.Classorg.apache.lucene.analysis.ruApache Lucenejavadoc
RussianLightStemFilterA TokenFilter that applies RussianLightStemmer to stem Russian To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.ruApache Lucenejavadoc
ScandinavianFoldingFilterClassorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
ScandinavianNormalizationFilterClassorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
SegmentingTokenizerBaseBreaks text into sentences with a BreakIterator and allows subclasses to decompose these sentences into words.Classorg.apache.lucene.analysis.utilApache Lucenejavadoc
SerbianNormalizationFilterNormalizes Serbian Cyrillic and Latin characters to "bald" Latin.Classorg.apache.lucene.analysis.srApache Lucenejavadoc
SerbianNormalizationRegularFilterNormalizes Serbian Cyrillic to Latin.Classorg.apache.lucene.analysis.srApache Lucenejavadoc
SetKeywordMarkerFilterMarks terms as keywords via the KeywordAttribute.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
ShingleAnalyzerWrapperA ShingleAnalyzerWrapper wraps a ShingleFilter around another Analyzer.Classorg.apache.lucene.analysis.shingleApache Lucenejavadoc
ShingleFilterA ShingleFilter constructs shingles (token n-grams) from a token stream.Classorg.apache.lucene.analysis.shingleApache Lucenejavadoc
SimpleAnalyzerAn Analyzer that filters LetterTokenizer with LowerCaseFilterClassorg.apache.lucene.analysis.coreApache Lucenejavadoc
SingleTokenTokenStreamA TokenStream containing a single token.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
SnowballFilterA filter that stems words using a Snowball-generated stemmer.Classorg.apache.lucene.analysis.snowballApache Lucenejavadoc
SoraniAnalyzerAnalyzer for Sorani Kurdish.Classorg.apache.lucene.analysis.ckbApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

SoraniNormalizationFilterClassorg.apache.lucene.analysis.ckbApache Lucenejavadoc
SoraniStemFilterA TokenFilter that applies SoraniStemmer to stem Sorani words.Classorg.apache.lucene.analysis.ckbApache Lucenejavadoc
SpanishAnalyzerAnalyzer for Spanish.Classorg.apache.lucene.analysis.esApache Lucenejavadoc
SpanishLightStemFilterA TokenFilter that applies SpanishLightStemmer to stem Spanish To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.esApache Lucenejavadoc
StandardAnalyzerFilters StandardTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of English stop words.Classorg.apache.lucene.analysis.standardApache Lucenejavadoc
StandardFilterNormalizes tokens extracted with StandardTokenizer.Classorg.apache.lucene.analysis.standardApache Lucenejavadoc
StandardTokenizerA grammar-based tokenizer constructed with JFlex.Classorg.apache.lucene.analysis.standardApache Lucenejavadoc
StandardTokenizer40Backcompat standard tokenizer for Lucene 4.Classorg.apache.lucene.analysis.standard.std40Apache Lucenejavadoc
StemmerOverrideFilterProvides the ability to override any KeywordAttribute aware stemmer with custom dictionary-based stemming.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
StopAnalyzerFilters LetterTokenizer with LowerCaseFilter and StopFilter.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
StopFilterRemoves stop words from a token stream.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
StopwordAnalyzerBaseBase class for Analyzers that need to make use of stopword sets.Classorg.apache.lucene.analysis.utilApache Lucenejavadoc
SwedishAnalyzerAnalyzer for Swedish.Classorg.apache.lucene.analysis.svApache Lucenejavadoc
SwedishLightStemFilterA TokenFilter that applies SwedishLightStemmer to stem Swedish To prevent terms from being stemmed use an instance ofClassorg.apache.lucene.analysis.svApache Lucenejavadoc
SynonymFilterMatches single or multi word synonyms in a token stream.Classorg.apache.lucene.analysis.synonymApache Lucenejavadoc
TeeSinkTokenFilterThis TokenFilter provides the ability to set aside attribute states that have already been analyzed.Classorg.apache.lucene.analysis.sinksApache Lucenejavadoc
TeeSinkTokenFilter.SinkTokenStreamTokenStream output from a tee.Classorg.apache.lucene.analysis.sinks.TeeSinkTokenFilterApache Lucenejavadoc
ThaiAnalyzerAnalyzer for Thai language.Classorg.apache.lucene.analysis.thApache Lucenejavadoc
ThaiTokenizerTokenizer that use BreakIterator to tokenize Thai text.Classorg.apache.lucene.analysis.thApache Lucenejavadoc
ThaiWordFilterTokenFilter that use BreakIterator to break each Token that is Thai into separate Token(s) for each Thai word.Classorg.apache.lucene.analysis.thApache Lucenejavadoc
TokenOffsetPayloadTokenFilterAdds the OffsetAttribute.Classorg.apache.lucene.analysis.payloadsApache Lucenejavadoc
TrimFilterTrims leading and trailing whitespace from Tokens in the stream.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
TruncateTokenFilterA token filter for truncating the terms into a specific length.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
TurkishAnalyzerAnalyzer for Turkish.Classorg.apache.lucene.analysis.trApache Lucenejavadoc
TurkishLowerCaseFilterNormalizes Turkish token text to lower case.Classorg.apache.lucene.analysis.trApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

TypeAsPayloadTokenFilterMakes the PackedTokenAttributeImpl.Classorg.apache.lucene.analysis.payloadsApache Lucenejavadoc
TypeTokenFilterRemoves tokens whose types appear in a set of blocked types from a token stream.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
UAX29URLEmailAnalyzerFilters UAX29URLEmailTokenizer with StandardFilter,Classorg.apache.lucene.analysis.standardApache Lucenejavadoc
UAX29URLEmailTokenizerThis class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in Classorg.apache.lucene.analysis.standardApache Lucenejavadoc
UAX29URLEmailTokenizer40Backcompat uax29 tokenizer for Lucene 4.Classorg.apache.lucene.analysis.standard.std40Apache Lucenejavadoc
UnicodeWhitespaceAnalyzerAn Analyzer that uses UnicodeWhitespaceTokenizer.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
UnicodeWhitespaceTokenizerA UnicodeWhitespaceTokenizer is a tokenizer that divides text at whitespace.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
UpperCaseFilterNormalizes token text to UPPER CASE.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
WhitespaceAnalyzerAn Analyzer that uses WhitespaceTokenizer.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
WhitespaceTokenizerA tokenizer that divides text at whitespace characters as defined by Character.Classorg.apache.lucene.analysis.coreApache Lucenejavadoc
WikipediaTokenizerExtension of StandardTokenizer that is aware of Wikipedia syntax.Classorg.apache.lucene.analysis.wikipediaApache Lucenejavadoc
WordDelimiterFilterSplits words into subwords and performs optional transformations on subword groups.Classorg.apache.lucene.analysis.miscellaneousApache Lucenejavadoc
ICUCollationKeyAnalyzer Configures KeywordTokenizer with ICUCollationAttributeFactory.Classorg.apache.lucene.collationApache Lucenejavadoc
ICUFoldingFilterA TokenFilter that applies search term folding to Unicode text, applying foldings from UTR#30 Character Foldings.Classorg.apache.lucene.analysis.icuApache Lucenejavadoc
ICUNormalizer2CharFilterNormalize token text with ICU's Normalizer2.Classorg.apache.lucene.analysis.icuApache Lucenejavadoc
ICUNormalizer2FilterNormalize token text with ICU's Normalizer2 With this filter, you can normalize text in the following ways:Classorg.apache.lucene.analysis.icuApache Lucenejavadoc
ICUTokenizerBreaks text into words according to UAX #29: Unicode Text Segmentation (http://www.Classorg.apache.lucene.analysis.icu.segmentationApache Lucenejavadoc
ICUTransformFilterA TokenFilter that transforms text with ICU.Classorg.apache.lucene.analysis.icuApache Lucenejavadoc
JapaneseAnalyzerAnalyzer for Japanese that uses morphological analysis.Classorg.apache.lucene.analysis.jaApache Lucenejavadoc
JapaneseBaseFormFilterReplaces term text with the BaseFormAttribute.Classorg.apache.lucene.analysis.jaApache Lucenejavadoc
JapaneseIterationMarkCharFilterNormalizes Japanese horizontal iteration marks (odoriji) to their expanded form.Classorg.apache.lucene.analysis.jaApache Lucenejavadoc
JapaneseKatakanaStemFilterA TokenFilter that normalizes common katakana spelling variations ending in a long sound character by removing this character (U+30FC).Classorg.apache.lucene.analysis.jaApache Lucenejavadoc
JapanesePartOfSpeechStopFilterRemoves tokens that match a set of part-of-speech tags.Classorg.apache.lucene.analysis.jaApache Lucenejavadoc
JapaneseReadingFormFilterA TokenFilter that replaces the term attribute with the reading of a token in either katakana or romaji form.Classorg.apache.lucene.analysis.jaApache Lucenejavadoc
JapaneseTokenizerTokenizer for Japanese that uses morphological analysis.Classorg.apache.lucene.analysis.jaApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

Lucene43JapanesePartOfSpeechStopFilterBackcompat JapanesePartOfSpeechStopFilter for versions 4.Classorg.apache.lucene.analysis.jaApache Lucenejavadoc
MorfologikAnalyzerAnalyzer using Morfologik library.Classorg.apache.lucene.analysis.morfologikApache Lucenejavadoc
MorfologikFilterTokenFilter using Morfologik library to transform input tokens into lemma and morphosyntactic (POS) tokens.Classorg.apache.lucene.analysis.morfologikApache Lucenejavadoc
BeiderMorseFilterTokenFilter for Beider-Morse phonetic encoding.Classorg.apache.lucene.analysis.phoneticApache Lucenejavadoc
DaitchMokotoffSoundexFilterClassorg.apache.lucene.analysis.phoneticApache Lucenejavadoc
DoubleMetaphoneFilterClassorg.apache.lucene.analysis.phoneticApache Lucenejavadoc
PhoneticFilterCreate tokens for phonetic matches.Classorg.apache.lucene.analysis.phoneticApache Lucenejavadoc
HMMChineseTokenizerTokenizer for Chinese or mixed Chinese-English text.Classorg.apache.lucene.analysis.cn.smartApache Lucenejavadoc
SentenceTokenizerTokenizes input text into sentences.Classorg.apache.lucene.analysis.cn.smartApache Lucenejavadoc
SmartChineseAnalyzer SmartChineseAnalyzer is an analyzer for Chinese or mixed Chinese-English text.Classorg.apache.lucene.analysis.cn.smartApache Lucenejavadoc
WordTokenFilterA TokenFilter that breaks sentences into words.Classorg.apache.lucene.analysis.cn.smartApache Lucenejavadoc
PolishAnalyzerAnalyzer for Polish.Classorg.apache.lucene.analysis.plApache Lucenejavadoc
StempelFilterTransforms the token stream as per the stemming algorithm.Classorg.apache.lucene.analysis.stempelApache Lucenejavadoc
BaseUIMATokenizerAbstract base implementation of a Tokenizer which is able to analyze the given input with a UIMA AnalysisEngineClassorg.apache.lucene.analysis.uimaApache Lucenejavadoc
UIMAAnnotationsTokenizerClassorg.apache.lucene.analysis.uimaApache Lucenejavadoc
UIMABaseAnalyzerClassorg.apache.lucene.analysis.uimaApache Lucenejavadoc
UIMATypeAwareAnalyzerClassorg.apache.lucene.analysis.uimaApache Lucenejavadoc
UIMATypeAwareAnnotationsTokenizerA Tokenizer which creates token from UIMA Annotations filling also their TypeAttribute according to FeaturePaths specifiedClassorg.apache.lucene.analysis.uimaApache Lucenejavadoc
Lucene40BlockTreeTermsReaderA block-based terms index and dictionary that assigns terms to variable length blocks according to how theyClassorg.apache.lucene.codecs.blocktreeApache Lucenejavadoc
Lucene41PostingsReaderLucene 4.Classorg.apache.lucene.codecs.lucene41Apache Lucenejavadoc
UndeadNormsProducerUsed only for backwards compatibility corner case, to provide re-animated norms when all fields are undead.Classorg.apache.lucene.codecsApache Lucenejavadoc
AlgorithmClassorg.apache.lucene.benchmark.byTask.utilsApache Lucenejavadoc
ContentItemsSourceBase class for source of data for benchmarking Keeps track of various statistics, such as how many data items were generated, Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
ContentSourceRepresents content from a specified source, such as TREC, Reuters etc.Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
DirContentSourceA ContentSource using the Dir collection for its input.Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

DocMakerCreates Document objects.Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
EnwikiContentSourceA ContentSource which reads the English Wikipedia dump.Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
FacetSourceSource items for facets.Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
LineDocSourceA ContentSource reading one line at a time as a Document from a single file.Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
LongToEnglishContentSourceCreates documents whose content is a long number starting from Long.Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
PerfRunDataData maintained by a performance test run.Classorg.apache.lucene.benchmark.byTaskApache Lucenejavadoc
RandomFacetSourceSimple implementation of a random facet source Supports the following parameters:Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
ReutersContentSourceA ContentSource reading from the Reuters collection.Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
SingleDocSourceCreates the same document each time getNextDocData(DocData) is called.Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
SortableSingleDocSourceAdds fields appropriate for sorting: country, random_string and sort_field (int).Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
SpatialDocMakerIndexes spatial data according to a configured SpatialStrategy with optional shape transformation via a configured SpatialDocMaker.Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
TrecContentSource Supports the following configuration parameters (on top of work.Classorg.apache.lucene.benchmark.byTask.feedsApache Lucenejavadoc
BlockTermsReaderHandles a terms dict, but decouples all details of doc/freqs/positions reading to an instance of PostingsReaderBase.Classorg.apache.lucene.codecs.blocktermsApache Lucenejavadoc
BlockTermsWriterWrites terms dict, block-encoding (column stride) each term's metadata for each set of terms between twoClassorg.apache.lucene.codecs.blocktermsApache Lucenejavadoc
FixedGapTermsIndexReaderTermsIndexReader for simple every Nth terms indexes.Classorg.apache.lucene.codecs.blocktermsApache Lucenejavadoc
FixedGapTermsIndexWriterSelects every Nth term as and index term, and hold term bytes (mostly) fully expanded in memory.Classorg.apache.lucene.codecs.blocktermsApache Lucenejavadoc
FSTOrdTermsReaderFST-based terms dictionary reader.Classorg.apache.lucene.codecs.memoryApache Lucenejavadoc
FSTOrdTermsWriterFST-based term dict, using ord as FST output.Classorg.apache.lucene.codecs.memoryApache Lucenejavadoc
FSTTermsReaderFST-based terms dictionary reader.Classorg.apache.lucene.codecs.memoryApache Lucenejavadoc
FSTTermsWriterFST-based term dict, using metadata as FST output.Classorg.apache.lucene.codecs.memoryApache Lucenejavadoc
OrdsBlockTreeTermsReaderSee OrdsBlockTreeTermsWriter.Classorg.apache.lucene.codecs.blocktreeordsApache Lucenejavadoc
OrdsBlockTreeTermsWriterThis 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.Classorg.apache.lucene.codecs.blocktreeordsApache Lucenejavadoc
SimpleTextNormsFormat.SimpleTextNormsConsumerWrites plain-text norms.Classorg.apache.lucene.codecs.simpletext.SimpleTextNormsFormatApache Lucenejavadoc
SimpleTextNormsFormat.SimpleTextNormsProducerReads plain-text norms.Classorg.apache.lucene.codecs.simpletext.SimpleTextNormsFormatApache Lucenejavadoc
SimpleTextStoredFieldsReaderreads plaintext stored fields FOR RECREATIONAL USE ONLYClassorg.apache.lucene.codecs.simpletextApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

SimpleTextStoredFieldsWriterWrites plain-text stored fields.Classorg.apache.lucene.codecs.simpletextApache Lucenejavadoc
SimpleTextTermVectorsReaderReads plain-text term vectors.Classorg.apache.lucene.codecs.simpletextApache Lucenejavadoc
SimpleTextTermVectorsWriterWrites plain-text term vectors.Classorg.apache.lucene.codecs.simpletextApache Lucenejavadoc
TermsIndexReaderBaseBlockTermsReader interacts with an instance of this class to manage its terms index.Classorg.apache.lucene.codecs.blocktermsApache Lucenejavadoc
TermsIndexWriterBaseBase class for terms index implementations to plug into BlockTermsWriter.Classorg.apache.lucene.codecs.blocktermsApache Lucenejavadoc
VariableGapTermsIndexReaderSee VariableGapTermsIndexWriterWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.codecs.blocktermsApache Lucenejavadoc
VariableGapTermsIndexWriterSelects index terms according to provided pluggable VariableGapTermsIndexWriter.Classorg.apache.lucene.codecs.blocktermsApache Lucenejavadoc
DistanceFacetsExampleShows simple usage of dynamic range faceting, using the expressions module to calculate distance.Classorg.apache.lucene.demo.facetApache Lucenejavadoc
RangeFacetsExampleShows simple usage of dynamic range faceting.Classorg.apache.lucene.demo.facetApache Lucenejavadoc
DirectoryTaxonomyReaderA TaxonomyReader which retrieves stored taxonomy information from a Reading from the on-disk index on every method call is too slow, so thisClassorg.apache.lucene.facet.taxonomy.directoryApache Lucenejavadoc
DirectoryTaxonomyWriterTaxonomyWriter which uses a Directory to store the taxonomy information on disk, and keeps an additional in-memory cache of some or allClassorg.apache.lucene.facet.taxonomy.directoryApache Lucenejavadoc
OrdinalMappingLeafReaderA FilterLeafReader for updating facets ordinal references, based on an ordinal map.Classorg.apache.lucene.facet.taxonomyApache Lucenejavadoc
SearcherTaxonomyManagerManages near-real-time reopen of both an IndexSearcher and a TaxonomyReader.Classorg.apache.lucene.facet.taxonomyApache Lucenejavadoc
TaxonomyReaderTaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.Classorg.apache.lucene.facet.taxonomyApache Lucenejavadoc
OffsetLimitTokenFilterClassorg.apache.lucene.search.highlightApache Lucenejavadoc
TermVectorLeafReaderWraps a Terms with a LeafReader, typically from term vectors.Classorg.apache.lucene.search.highlightApache Lucenejavadoc
TokenStreamFromTermVectorTokenStream created from a term vector field.Classorg.apache.lucene.search.highlightApache Lucenejavadoc
NativeUnixDirectoryA Directory implementation for all Unixes that uses DIRECT I/O to bypass OS level IO caching duringClassorg.apache.lucene.storeApache Lucenejavadoc
RAFDirectoryA straightforward implementation of FSDirectory using java.Classorg.apache.lucene.storeApache Lucenejavadoc
SortingLeafReaderAn LeafReader which supports sorting documents by a given Sort.Classorg.apache.lucene.indexApache Lucenejavadoc
UninvertingReaderA FilterReader that exposes indexed values as if they also had This is accomplished by inverting the inverted index or uninversion.Classorg.apache.lucene.uninvertingApache Lucenejavadoc
WindowsDirectoryNative Directory implementation for Microsoft Windows.Classorg.apache.lucene.storeApache Lucenejavadoc
HttpClientBaseBase class for Http clients.Classorg.apache.lucene.replicator.httpApache Lucenejavadoc
HttpReplicatorAn HTTP implementation of Replicator.Classorg.apache.lucene.replicator.httpApache Lucenejavadoc
IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriterA DirectoryTaxonomyWriter which sets the underlying IndexWriter's IndexDeletionPolicy toClassorg.apache.lucene.replicator.IndexAndTaxonomyRevisionApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

IndexInputInputStreamAn InputStream which wraps an IndexInput.Classorg.apache.lucene.replicatorApache Lucenejavadoc
LocalReplicatorA Replicator implementation for use by the side that publishes Revisions, as well for clients to check for updates.Classorg.apache.lucene.replicatorApache Lucenejavadoc
ReplicationClientA client which monitors and obtains new revisions from a Replicator.Classorg.apache.lucene.replicatorApache Lucenejavadoc
VersionBlockTreeTermsReaderSee VersionBlockTreeTermsWriter.Classorg.apache.lucene.codecs.idversionApache Lucenejavadoc
VersionBlockTreeTermsWriterThis 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.Classorg.apache.lucene.codecs.idversionApache Lucenejavadoc
AnalyzingInfixSuggesterAnalyzes the input text and then suggests matches based on prefix matches to any tokens in the indexed text.Classorg.apache.lucene.search.suggest.analyzingApache Lucenejavadoc
BlendedInfixSuggesterExtension of the AnalyzingInfixSuggester which transforms the weight after search to take into account the position of the searched term intoClassorg.apache.lucene.search.suggest.analyzingApache Lucenejavadoc
CompletionAnalyzer to provide additional completion-only tuning (e.Classorg.apache.lucene.search.suggest.documentApache Lucenejavadoc
CompletionTokenStreamToken stream which converts a provided token stream to an automaton.Classorg.apache.lucene.search.suggest.documentApache Lucenejavadoc
ExternalRefSorterBuilds and iterates over sequences stored on disk.Classorg.apache.lucene.search.suggest.fstApache Lucenejavadoc
SpellChecker Spell Checker class (Main class).Classorg.apache.lucene.search.spellApache Lucenejavadoc
SuggestStopFilterLike StopFilter except it will not remove the last token if that token was not followed by some tokenClassorg.apache.lucene.search.suggest.analyzingApache Lucenejavadoc
AllDeletedFilterReaderFilters the incoming reader and makes all documents appear deleted.Classorg.apache.lucene.indexApache Lucenejavadoc
AssertingDirectoryReaderA DirectoryReader that wraps all its subreaders with AssertingLeafReaderClassorg.apache.lucene.indexApache Lucenejavadoc
AssertingLeafReaderA FilterLeafReader that can be used to apply additional checks for tests.Classorg.apache.lucene.indexApache Lucenejavadoc
BaseDirectoryWrapperCalls check index on close.Classorg.apache.lucene.storeApache Lucenejavadoc
BaseTermVectorsFormatTestCase.RandomTokenStreamProduces a random TokenStream based off of provided terms.Classorg.apache.lucene.index.BaseTermVectorsFormatTestCaseApache Lucenejavadoc
CannedBinaryTokenStreamClassorg.apache.lucene.analysisApache Lucenejavadoc
CannedTokenStreamTokenStream from a canned list of Tokens.Classorg.apache.lucene.analysisApache Lucenejavadoc
CrankyTokenFilterThrows IOException from random Tokenstream methods.Classorg.apache.lucene.analysisApache Lucenejavadoc
FailOnNonBulkMergesInfoStreamClassorg.apache.lucene.utilApache Lucenejavadoc
FieldFilterLeafReaderA FilterLeafReader that exposes only a subset of fields from the underlying wrapped reader.Classorg.apache.lucene.indexApache Lucenejavadoc
FilterAsynchronousFileChannelA FilterAsynchronousFileChannel contains another AsynchronousFileChannel, which it uses as its basic Classorg.apache.lucene.mockfileApache Lucenejavadoc
FilterDirectoryStreamA FilterDirectoryStream contains another DirectoryStream, which it uses as its basic Classorg.apache.lucene.mockfileApache Lucenejavadoc
FilterFileChannelA FilterFileChannel contains another FileChannel, which it uses as its basic Classorg.apache.lucene.mockfileApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

FilterFileSystemA FilterFileSystem contains another FileSystem, which it uses as its basic Classorg.apache.lucene.mockfileApache Lucenejavadoc
FilterInputStream2A FilterInputStream2 contains another InputStream, which it uses as its basic Classorg.apache.lucene.mockfileApache Lucenejavadoc
FilterOutputStream2A FilterOutputStream2 contains another OutputStream, which it uses as its basic Classorg.apache.lucene.mockfileApache Lucenejavadoc
FilterSeekableByteChannelA FilterSeekableByteChannel contains another SeekableByteChannel, which it uses as its basic Classorg.apache.lucene.mockfileApache Lucenejavadoc
LineFileDocsMinimal port of benchmark's LneDocSource + DocMaker, so tests can enum docs from a line file createdClassorg.apache.lucene.utilApache Lucenejavadoc
LookaheadTokenFilterAn abstract TokenFilter to make it easier to build graph token filters requiring some lookahead.Classorg.apache.lucene.analysisApache Lucenejavadoc
MismatchedDirectoryReaderA DirectoryReader that wraps all its subreaders with MismatchedLeafReaderClassorg.apache.lucene.indexApache Lucenejavadoc
MismatchedLeafReaderShuffles field numbers around to try to trip bugs where field numbers are assumed to always be consistent across segments.Classorg.apache.lucene.indexApache Lucenejavadoc
MockAnalyzerAnalyzer for testing This analyzer is a replacement for Whitespace/Simple/KeywordAnalyzersClassorg.apache.lucene.analysisApache Lucenejavadoc
MockBytesAnalyzerAnalyzer for testing that encodes terms as UTF-16 bytes.Classorg.apache.lucene.analysisApache Lucenejavadoc
MockCharFilterthe purpose of this charfilter is to send offsets out of bounds if the analyzer doesn't use correctOffset or does incorrect offset math.Classorg.apache.lucene.analysisApache Lucenejavadoc
MockDirectoryWrapperThis is a Directory Wrapper that adds methods intended to be used only by unit tests.Classorg.apache.lucene.storeApache Lucenejavadoc
MockFixedLengthPayloadFilterTokenFilter that adds random fixed-length payloads.Classorg.apache.lucene.analysisApache Lucenejavadoc
MockGraphTokenFilterRandomly inserts overlapped (posInc=0) tokens with posLength sometimes > 1.Classorg.apache.lucene.analysisApache Lucenejavadoc
MockHoleInjectingTokenFilterClassorg.apache.lucene.analysisApache Lucenejavadoc
MockIndexInputWrapperUsed by MockDirectoryWrapper to create an input stream that keeps track of when it's been closed.Classorg.apache.lucene.storeApache Lucenejavadoc
MockIndexOutputWrapperUsed by MockRAMDirectory to create an output stream that will throw an IOException on fake disk full, track maxClassorg.apache.lucene.storeApache Lucenejavadoc
MockPayloadAnalyzerWraps a whitespace tokenizer with a filter that sets the first token, and odd tokens to posinc=1, and all othersClassorg.apache.lucene.analysisApache Lucenejavadoc
MockRandomLookaheadTokenFilterUses LookaheadTokenFilter to randomly peek at future tokens.Classorg.apache.lucene.analysisApache Lucenejavadoc
MockReaderWrapperWraps a Reader, and can throw random or fixed exceptions, and spoon feed read chars.Classorg.apache.lucene.analysisApache Lucenejavadoc
MockTokenFilterA tokenfilter for testing that removes terms accepted by a DFA.Classorg.apache.lucene.analysisApache Lucenejavadoc
MockTokenizerTokenizer for testing.Classorg.apache.lucene.analysisApache Lucenejavadoc
MockVariableLengthPayloadFilterTokenFilter that adds random variable-length payloads.Classorg.apache.lucene.analysisApache Lucenejavadoc
NullInfoStreamPrints nothing.Classorg.apache.lucene.utilApache Lucenejavadoc
QueryUtils.FCInvisibleMultiReaderThis is a MultiReader that can be used for randomly wrapping other readers without creating FieldCache insanity.Classorg.apache.lucene.search.QueryUtilsApache Lucenejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

RandomIndexWriterSilly class that randomizes the indexing experience.Classorg.apache.lucene.indexApache Lucenejavadoc
RawDirectoryWrapperDelegates all operations, even optional ones, to the wrapped directory.Classorg.apache.lucene.storeApache Lucenejavadoc
SimplePayloadFilterClassorg.apache.lucene.analysisApache Lucenejavadoc
SuppressingConcurrentMergeSchedulerA ConcurrentMergeScheduler that ignores AlreadyClosedException.Classorg.apache.lucene.indexApache Lucenejavadoc
ThrottledIndexOutputIntentionally slow IndexOutput for testing.Classorg.apache.lucene.utilApache Lucenejavadoc
ValidatingTokenFilterA TokenFilter that checks consistency of the tokens (eg offsets are consistent with one another).Classorg.apache.lucene.analysisApache Lucenejavadoc
BlockTermsReaderHandles a terms dict, but decouples all details of doc/freqs/positions reading to an instance of PostingsReaderBase.Classorg.apache.lucene.codecs.blocktermsApache Lucene Codecsjavadoc
BlockTermsWriterWrites terms dict, block-encoding (column stride) each term's metadata for each set of terms between twoClassorg.apache.lucene.codecs.blocktermsApache Lucene Codecsjavadoc
FixedGapTermsIndexReaderTermsIndexReader for simple every Nth terms indexes.Classorg.apache.lucene.codecs.blocktermsApache Lucene Codecsjavadoc
FixedGapTermsIndexWriterSelects every Nth term as and index term, and hold term bytes (mostly) fully expanded in memory.Classorg.apache.lucene.codecs.blocktermsApache Lucene Codecsjavadoc
FSTOrdTermsReaderFST-based terms dictionary reader.Classorg.apache.lucene.codecs.memoryApache Lucene Codecsjavadoc
FSTOrdTermsWriterFST-based term dict, using ord as FST output.Classorg.apache.lucene.codecs.memoryApache Lucene Codecsjavadoc
FSTTermsReaderFST-based terms dictionary reader.Classorg.apache.lucene.codecs.memoryApache Lucene Codecsjavadoc
FSTTermsWriterFST-based term dict, using metadata as FST output.Classorg.apache.lucene.codecs.memoryApache Lucene Codecsjavadoc
OrdsBlockTreeTermsReaderSee OrdsBlockTreeTermsWriter.Classorg.apache.lucene.codecs.blocktreeordsApache Lucene Codecsjavadoc
OrdsBlockTreeTermsWriterThis 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.Classorg.apache.lucene.codecs.blocktreeordsApache Lucene Codecsjavadoc
SimpleTextNormsFormat.SimpleTextNormsConsumerWrites plain-text norms.Classorg.apache.lucene.codecs.simpletext.SimpleTextNormsFormatApache Lucene Codecsjavadoc
SimpleTextNormsFormat.SimpleTextNormsProducerReads plain-text norms.Classorg.apache.lucene.codecs.simpletext.SimpleTextNormsFormatApache Lucene Codecsjavadoc
SimpleTextStoredFieldsReaderreads plaintext stored fields FOR RECREATIONAL USE ONLYClassorg.apache.lucene.codecs.simpletextApache Lucene Codecsjavadoc
SimpleTextStoredFieldsWriterWrites plain-text stored fields.Classorg.apache.lucene.codecs.simpletextApache Lucene Codecsjavadoc
SimpleTextTermVectorsReaderReads plain-text term vectors.Classorg.apache.lucene.codecs.simpletextApache Lucene Codecsjavadoc
SimpleTextTermVectorsWriterWrites plain-text term vectors.Classorg.apache.lucene.codecs.simpletextApache Lucene Codecsjavadoc
TermsIndexReaderBaseBlockTermsReader interacts with an instance of this class to manage its terms index.Classorg.apache.lucene.codecs.blocktermsApache Lucene Codecsjavadoc
TermsIndexWriterBaseBase class for terms index implementations to plug into BlockTermsWriter.Classorg.apache.lucene.codecs.blocktermsApache Lucene Codecsjavadoc
VariableGapTermsIndexReaderSee VariableGapTermsIndexWriterWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.codecs.blocktermsApache Lucene Codecsjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

VariableGapTermsIndexWriterSelects index terms according to provided pluggable VariableGapTermsIndexWriter.Classorg.apache.lucene.codecs.blocktermsApache Lucene Codecsjavadoc
OBase64Utils.InputStreamA OBase64Utils.Classcom.orientechnologies.orient.core.serialization.OBase64UtilsOrientdbjavadoc
OBase64Utils.OutputStreamA OBase64Utils.Classcom.orientechnologies.orient.core.serialization.OBase64UtilsOrientdbjavadoc
ODatabaseDocumentTxClasscom.orientechnologies.orient.core.db.documentOrientdbjavadoc
ODatabaseDocumentTxPooledPooled wrapper to the ODatabaseDocumentTx class.Classcom.orientechnologies.orient.core.db.documentOrientdbjavadoc
ODatabasePojoAbstractClasscom.orientechnologies.orient.object.dbOrientdbjavadoc
ODatabaseRecordWrapperAbstractClasscom.orientechnologies.orient.core.dbOrientdbjavadoc
ODatabaseWrapperAbstractClasscom.orientechnologies.orient.core.dbOrientdbjavadoc
OMemoryInputStreamClass to parse and write buffers in very fast way.Classcom.orientechnologies.orient.core.serializationOrientdbjavadoc
OMemoryStreamClass to parse and write buffers in very fast way.Classcom.orientechnologies.orient.core.serializationOrientdbjavadoc
OObjectDatabaseTxObject Database instance.Classcom.orientechnologies.orient.object.dbOrientdbjavadoc
OObjectDatabaseTxPooledPooled wrapper to the OObjectDatabaseTx class.Classcom.orientechnologies.orient.object.dbOrientdbjavadoc
BZip2PipedOutputStreamOpens a outputstream for writing into a bzip2 file by piping into the bzip2 command.Classedu.stanford.nlp.ioJavaNlpjavadoc
EncodingFileReaderThis is a convenience class which works almost exactly like but allows for the specification of input encoding.Classedu.stanford.nlp.ioJavaNlpjavadoc
FilteringTreeReaderA FilteringTreeReader filters the output of another TreeReader.Classedu.stanford.nlp.treesJavaNlpjavadoc
FragDiscardingPennTreeReaderClassedu.stanford.nlp.trees.international.pennchineseJavaNlpjavadoc
FrenchXMLTreeReaderA reader for XML format French Treebank files.Classedu.stanford.nlp.trees.international.frenchJavaNlpjavadoc
NullOutputStreamAn OutputStream which throws away all output instead of outputting anything Taken from http://stackoverflow.Classedu.stanford.nlp.ioJavaNlpjavadoc
PennTreeReaderThis class implements the TreeReader interface to read Penn Treebank-style files.Classedu.stanford.nlp.treesJavaNlpjavadoc
PrintFileShorthand class for opening an output file for human-readable output.Classedu.stanford.nlp.ioJavaNlpjavadoc
ReaderInputStreamAdapts a Reader as an InputStream.Classedu.stanford.nlp.ioJavaNlpjavadoc
RedwoodPrintStreamA PrintStream that writes to Redwood logs.Classedu.stanford.nlp.util.loggingJavaNlpjavadoc
StringOutputStreamAn OutputStream that can be turned into a String.Classedu.stanford.nlp.ioJavaNlpjavadoc
SystemUtils.ProcessOutputStreamClassedu.stanford.nlp.util.SystemUtilsJavaNlpjavadoc
TeeStreamClassedu.stanford.nlp.ioJavaNlpjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

BufferedInputStreamBased on the buffered input stream from the JDK with some minor tweaks to allow external classes to monitor stream status and progress.Classcom.codename1.ioCodeName Onejavadoc
BufferedOutputStreamBased on the buffered output stream from the JDK with some minor tweaks to allow external classes to monitor stream status and progress.Classcom.codename1.ioCodeName Onejavadoc
ByteArrayInputStreamA ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.Classjava.ioCodeName Onejavadoc
Check Code Snippets / Samples for java.io.ByteArrayInputStream
ByteArrayOutputStreamThis class implements an output stream in which the data is written into a byte array.Classjava.ioCodeName Onejavadoc
Check Code Snippets / Samples for java.io.ByteArrayOutputStream
CharArrayReaderA specialized Reader for reading the contents of a char array.Classcom.codename1.ioCodeName Onejavadoc
DataInputStreamA data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.Classjava.ioCodeName Onejavadoc
Check Code Snippets / Samples for java.io.DataInputStream
DataOutputStreamA data output stream lets an application write primitive Java data types to an output stream in a portable way.Classjava.ioCodeName Onejavadoc
Check Code Snippets / Samples for java.io.DataOutputStream
DeflaterOutputStreamClasscom.codename1.io.gzipCodeName Onejavadoc
FilterInputStreamClasscom.codename1.io.gzipCodeName Onejavadoc
FilterOutputStreamClasscom.codename1.io.gzipCodeName Onejavadoc
GZIPInputStreamClasscom.codename1.io.gzipCodeName Onejavadoc
GZIPOutputStreamClasscom.codename1.io.gzipCodeName Onejavadoc
InflaterInputStreamClasscom.codename1.io.gzipCodeName Onejavadoc
InputStreamThis abstract class is the superclass of all classes representing an input stream of bytes.Classjava.ioCodeName Onejavadoc
Check Code Snippets / Samples for java.io.InputStream
InputStreamReaderAn InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.Classjava.ioCodeName Onejavadoc
Check Code Snippets / Samples for java.io.InputStreamReader
OutputStreamThis abstract class is the superclass of all classes representing an output stream of bytes.Classjava.ioCodeName Onejavadoc
Check Code Snippets / Samples for java.io.OutputStream
OutputStreamWriterAn OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes.Classjava.ioCodeName Onejavadoc
Check Code Snippets / Samples for java.io.OutputStreamWriter
PrintStreamA PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.Classjava.ioCodeName Onejavadoc
Check Code Snippets / Samples for java.io.PrintStream
ReaderAbstract class for reading character streams.Classjava.ioCodeName Onejavadoc
Check Code Snippets / Samples for java.io.Reader
StringReaderClasscom.codename1.util.regexCodeName Onejavadoc
TarInputStreamClasscom.codename1.io.tarCodeName Onejavadoc
TarOutputStreamClasscom.codename1.io.tarCodeName Onejavadoc
WriterAbstract class for writing to character streams.Classjava.ioCodeName Onejavadoc
Check Code Snippets / Samples for java.io.Writer
Base64.InputStreamA Base64.Classorg.jivesoftware.util.Base64OpenFirejavadoc
Base64.OutputStreamA Base64.Classorg.jivesoftware.util.Base64OpenFirejavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

ClientSessionConnectionRepresents a connection of a Client Session that was established to a Connection Manager.Classorg.jivesoftware.openfire.multiplexOpenFirejavadoc
HttpSession.HttpVirtualConnectionClassorg.jivesoftware.openfire.http.HttpSessionOpenFirejavadoc
NIOConnectionClassorg.jivesoftware.openfire.nioOpenFirejavadoc
PluginClassLoaderClassLoader for plugins.Classorg.jivesoftware.openfire.containerOpenFirejavadoc
ProxyOutputStreamAn output stream which tracks the amount of bytes transfered by proxy sockets.Classorg.jivesoftware.openfire.filetransfer.proxyOpenFirejavadoc
SocketConnectionAn object to track the state of a XMPP client-server session.Classorg.jivesoftware.openfire.netOpenFirejavadoc
VirtualConnectionAbstract implementation of the Connection interface that models abstract connections.Classorg.jivesoftware.openfire.netOpenFirejavadoc
FijiClassLoaderSpecial class loader for ImageJ 1.ClassfijiFijijavadoc
ForwardingJavaFileManagerForwards calls to a given file manager.Classjavax.toolsFijijavadoc
ImageProcessorReaderA low-level reader for ImageProcessor objects.Classloci.plugins.utilFijijavadoc
JavacFileManagerThis class provides access to the source, class and other files used by the compiler and related tools.Classcom.sun.tools.javac.fileFijijavadoc
JavacFilerThe FilerImplementation class must maintain a number of constraints.Classcom.sun.tools.javac.processingFijijavadoc
JavacProcessingEnvironmentObjects of this class hold and manage the state needed to support annotation processing.Classcom.sun.tools.javac.processingFijijavadoc
LittleEndianInputStreamReads little-endian data from a source InputStream by reversing byte ordering.Classnet.sf.image4j.ioFijijavadoc
LittleEndianOutputStreamWrites little-endian data to a target OutputStream by reversing byte ordering.Classnet.sf.image4j.ioFijijavadoc
LittleEndianRandomAccessFileProvides endian conversions for input and output with a RandomAccessFile.Classnet.sf.image4j.ioFijijavadoc
LoggerThis class is used to log messages occurring during TrackMate execution.Classfiji.plugin.trackmateFijijavadoc
Logger.SlaveLoggerA logger that wraps a master logger and uses it to echo any received message.Classfiji.plugin.trackmate.LoggerFijijavadoc
Logger.StringBuilderLoggerThis Logger outputs to a StringBuilder given at construction.Classfiji.plugin.trackmate.LoggerFijijavadoc
LoggingInputStreamA class to monitor an input stream for speed and total byte download.Classini.trakem2.ioFijijavadoc
Pbd16InputStreamDecompresses a binary InputStream using Sean Murphy's fast PBD pack-bits plus difference encoding.Classorg.janelia.vaa3d.readerFijijavadoc
Pbd8InputStreamDecompresses a binary InputStream using Sean Murphy's fast PBD pack-bits plus difference encoding.Classorg.janelia.vaa3d.readerFijijavadoc
PbdInputStreamBase class for Pbd8InputStream and Pbd16InputStream.Classorg.janelia.vaa3d.readerFijijavadoc
RandomAccessInputStreamWrapperWrapper class to convert RandomAccessInputStream to RandomAccessInputStream.Classio.scif.bf.wrapperFijijavadoc
RandomAccessInputStreamWrapperWrapper class to convert RandomAccessInputStream to RandomAccessInputStream.Classio.scif.commonFijijavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

TextAreaWriterWriter implementation that writes to a JTextArea document.Classloci.plugins.configFijijavadoc
VirtualReaderClassloci.plugins.utilFijijavadoc
WrappingJavaFileManagerWraps all calls to a given file manager.Classcom.sun.tools.javac.apiFijijavadoc
ActorAn actor is a self-contained execution unit - an object running in its own strand and communicating with other actors via messages.Classco.paralleluniverse.actorsQuasarjavadoc
ActorRefAn actor's external API (for use by code not part of the actor).Classco.paralleluniverse.actorsQuasarjavadoc
ActorRefDelegateAn ActorRef which delegates all operations to another ActorRef.Classco.paralleluniverse.actorsQuasarjavadoc
BasicActorA subclass of Actor that provides selective receive capabilities.Classco.paralleluniverse.actorsQuasarjavadoc
BehaviorA general behavior-actor interfaceSee Also:Serialized FormClassco.paralleluniverse.actors.behaviorsQuasarjavadoc
BehaviorActorA general behavior-actor class, extended by all behaviors.Classco.paralleluniverse.actors.behaviorsQuasarjavadoc
DelegatingReceivePortClassco.paralleluniverse.strands.channelsQuasarjavadoc
DelegatingSendPortClassco.paralleluniverse.strands.channelsQuasarjavadoc
EventSourceAn interface to an EventSourceActor.Classco.paralleluniverse.actors.behaviorsQuasarjavadoc
EventSourceActorA behavior actor that can be notified of *event* messages, which are delivered to *event handlers* which may be registered with the actor.Classco.paralleluniverse.actors.behaviorsQuasarjavadoc
FiberFileChannelA fiber-blocking version of FileChannel.Classco.paralleluniverse.fibers.ioQuasarjavadoc
FiberServerSocketChannelA fiber-blocking version of ServerSocketChannel.Classco.paralleluniverse.fibers.ioQuasarjavadoc
FiberSocketChannelA fiber-blocking version of SocketChannel.Classco.paralleluniverse.fibers.ioQuasarjavadoc
FiniteStateMachineActorA behavior implementing a finite-state-machine.Classco.paralleluniverse.actors.behaviorsQuasarjavadoc
FlatMappingReceivePortClassco.paralleluniverse.strands.channelsQuasarjavadoc
MailboxA channel that is used as an actor's mailbox.Classco.paralleluniverse.actorsQuasarjavadoc
ProxyServerActorWraps 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).Classco.paralleluniverse.actors.behaviorsQuasarjavadoc
QueueChannelClassco.paralleluniverse.strands.channelsQuasarjavadoc
QueueDoubleChannelClassco.paralleluniverse.strands.channelsQuasarjavadoc
QueueFloatChannelClassco.paralleluniverse.strands.channelsQuasarjavadoc
QueueIntChannelClassco.paralleluniverse.strands.channelsQuasarjavadoc
QueueLongChannelClassco.paralleluniverse.strands.channelsQuasarjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

QueueObjectChannelClassco.paralleluniverse.strands.channelsQuasarjavadoc
QueuePrimitiveChannelClassco.paralleluniverse.strands.channelsQuasarjavadoc
ReceivePortGroupClassco.paralleluniverse.strands.channelsQuasarjavadoc
ServerAn interface to a ServerActor.Classco.paralleluniverse.actors.behaviorsQuasarjavadoc
ServerActorA behavior implementing a server that responds to request messages.Classco.paralleluniverse.actors.behaviorsQuasarjavadoc
SingleConsumerQueueChannelClassco.paralleluniverse.strands.channelsQuasarjavadoc
SplitSendPortSendPort that will send messages it receives to a target SendPort.Classco.paralleluniverse.strands.channelsQuasarjavadoc
SupervisorAn interface to a SupervisorActor.Classco.paralleluniverse.actors.behaviorsQuasarjavadoc
SupervisorActorAn actor that supervises, and if necessary, restarts other actors.Classco.paralleluniverse.actors.behaviorsQuasarjavadoc
TickerChannelConsumerA ReceivePort which is a view of a ticker channel.Classco.paralleluniverse.strands.channelsQuasarjavadoc
TickerChannelConsumer.TickerChannelFloatConsumerClassco.paralleluniverse.strands.channels.TickerChannelConsumerQuasarjavadoc
TimeoutChannelClassco.paralleluniverse.strands.channelsQuasarjavadoc
TransferChannelClassco.paralleluniverse.strands.channelsQuasarjavadoc
TransformingReceivePortA ReceivePort with additional functional-transform operations, usually wrapping a plain ReceivePort.Classco.paralleluniverse.strands.channelsQuasarjavadoc
TransformingSendPortA SendPort with additional functional-transform operations, usually wrapping a plain SendPort.Classco.paralleluniverse.strands.channelsQuasarjavadoc
ValChannelAn adapter that turns a DelayedVal into a ReceivePort that receives the DelayedVal's value and then closes.Classco.paralleluniverse.strands.dataflowQuasarjavadoc
ZippingReceivePortClassco.paralleluniverse.strands.channelsQuasarjavadoc
LEDataInputStreamLittle Endian Data Input Stream.Classcom.jogamp.opengl.util.texture.spiJogAmpjavadoc
LEDataOutputStreamLittle Endian Data Output Stream.Classcom.jogamp.opengl.util.texture.spiJogAmpjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner