| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.buffer | |
| gr.uoa.di.madgik.grs.record | |
| gr.uoa.di.madgik.grs.record.field | |
| gr.uoa.di.madgik.grs.test |
| Modifier and Type | Method and Description |
|---|---|
void |
IBuffer.setTransportDirective(IBuffer.TransportDirective directive)
Sets the
IBuffer.TransportDirective set for the IBuffer. |
void |
QueueBuffer.setTransportDirective(IBuffer.TransportDirective directive)
Sets the
IBuffer.TransportDirective set for the IBuffer. |
| Modifier and Type | Field and Description |
|---|---|
protected IBuffer.TransportDirective |
RecordDefinition.directive
|
| Modifier and Type | Method and Description |
|---|---|
IBuffer.TransportDirective |
RecordDefinition.getTransportDirective()
Retrieves the transport directive
|
IBuffer.TransportDirective |
Record.resolveTransportDirective()
Resolves the
IBuffer.TransportDirective that should be used fir this record. |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordDefinition.setTransportDirective(IBuffer.TransportDirective directive)
Sets the transport directive for this
Record |
| Modifier and Type | Field and Description |
|---|---|
static IBuffer.TransportDirective |
FieldDefinition.DefaultDirective
The default
IBuffer.TransportDirective to be used by the FieldDefinition. |
static IBuffer.TransportDirective |
StringFieldDefinition.DefaultDirective
The default transport directive currently set to
Full |
static IBuffer.TransportDirective |
ObjectFieldDefinition.DefaultDirective
The default transport directive currently set to
Full |
static IBuffer.TransportDirective |
FileFieldDefinition.DefaultDirective
The default transport directive currently set to
Inherit |
static IBuffer.TransportDirective |
URLFieldDefinition.DefaultDirective
The default transport directive currently set to
Full |
| Modifier and Type | Method and Description |
|---|---|
IBuffer.TransportDirective |
FieldDefinition.getTransportDirective()
Retrieves the transport directive to be used during transfer
|
IBuffer.TransportDirective |
StringFieldDefinition.getTransportDirective()
Retrieves the transport directive to be used during transfer
|
IBuffer.TransportDirective |
ObjectFieldDefinition.getTransportDirective()
Retrieves the transport directive to be used during transfer
|
IBuffer.TransportDirective |
URLFieldDefinition.getTransportDirective()
Retrieves the transport directive to be used during transfer
|
IBuffer.TransportDirective |
Field.resolveTransportDirective()
Resolves the transport directive that needs to be used by this
Field. |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDefinition.setTransportDirective(IBuffer.TransportDirective directive)
Sets the transport directive to be used during transfer
|
void |
StringFieldDefinition.setTransportDirective(IBuffer.TransportDirective directive)
Sets the transport directive to be used during transfer
|
void |
ObjectFieldDefinition.setTransportDirective(IBuffer.TransportDirective directive)
Sets the transport directive to be used during transfer
|
void |
URLFieldDefinition.setTransportDirective(IBuffer.TransportDirective directive)
Sets the transport directive to be used during transfer
|
| 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
|
Copyright © 2014. All Rights Reserved.