Uses of Interface
gr.uoa.di.madgik.grs.store.buffer.IBufferStore

Packages that use IBufferStore
gr.uoa.di.madgik.grs.buffer   
gr.uoa.di.madgik.grs.registry   
gr.uoa.di.madgik.grs.store.buffer   
gr.uoa.di.madgik.grs.store.buffer.multiplex   
gr.uoa.di.madgik.grs.writer   
 

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

Methods in gr.uoa.di.madgik.grs.buffer with parameters of type IBufferStore
 void QueueBuffer.setBufferStore(IBufferStore store)
          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
 void IBuffer.setBufferStore(IBufferStore store)
          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
 

Uses of IBufferStore in gr.uoa.di.madgik.grs.registry
 

Methods in gr.uoa.di.madgik.grs.registry that return IBufferStore
 IBufferStore GRSRegistry.getStore(String key)
          Retrieves the IBufferStore entry that is associated with the provided key
 

Methods in gr.uoa.di.madgik.grs.registry that return types with arguments of type IBufferStore
protected  Collection<IBufferStore> GRSRegistry.getStoreEntries()
          Retrieves the available IBufferStore entries stored in the registry
 

Methods in gr.uoa.di.madgik.grs.registry with parameters of type IBufferStore
 String GRSRegistry.add(IBufferStore store)
          Registers the provided IBufferStore in the registry and assigns it with a unique id with which it can be referenced
 

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

Classes in gr.uoa.di.madgik.grs.store.buffer that implement IBufferStore
 class CacheBufferStore
          Implementation of the IBufferStore which utilizes FileRecordStore instances to store the Records accessed through the incoming locators
 class FileBufferStore
          Implementation of the IBufferStore which utilizes FileRecordStore instances to store the Records accessed through the incoming locators
 

Methods in gr.uoa.di.madgik.grs.store.buffer that return IBufferStore
static IBufferStore BufferStoreFactory.getManager()
          Instantiates the appropriate IBufferStore implementation.
 

Uses of IBufferStore in gr.uoa.di.madgik.grs.store.buffer.multiplex
 

Methods in gr.uoa.di.madgik.grs.store.buffer.multiplex with parameters of type IBufferStore
 void FifoMultiplex.setBufferStore(IBufferStore bufferStore)
          The IBufferStore that is receiving the multiplexed Records
 void IDemultiplex.setBufferStore(IBufferStore store)
          The IBufferStore over which the demultiplexing is performed
 void FirstAvailableDemultiplex.setBufferStore(IBufferStore store)
          The IBufferStore over which the demultiplexing is performed
 void IMultiplex.setBufferStore(IBufferStore bufferStore)
          The IBufferStore that is receiving the multiplexed Records
 void FifoDemultiplex.setBufferStore(IBufferStore store)
          The IBufferStore over which the demultiplexing is performed
 void FirstAvailableMultiplex.setBufferStore(IBufferStore bufferStore)
          The IBufferStore that is receiving the multiplexed Records
 

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

Methods in gr.uoa.di.madgik.grs.writer with parameters of type IBufferStore
 void RecordWriter.setBufferStore(IBufferStore store)
          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
 void IRecordWriter.setBufferStore(IBufferStore store)
          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
 



Copyright © 2012. All Rights Reserved.