|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRecordReader | |
|---|---|
| gr.uoa.di.madgik.grs.reader | |
| gr.uoa.di.madgik.grs.reader.decorators | |
| gr.uoa.di.madgik.grs.reader.decorators.keepalive | |
| gr.uoa.di.madgik.grs.writer | |
| Uses of IRecordReader in gr.uoa.di.madgik.grs.reader |
|---|
| Classes in gr.uoa.di.madgik.grs.reader that implement IRecordReader | |
|---|---|
class |
ForwardReader<T extends Record>
The ForwardReader class provides access over an authored IBuffer in a forward only fashion. |
class |
RandomReader<T extends Record>
The RandomReader class provides access over an authored IBuffer in a random access fashion. |
| Uses of IRecordReader in gr.uoa.di.madgik.grs.reader.decorators |
|---|
| Classes in gr.uoa.di.madgik.grs.reader.decorators that implement IRecordReader | |
|---|---|
class |
RecordReaderDelegate<T extends Record>
Class delegating all operations to the underlying IRecordReader. |
| Fields in gr.uoa.di.madgik.grs.reader.decorators declared as IRecordReader | |
|---|---|
protected IRecordReader<T> |
RecordReaderDelegate.reader
|
| Constructors in gr.uoa.di.madgik.grs.reader.decorators with parameters of type IRecordReader | |
|---|---|
RecordReaderDelegate(IRecordReader<T> reader)
Creates a new reader delegator which forwards all operations to the underlying IRecordReader |
|
| Uses of IRecordReader in gr.uoa.di.madgik.grs.reader.decorators.keepalive |
|---|
| Classes in gr.uoa.di.madgik.grs.reader.decorators.keepalive that implement IRecordReader | |
|---|---|
class |
KeepAliveReader<T extends Record>
A KeepAliveReader adds keep-alive functionality to a IRecordReader. |
| Constructors in gr.uoa.di.madgik.grs.reader.decorators.keepalive with parameters of type IRecordReader | |
|---|---|
KeepAliveReader(IRecordReader<T> reader,
long keepAliveFrequency,
TimeUnit keepAliveFrequencyUnit)
Creates a new instance |
|
KeepAliveReader(IRecordReader<T> reader,
long keepAliveFrequency,
TimeUnit keepAliveFrequencyUnit,
long inactivityTimeout,
TimeUnit inactivityTimeUnit)
|
|
| Uses of IRecordReader in gr.uoa.di.madgik.grs.writer |
|---|
| Constructors in gr.uoa.di.madgik.grs.writer with parameters of type IRecordReader | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||