Uses of Class
gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry

Packages that use BufferStoreEntry
gr.uoa.di.madgik.grs.store.buffer   
gr.uoa.di.madgik.grs.store.buffer.multiplex   
 

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

Methods in gr.uoa.di.madgik.grs.store.buffer that return types with arguments of type BufferStoreEntry
 ArrayList<BufferStoreEntry> CacheBufferStore.getEntries()
          Retrieves the BufferStoreEntrys that represent the status for all incoming locators and their respective readers and status as well as their persistency location and IRecordStores
 ArrayList<BufferStoreEntry> FileBufferStore.getEntries()
          Retrieves the BufferStoreEntrys that represent the status for all incoming locators and their respective readers and status as well as their persistency location and IRecordStores
 ArrayList<BufferStoreEntry> IBufferStore.getEntries()
          Retrieves the BufferStoreEntrys that represent the status for all incoming locators and their respective readers and status as well as their persistency location and IRecordStores
 

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

Method parameters in gr.uoa.di.madgik.grs.store.buffer.multiplex with type arguments of type BufferStoreEntry
 void FifoMultiplex.setEntries(ArrayList<BufferStoreEntry> entries)
          The entries over which the implementation needs to act
 void IDemultiplex.setEntries(ArrayList<BufferStoreEntry> entries)
          The entries over which the implementation needs to act
 void FirstAvailableDemultiplex.setEntries(ArrayList<BufferStoreEntry> entries)
          The entries over which the implementation needs to act
 void IMultiplex.setEntries(ArrayList<BufferStoreEntry> entries)
          The entries over which the implementation needs to act
 void FifoDemultiplex.setEntries(ArrayList<BufferStoreEntry> entries)
          The entries over which the implementation needs to act
 void FirstAvailableMultiplex.setEntries(ArrayList<BufferStoreEntry> entries)
          The entries over which the implementation needs to act
 



Copyright © 2012. All Rights Reserved.