| Interface | Description |
|---|---|
| ContentWriter |
Represents a writer that writes stream event content to a stream.
|
| ContentWriterFactory |
Factory for creating
ContentWriter. |
| Class | Description |
|---|---|
| AsyncChannelBufferInputStream |
An
InputStream implementation that reads data from ChannelBuffer. |
| BufferedContentWriterFactory |
A
ContentWriterFactory that creates ContentWriter that buffer all write requests in memory
and write them out at close time. |
| FileContentWriterFactory |
A
ContentWriterFactory that creates ContentWriter that will
write events to file directly. |
| LengthBasedContentWriterFactory |
A
ContentWriterFactory that creates LengthBasedContentWriter that buffers write requests in memory
until a threshold and then switches to writing events to file directly. |
| StreamBodyConsumerFactory |
A factory for creating
BodyConsumer to support the stream batch ingest endpoint. |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.