| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.store.buffer | |
| gr.uoa.di.madgik.grs.store.buffer.multiplex |
| Modifier and Type | Method and Description |
|---|---|
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> |
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 |
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 |
| Modifier and Type | Method and Description |
|---|---|
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
|
void |
FifoMultiplex.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 |
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
|
Copyright © 2014. All Rights Reserved.