Uses of Class
gr.uoa.di.madgik.grs.record.RecordDefinition

Packages that use RecordDefinition
gr.uoa.di.madgik.grs.buffer   
gr.uoa.di.madgik.grs.reader   
gr.uoa.di.madgik.grs.reader.decorators   
gr.uoa.di.madgik.grs.record   
gr.uoa.di.madgik.grs.store.buffer   
gr.uoa.di.madgik.grs.writer   
 

Uses of RecordDefinition in gr.uoa.di.madgik.grs.buffer
 

Methods in gr.uoa.di.madgik.grs.buffer that return RecordDefinition
 RecordDefinition[] QueueBuffer.getRecordDefinitions()
          Retrieves the definitions of the Records provided using IBuffer.setRecordDefinitions(RecordDefinition[])
 RecordDefinition[] IBuffer.getRecordDefinitions()
          Retrieves the definitions of the Records provided using IBuffer.setRecordDefinitions(RecordDefinition[])
 

Methods in gr.uoa.di.madgik.grs.buffer with parameters of type RecordDefinition
 void QueueBuffer.setRecordDefinitions(RecordDefinition[] definitions)
          Sets the definitions of the Records that are to be placed in the IBuffer.
 void IBuffer.setRecordDefinitions(RecordDefinition[] definitions)
          Sets the definitions of the Records that are to be placed in the IBuffer.
 

Uses of RecordDefinition in gr.uoa.di.madgik.grs.reader
 

Methods in gr.uoa.di.madgik.grs.reader that return RecordDefinition
 RecordDefinition[] IRecordReader.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[] ForwardReader.getRecordDefinitions()
          Retrieves the RecordDefinitions that define the Records that are accessible through the reader.
 

Uses of RecordDefinition in gr.uoa.di.madgik.grs.reader.decorators
 

Methods in gr.uoa.di.madgik.grs.reader.decorators that return RecordDefinition
 RecordDefinition[] RecordReaderDelegate.getRecordDefinitions()
          Retrieves the RecordDefinitions that define the Records that are accessible through the reader.
 

Uses of RecordDefinition in gr.uoa.di.madgik.grs.record
 

Subclasses of RecordDefinition in gr.uoa.di.madgik.grs.record
 class GenericRecordDefinition
          This RecordDefinition extending class acts as a generic placeholder for record definitions.
 

Methods in gr.uoa.di.madgik.grs.record that return RecordDefinition
 RecordDefinition Record.getDefinition()
          Retrieves the RecordDefinition associated with this Record.
 

Methods in gr.uoa.di.madgik.grs.record with parameters of type RecordDefinition
 void RecordDefinition.copyFrom(RecordDefinition other)
           
 

Uses of RecordDefinition in gr.uoa.di.madgik.grs.store.buffer
 

Methods in gr.uoa.di.madgik.grs.store.buffer that return RecordDefinition
 RecordDefinition[] BufferStoreEntry.getDefinitions()
          Retrieves the RecordDefinitions from the persisted location it has stored them at initialization
 

Uses of RecordDefinition in gr.uoa.di.madgik.grs.writer
 

Constructors in gr.uoa.di.madgik.grs.writer with parameters of type RecordDefinition
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 © 2012. All Rights Reserved.