| Modifier and Type | Method and Description |
|---|---|
RecordDefinition[] |
IBuffer.getRecordDefinitions()
Retrieves the definitions of the
Records provided using IBuffer.setRecordDefinitions(RecordDefinition[]) |
RecordDefinition[] |
QueueBuffer.getRecordDefinitions()
Retrieves the definitions of the
Records provided using IBuffer.setRecordDefinitions(RecordDefinition[]) |
| Modifier and Type | Method and Description |
|---|---|
void |
IBuffer.setRecordDefinitions(RecordDefinition[] definitions)
|
void |
QueueBuffer.setRecordDefinitions(RecordDefinition[] definitions)
|
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition[] |
ForwardReader.getRecordDefinitions()
Retrieves the
RecordDefinitions that define the Records that are accessible through the reader. |
RecordDefinition[] |
RandomReader.getRecordDefinitions()
Retrieves the
RecordDefinitions that define the Records that are accessible through the reader |
RecordDefinition[] |
IRecordReader.getRecordDefinitions()
Retrieves the
RecordDefinitions that define the Records that are accessible through the reader. |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition[] |
RecordReaderDelegate.getRecordDefinitions()
Retrieves the
RecordDefinitions that define the Records that are accessible through the reader. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericRecordDefinition
This
RecordDefinition extending class acts as a generic placeholder for record definitions. |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
Record.getDefinition()
Retrieves the
RecordDefinition associated with this Record. |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordDefinition.copyFrom(RecordDefinition other) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition[] |
BufferStoreEntry.getDefinitions()
Retrieves the
RecordDefinitions from the persisted location it has stored them at initialization |
| Constructor and Description |
|---|
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.