|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBufferStore.MultiplexType | |
|---|---|
| gr.uoa.di.madgik.grs.proxy.http | |
| gr.uoa.di.madgik.grs.proxy.local | |
| gr.uoa.di.madgik.grs.proxy.tcp | |
| gr.uoa.di.madgik.grs.store.buffer | |
| Uses of IBufferStore.MultiplexType in gr.uoa.di.madgik.grs.proxy.http |
|---|
| Methods in gr.uoa.di.madgik.grs.proxy.http with parameters of type IBufferStore.MultiplexType | |
|---|---|
static URI |
HTTPStoreWriterProxy.store(URI[] locators,
IBufferStore.MultiplexType multiplex,
long timeout,
TimeUnit unit)
This method instantiates an IBufferStore through the BufferStoreFactory, sets the
respective information provided, initializes the IBufferStore, registers the new store
and creates a locator URI that can be used to access the IBufferStore. |
| Uses of IBufferStore.MultiplexType in gr.uoa.di.madgik.grs.proxy.local |
|---|
| Methods in gr.uoa.di.madgik.grs.proxy.local with parameters of type IBufferStore.MultiplexType | |
|---|---|
static URI |
LocalStoreWriterProxy.store(URI[] locators,
IBufferStore.MultiplexType multiplex,
long timeout,
TimeUnit unit)
This method instantiates an IBufferStore through the BufferStoreFactory, sets the
respective information provided, initializes the IBufferStore, registers the new store
and creates a locator URI that can be used to access the IBufferStore. |
| Uses of IBufferStore.MultiplexType in gr.uoa.di.madgik.grs.proxy.tcp |
|---|
| Methods in gr.uoa.di.madgik.grs.proxy.tcp with parameters of type IBufferStore.MultiplexType | |
|---|---|
static URI |
TCPStoreWriterProxy.store(URI[] locators,
IBufferStore.MultiplexType multiplex,
long timeout,
TimeUnit unit)
This method instantiates an IBufferStore through the BufferStoreFactory, sets the
respective information provided, initializes the IBufferStore, registers the new store
and creates a locator URI that can be used to access the IBufferStore. |
| Uses of IBufferStore.MultiplexType in gr.uoa.di.madgik.grs.store.buffer |
|---|
| Fields in gr.uoa.di.madgik.grs.store.buffer declared as IBufferStore.MultiplexType | |
|---|---|
static IBufferStore.MultiplexType |
CacheBufferStore.DefaultMultiplexType
The default IBufferStore.MultiplexType currently set to FIFO |
static IBufferStore.MultiplexType |
FileBufferStore.DefaultMultiplexType
The default IBufferStore.MultiplexType currently set to FIFO |
| Methods in gr.uoa.di.madgik.grs.store.buffer that return IBufferStore.MultiplexType | |
|---|---|
IBufferStore.MultiplexType |
CacheBufferStore.getMultiplexType()
Retrieves the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
IBufferStore.MultiplexType |
FileBufferStore.getMultiplexType()
Retrieves the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
IBufferStore.MultiplexType |
IBufferStore.getMultiplexType()
Retrieves the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
static IBufferStore.MultiplexType |
IBufferStore.MultiplexType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IBufferStore.MultiplexType[] |
IBufferStore.MultiplexType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in gr.uoa.di.madgik.grs.store.buffer with parameters of type IBufferStore.MultiplexType | |
|---|---|
void |
CacheBufferStore.setMultiplexType(IBufferStore.MultiplexType multiplex)
Sets the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
void |
FileBufferStore.setMultiplexType(IBufferStore.MultiplexType multiplex)
Sets the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
void |
IBufferStore.setMultiplexType(IBufferStore.MultiplexType multiplex)
Sets the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||