Package gr.uoa.di.madgik.grs.store.buffer.multiplex

Interface Summary
IDemultiplex Interfaces implemented by classes that are able to demultiplex a number of stored locator data based on a specific order or algorithm.
IMultiplex Interfaces implemented by classes that are able to multiplex a number of incoming locators based on a specific order or algorithm.
 

Class Summary
FifoDemultiplex Implementation of the IDemultiplex interface for the IBufferStore.MultiplexType.FIFO type of multiplexing
FifoMultiplex Implementation of the IMultiplex interface for the IBufferStore.MultiplexType.FIFO type of multiplexing
FirstAvailableDemultiplex Implementation of the IDemultiplex interface for the IBufferStore.MultiplexType.FirstAvailable type of demultiplexing
FirstAvailableMultiplex Implementation of the IMultiplex interface for the IBufferStore.MultiplexType.FirstAvailable type of multiplexing
TimeStruct Utility class holding information on both timeout as well as associated time unit information.