| Modifier and Type | Class and Description |
|---|---|
class |
HTTPWriterProxy
This proxy is an implementation of the
IWriterProxy interface available to be
used by writers that want to make available their authored IBuffer to readers
that can connect to an HTTP connection that can serve it regardless of their location |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalWriterProxy
This proxy is an implementation of the
IWriterProxy interface available to be
used by writers that want to make available their authored IBuffer only to
readers that are collocated in the same JVM as they are |
| Modifier and Type | Class and Description |
|---|---|
class |
TCPWriterProxy
This proxy is an implementation of the
IWriterProxy interface available to be
used by writers that want to make available their authored IBuffer to readers
that can connect to a raw TCP socket that can serve it regardless of their location |
| Constructor and Description |
|---|
BufferStoreReader(String key,
IWriterProxy proxy)
Creates a new instance
|
| Constructor and Description |
|---|
WriterFileThread(IWriterProxy proxy,
int itemsToProduce,
int disposePrematurely,
long timeoutLifecycle,
TimeUnit timeunitLifecycle,
String fileName,
IBuffer.TransportDirective directive,
boolean doCompress,
int capacity)
Create writer
|
WriterMultiFieldThread(IWriterProxy proxy,
int itemsToProduce,
int disposePrematurely,
long timeoutLifecycle,
TimeUnit timeunitLifecycle,
int capacity)
Create writer
|
WriterObjectThread(IWriterProxy proxy,
int itemsToProduce,
int disposePrematurely,
long timeoutLifecycle,
TimeUnit timeunitLifecycle,
int capacity)
Create writer
|
WriterSimpleThread(IWriterProxy proxy,
int itemsToProduce,
int disposePrematurely,
long timeoutLifecycle,
TimeUnit timeunitLifecycle,
int capacity,
boolean sendEvents)
Create writer
|
WriterURLThread(IWriterProxy proxy,
int itemsToProduce,
int disposePrematurely,
long timeoutLifecycle,
TimeUnit timeunitLifecycle,
int capacity,
String url)
Create writer
|
WriterURLThread(IWriterProxy proxy,
int itemsToProduce,
int disposePrematurely,
long timeoutLifecycle,
TimeUnit timeunitLifecycle,
int capacity,
String url,
String additionalString)
Create writer
|
| Constructor and Description |
|---|
RecordWriter(IWriterProxy proxy,
IRecordReader reader)
Creates a new instance using the configuration retrieved from an
IRecordReader. |
RecordWriter(IWriterProxy proxy,
IRecordReader reader,
int capacity,
int concurrentPartialCapacity,
float mirrorSizeFactor)
Creates a new instance using the same record definitions as the ones of the supplied
IRecordReader. |
RecordWriter(IWriterProxy proxy,
IRecordReader reader,
int capacity,
int concurrentPartialCapacity,
float mirrorSizeFactor,
long inactivityTimeout,
TimeUnit inactivityTimeUnit)
Creates a new instance using the same record definitions as the ones of the supplied
IRecordReader. |
RecordWriter(IWriterProxy proxy,
RecordDefinition[] definitions)
Creates a new instance
|
RecordWriter(IWriterProxy proxy,
RecordDefinition[] definitions,
int capacity,
int concurrentPartialCapacity,
float mirrorSizeFactor)
Creates a new instance
|
RecordWriter(IWriterProxy proxy,
RecordDefinition[] definitions,
int capacity,
int concurrentPartialCapacity,
float mirrorSizeFactor,
long inactivityTimeout,
TimeUnit inactivityTimeUnit)
Creates a new instance
|
Copyright © 2014. All Rights Reserved.