A B C D E F G H I K L M N O P Q R S T U V W X

S

seek(long) - Method in class gr.uoa.di.madgik.grs.reader.decorators.keepalive.KeepAliveReader
Seeks the number of Records provided in the list of Records available.
seek(long) - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
Seeks the number of Records provided in the list of Records available.
seek(long) - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
Seeks the number of Records provided in the list of Records available.
seek(long) - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
Seeks the number of Records provided in the list of Records available.
seek(long) - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
Seeks the number of Records provided in the list of Records available.
send(DataOutput) - Method in class gr.uoa.di.madgik.grs.record.field.Field
Sets the state and information of this Field in the provided stream.
send(DataOutput) - Method in class gr.uoa.di.madgik.grs.record.Record
Sends the state and payload of the Record to a remote requester.
sendToXML(Document) - Method in class gr.uoa.di.madgik.grs.record.field.Field
 
sendToXML(Document) - Method in class gr.uoa.di.madgik.grs.record.Record
 
sendXML(Document, OutputStream) - Static method in class gr.uoa.di.madgik.grs.xml.XMLHelper
 
set(T) - Method in class gr.uoa.di.madgik.grs.reader.RandomReaderIterator
setBufferStore(IBufferStore) - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
If the current IBuffer is served by a IBufferStore, the is set so that its last activity time is set everytime the IBuffer's activity time is also updated
setBufferStore(IBufferStore) - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
If the current IBuffer is served by a IBufferStore, the is set so that its last activity time is set everytime the IBuffer's activity time is also updated
setBufferStore(IBufferStore) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FifoDemultiplex
The IBufferStore over which the demultiplexing is performed
setBufferStore(IBufferStore) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FifoMultiplex
The IBufferStore that is receiving the multiplexed Records
setBufferStore(IBufferStore) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FirstAvailableDemultiplex
The IBufferStore over which the demultiplexing is performed
setBufferStore(IBufferStore) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FirstAvailableMultiplex
The IBufferStore that is receiving the multiplexed Records
setBufferStore(IBufferStore) - Method in interface gr.uoa.di.madgik.grs.store.buffer.multiplex.IDemultiplex
The IBufferStore over which the demultiplexing is performed
setBufferStore(IBufferStore) - Method in interface gr.uoa.di.madgik.grs.store.buffer.multiplex.IMultiplex
The IBufferStore that is receiving the multiplexed Records
setBufferStore(IBufferStore) - Method in interface gr.uoa.di.madgik.grs.writer.IRecordWriter
If this writer is populated by an IBufferStore this store is provided in order to keep the store alive and active even after the respective BufferStoreReader has closed the writer but the client reader is still using it
setBufferStore(IBufferStore) - Method in class gr.uoa.di.madgik.grs.writer.RecordWriter
If this writer is populated by an IBufferStore this store is provided in order to keep the store alive and active even after the respective BufferStoreReader has closed the writer but the client reader is still using it
setCapacity(int) - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Sets the capacity of the underlying bounded buffer that can store the Records that a writer adds to it.
setCapacity(int) - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Sets the capacity of the underlying bounded buffer that can store the Records that a writer adds to it.
setCharset(String) - Method in class gr.uoa.di.madgik.grs.record.field.FileFieldDefinition
The charset name to use to encode the payload path
setCharset(String) - Method in class gr.uoa.di.madgik.grs.record.field.StringFieldDefinition
The charset name to use to encode the payload
setCharset(String) - Method in class gr.uoa.di.madgik.grs.record.field.URLFieldDefinition
The charset name to use to encode the payload
setChunkSize(int) - Method in class gr.uoa.di.madgik.grs.record.field.FieldDefinition
Sets the chunk size in bytes that will be used during partial transfer
setCompress(boolean) - Method in class gr.uoa.di.madgik.grs.record.field.FieldDefinition
Sets whether compression should be used during transfer
setConcurrentPartialCapacity(int) - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Sets the number of items that a reader can concurrently request more of its payload in case this payload is transported in IBuffer.TransportDirective.Partial mode.
setConcurrentPartialCapacity(int) - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Sets the number of items that a reader can concurrently request more of its payload in case this payload is transported in IBuffer.TransportDirective.Partial mode.
setDefinitionIndex(int) - Method in class gr.uoa.di.madgik.grs.record.field.Field
Sets the index of the FieldDefinition within the RecordDefinition of the bound Record
setDefinitionIndex(int) - Method in class gr.uoa.di.madgik.grs.record.Record
Sets the index of the definition of this Record in the record definitions array provided to the IBuffer
setDefinitionsList(ArrayList<RecordDefinition[]>) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FifoDemultiplex
Sets the list of RecordDefinitions in the order of the managed BufferStoreEntry list
setDefinitionsList(ArrayList<RecordDefinition[]>) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FirstAvailableDemultiplex
Sets the list of RecordDefinitions in the order of the managed BufferStoreEntry list
setDefinitionsList(ArrayList<RecordDefinition[]>) - Method in interface gr.uoa.di.madgik.grs.store.buffer.multiplex.IDemultiplex
Sets the list of RecordDefinitions in the order of the managed BufferStoreEntry list
setDeleteOnDispose(boolean) - Method in class gr.uoa.di.madgik.grs.record.field.FileFieldDefinition
Sets the local file cleanup behavior
setEntries(ArrayList<BufferStoreEntry>) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FifoDemultiplex
The entries over which the implementation needs to act
setEntries(ArrayList<BufferStoreEntry>) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FifoMultiplex
The entries over which the implementation needs to act
setEntries(ArrayList<BufferStoreEntry>) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FirstAvailableDemultiplex
The entries over which the implementation needs to act
setEntries(ArrayList<BufferStoreEntry>) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FirstAvailableMultiplex
The entries over which the implementation needs to act
setEntries(ArrayList<BufferStoreEntry>) - Method in interface gr.uoa.di.madgik.grs.store.buffer.multiplex.IDemultiplex
The entries over which the implementation needs to act
setEntries(ArrayList<BufferStoreEntry>) - Method in interface gr.uoa.di.madgik.grs.store.buffer.multiplex.IMultiplex
The entries over which the implementation needs to act
setFieldIndex(int) - Method in class gr.uoa.di.madgik.grs.proxy.mirror.PartialRequestEntry
Sets the Field index
setFields(Field[]) - Method in class gr.uoa.di.madgik.grs.record.Record
Sets the Fields this Record hosts
setFractions(float[]) - Method in class gr.uoa.di.madgik.grs.utils.ProgressiveTimeoutGenerator
Sets time fractions for each step.
setHostname(String) - Method in class gr.uoa.di.madgik.grs.proxy.http.mirror.HTTPReaderMirror
Sets the name of the host where the respective HTTPWriterMirror instance is running
setHostname(String) - Method in class gr.uoa.di.madgik.grs.proxy.tcp.mirror.TCPReaderMirror
Sets the name of the host where the respective TCPWriterMirror instance is running
setInactivityTimeout(long) - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Sets the timeout after which if the buffer has remained inactive is eligible for purging.
setInactivityTimeout(long) - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Sets the timeout after which if the buffer has remained inactive is eligible for purging.
setInactivityTimeUnit(TimeUnit) - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Sets the timeout TimeUnit after which if the buffer has remained inactive is eligible for purging.
setInactivityTimeUnit(TimeUnit) - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Sets the timeout TimeUnit after which if the buffer has remained inactive is eligible for purging.
setItem(IPumpable) - Method in class gr.uoa.di.madgik.grs.events.ObjectEvent
Sets the payload object
setIteratorTimeout(long) - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
The timeout that should be used by the Iterators that are created by this reader.
setIteratorTimeout(long) - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
The timeout that should be used by the Iterators that are created by this reader.
setIteratorTimeout(long) - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
The timeout that should be used by the Iterators that are created by this reader.
setIteratorTimeout(long) - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
The timeout that should be used by the Iterators that are created by this reader.
setIteratorTimeUnit(TimeUnit) - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
The time unit that should be used by the Iterators that are created by this reader.
setIteratorTimeUnit(TimeUnit) - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
The time unit that should be used by the Iterators that are created by this reader.
setIteratorTimeUnit(TimeUnit) - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
The time unit that should be used by the Iterators that are created by this reader.
setIteratorTimeUnit(TimeUnit) - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
The time unit that should be used by the Iterators that are created by this reader.
setKey(String) - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
In case this IBuffer is registered to be served to a reader, the key by which it is registered is provided
setKey(String) - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
In case this IBuffer is registered to be served to a reader, the key by which it is registered is provided
setKey(String) - Method in class gr.uoa.di.madgik.grs.events.KeyValueEvent
Sets the payload key
setKey(String) - Method in class gr.uoa.di.madgik.grs.proxy.http.HTTPWriterProxy
Sets the key that was assigned to the serving IBuffer through the buffer registry
setKey(String) - Method in class gr.uoa.di.madgik.grs.proxy.http.mirror.HTTPReaderMirror
Sets the key on the remote registry that holds the IBuffer this mirror is interested in consuming
setKey(String) - Method in class gr.uoa.di.madgik.grs.proxy.http.mirror.HTTPWriterMirror
Sets the local GRSRegistry key associated with the IBuffer that needs to be mirrored
setKey(String) - Method in interface gr.uoa.di.madgik.grs.proxy.IWriterProxy
Sets the key that was assigned to the serving IBuffer through the buffer registry
setKey(String) - Method in class gr.uoa.di.madgik.grs.proxy.local.LocalWriterProxy
Sets the key that was assigned to the serving IBuffer through the buffer registry
setKey(String) - Method in class gr.uoa.di.madgik.grs.proxy.tcp.mirror.TCPReaderMirror
Sets the key on the remote registry that holds the IBuffer this mirror is interested in consuming
setKey(String) - Method in class gr.uoa.di.madgik.grs.proxy.tcp.mirror.TCPWriterMirror
Sets the local GRSRegistry key associated with the IBuffer that needs to be mirrored
setKey(String) - Method in class gr.uoa.di.madgik.grs.proxy.tcp.TCPWriterProxy
Sets the key that was assigned to the serving IBuffer through the buffer registry
setKey(String) - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Sets the key by which this IBufferStore is registered and referenced through a GRSRegistry
setKey(String) - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Sets the key by which this IBufferStore is registered and referenced through a GRSRegistry
setKey(String) - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Sets the key by which this IBufferStore is registered and referenced through a GRSRegistry
setLocalBuffer(int) - Method in class gr.uoa.di.madgik.grs.record.field.FileFieldDefinition
Sets the local buffer size used when accessing the local file
setLocators(URI[]) - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Sets the incoming locators that should be stored
setLocators(URI[]) - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Sets the incoming locators that should be stored
setLocators(URI[]) - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Sets the incoming locators that should be stored
setMimeType(String) - Method in class gr.uoa.di.madgik.grs.record.field.FieldDefinition
Sets the MIME type
setMirror(IMirror) - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Sets the IMirror implementation that serves this IBuffer.
setMirror(IMirror) - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Sets the IMirror implementation that serves this IBuffer.
setMirrorBuffer(int) - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
If an IMirror is used to synchronize the IBuffer instances accessible to the reader and writer, this value indicates the number of Records that the writer IMirror} will limit its sending phase to choke large transfers.
setMirrorBuffer(int) - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
If an IMirror is used to synchronize the IBuffer instances accessible to the reader and writer, this value indicates the number of Records that the writer IMirror} will limit its sending phase to choke large transfers.
setModificationNotify(Object) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FifoDemultiplex
Set the synchronization object to be used in a standard wait / notify block to be notified when a new Record has been made available from the respective IMultiplex
setModificationNotify(Object) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FifoMultiplex
Set the synchronization object to be used in a standard wait / notify block to notify when a new Record has been made available from any of the readers
setModificationNotify(Object) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FirstAvailableDemultiplex
Set the synchronization object to be used in a standard wait / notify block to be notified when a new Record has been made available from the respective IMultiplex
setModificationNotify(Object) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FirstAvailableMultiplex
Set the synchronization object to be used in a standard wait / notify block to notify when a new Record has been made available from any of the readers
setModificationNotify(Object) - Method in interface gr.uoa.di.madgik.grs.store.buffer.multiplex.IDemultiplex
Set the synchronization object to be used in a standard wait / notify block to be notified when a new Record has been made available from the respective IMultiplex
setModificationNotify(Object) - Method in interface gr.uoa.di.madgik.grs.store.buffer.multiplex.IMultiplex
Set the synchronization object to be used in a standard wait / notify block to notify when a new Record has been made available from any of the readers
setMultiplexType(IBufferStore.MultiplexType) - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Sets the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received
setMultiplexType(IBufferStore.MultiplexType) - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Sets the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received
setMultiplexType(IBufferStore.MultiplexType) - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Sets the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received
setName(String) - Method in class gr.uoa.di.madgik.grs.record.field.FieldDefinition
Sets the name of the field
setNotify(Object) - Method in class gr.uoa.di.madgik.grs.proxy.mirror.PartialRequestEntry
Sets the synchronization object
setOverride(IBuffer.TransportOverride) - Method in class gr.uoa.di.madgik.grs.proxy.mirror.PartialRequestEntry
Sets the IBuffer.TransportOverride directive
setPayload(File) - Method in class gr.uoa.di.madgik.grs.record.field.FileField
Sets the payload of the field
setPayload(IPumpable) - Method in class gr.uoa.di.madgik.grs.record.field.ObjectField
Sets the payload of the field
setPayload(String) - Method in class gr.uoa.di.madgik.grs.record.field.StringField
Sets the payload of the field
setPayload(URL) - Method in class gr.uoa.di.madgik.grs.record.field.URLField
Sets the payload of the field
setPort(int) - Method in class gr.uoa.di.madgik.grs.proxy.http.mirror.HTTPReaderMirror
Sets the port in the remote host where the respective HTTPWriterMirror is listening
setPort(int) - Method in class gr.uoa.di.madgik.grs.proxy.tcp.mirror.TCPReaderMirror
Sets the port in the remote host where the respective TCPWriterMirror is listening
setReaderTimeout(long) - Method in class gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry
Sets the timeout set to be used by the reader of the incoming locator.
setReaderTimeout(long) - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Sets the timeout that should be used by the readers utilized to access the input locators.
setReaderTimeout(long) - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Sets the timeout that should be used by the readers utilized to access the input locators.
setReaderTimeout(long) - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Sets the timeout that should be used by the readers utilized to access the input locators.
setReaderTimeoutTimeUnit(TimeUnit) - Method in class gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry
Sets the timeout time unit set to be used by the reader of the incoming locator.
setReaderTimeoutTimeUnit(TimeUnit) - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Sets the timeout unit that should be used by the readers utilized to access the input locators.
setReaderTimeoutTimeUnit(TimeUnit) - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Sets the timeout unit that should be used by the readers utilized to access the input locators.
setReaderTimeoutTimeUnit(TimeUnit) - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Sets the timeout unit that should be used by the readers utilized to access the input locators.
setRecordDefinitions(RecordDefinition[]) - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Sets the definitions of the Records that are to be placed in the IBuffer.
setRecordDefinitions(RecordDefinition[]) - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Sets the definitions of the Records that are to be placed in the IBuffer.
setRecordIndex(long) - Method in class gr.uoa.di.madgik.grs.proxy.mirror.PartialRequestEntry
Sets the Record index
setRemoteCopy(boolean) - Method in class gr.uoa.di.madgik.grs.record.field.Field
Sets whether this instance of the Field is a remote copy of the original Field
setRemoteCopy(boolean) - Method in class gr.uoa.di.madgik.grs.record.Record
Set if the current instance of the Record is a remote copy of the original instance of the Record
setSocket(Socket) - Method in class gr.uoa.di.madgik.grs.proxy.tcp.mirror.TCPWriterMirror
Sets the socket used by the TCPReaderMirror
setSource(BufferEvent.EventSource) - Method in class gr.uoa.di.madgik.grs.events.BufferEvent
Sets the event source
setStatus(BufferStoreEntry.EntryStatus) - Method in class gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry
Sets the status of the entry
setTransportDirective(IBuffer.TransportDirective) - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Sets the IBuffer.TransportDirective set for the IBuffer.
setTransportDirective(IBuffer.TransportDirective) - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Sets the IBuffer.TransportDirective set for the IBuffer.
setTransportDirective(IBuffer.TransportDirective) - Method in class gr.uoa.di.madgik.grs.record.field.FieldDefinition
Sets the transport directive to be used during transfer
setTransportDirective(IBuffer.TransportDirective) - Method in class gr.uoa.di.madgik.grs.record.field.ObjectFieldDefinition
Sets the transport directive to be used during transfer
setTransportDirective(IBuffer.TransportDirective) - Method in class gr.uoa.di.madgik.grs.record.field.StringFieldDefinition
Sets the transport directive to be used during transfer
setTransportDirective(IBuffer.TransportDirective) - Method in class gr.uoa.di.madgik.grs.record.field.URLFieldDefinition
Sets the transport directive to be used during transfer
setTransportDirective(IBuffer.TransportDirective) - Method in class gr.uoa.di.madgik.grs.record.RecordDefinition
Sets the transport directive for this Record
setValue(String) - Method in class gr.uoa.di.madgik.grs.events.KeyValueEvent
Sets the payload value
setWindowSize(int) - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
Sets the window size that will be used whenever a pre-read record is requested.
setWriter(RecordWriter<Record>) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FifoDemultiplex
Sets the RecordWriter that will receive the restored Records
setWriter(RecordWriter<Record>) - Method in class gr.uoa.di.madgik.grs.store.buffer.multiplex.FirstAvailableDemultiplex
Sets the RecordWriter that will receive the restored Records
setWriter(RecordWriter<Record>) - Method in interface gr.uoa.di.madgik.grs.store.buffer.multiplex.IDemultiplex
Sets the RecordWriter that will receive the restored Records
ShortMirrorPeriod - Static variable in class gr.uoa.di.madgik.grs.proxy.http.mirror.HTTPReaderMirror
The default min period of communication inactivity time span.
ShortMirrorPeriod - Static variable in class gr.uoa.di.madgik.grs.proxy.tcp.mirror.TCPReaderMirror
The default min period of communication inactivity time span.
show() - Method in class gr.uoa.di.madgik.grs.record.Record
Reveals a hidden Record to the IBuffer, making available all functionality related to the former.
SimplePumpable - Class in gr.uoa.di.madgik.grs.test
 
SimplePumpable() - Constructor for class gr.uoa.di.madgik.grs.test.SimplePumpable
 
skip(long) - Method in class gr.uoa.di.madgik.grs.record.field.mediation.MediatingInputStream
store(URI[], IBufferStore.MultiplexType, long, TimeUnit) - Static method in class gr.uoa.di.madgik.grs.proxy.http.HTTPStoreWriterProxy
This method instantiates an IBufferStore through the BufferStoreFactory, sets the respective information provided, initializes the IBufferStore, registers the new store and creates a locator URI that can be used to access the IBufferStore.
store(URI[], IBufferStore.MultiplexType, long, TimeUnit) - Static method in class gr.uoa.di.madgik.grs.proxy.local.LocalStoreWriterProxy
This method instantiates an IBufferStore through the BufferStoreFactory, sets the respective information provided, initializes the IBufferStore, registers the new store and creates a locator URI that can be used to access the IBufferStore.
store(URI[], IBufferStore.MultiplexType, long, TimeUnit) - Static method in class gr.uoa.di.madgik.grs.proxy.tcp.TCPStoreWriterProxy
This method instantiates an IBufferStore through the BufferStoreFactory, sets the respective information provided, initializes the IBufferStore, registers the new store and creates a locator URI that can be used to access the IBufferStore.
store() - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Start retrieving data from the input locators and storing them according to the specific IBufferStore implementation
store() - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Start retrieving data from the input locators and storing them according to the specific IBufferStore implementation
store() - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Start retrieving data from the input locators and storing them according to the specific IBufferStore implementation
StringField - Class in gr.uoa.di.madgik.grs.record.field
Field holding the payload of a String
StringField() - Constructor for class gr.uoa.di.madgik.grs.record.field.StringField
Creates a new instance
StringField(String) - Constructor for class gr.uoa.di.madgik.grs.record.field.StringField
Creates a new instance
StringFieldDefinition - Class in gr.uoa.di.madgik.grs.record.field
The FieldDefinition implementation for StringField
StringFieldDefinition() - Constructor for class gr.uoa.di.madgik.grs.record.field.StringFieldDefinition
Creates a new instance
StringFieldDefinition(String) - Constructor for class gr.uoa.di.madgik.grs.record.field.StringFieldDefinition
Creates a new instance

A B C D E F G H I K L M N O P Q R S T U V W X