Uses of Interface
gr.uoa.di.madgik.grs.proxy.IWriterProxy

Packages that use IWriterProxy
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   
gr.uoa.di.madgik.grs.test   
gr.uoa.di.madgik.grs.writer   
 

Uses of IWriterProxy in gr.uoa.di.madgik.grs.proxy.http
 

Classes in gr.uoa.di.madgik.grs.proxy.http that implement IWriterProxy
 class HTTPWriterProxy
          This proxy is an implementation of the IWriterProxy interface available to be used by writers that want to make available their authored IBuffer to readers that can connect to an HTTP connection that can serve it regardless of their location
 

Uses of IWriterProxy in gr.uoa.di.madgik.grs.proxy.local
 

Classes in gr.uoa.di.madgik.grs.proxy.local that implement IWriterProxy
 class LocalWriterProxy
          This proxy is an implementation of the IWriterProxy interface available to be used by writers that want to make available their authored IBuffer only to readers that are collocated in the same JVM as they are
 

Uses of IWriterProxy in gr.uoa.di.madgik.grs.proxy.tcp
 

Classes in gr.uoa.di.madgik.grs.proxy.tcp that implement IWriterProxy
 class TCPWriterProxy
          This proxy is an implementation of the IWriterProxy interface available to be used by writers that want to make available their authored IBuffer to readers that can connect to a raw TCP socket that can serve it regardless of their location
 

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

Constructors in gr.uoa.di.madgik.grs.store.buffer with parameters of type IWriterProxy
BufferStoreReader(String key, IWriterProxy proxy)
          Creates a new instance
 

Uses of IWriterProxy in gr.uoa.di.madgik.grs.test
 

Constructors in gr.uoa.di.madgik.grs.test with parameters of type IWriterProxy
WriterFileThread(IWriterProxy proxy, int itemsToProduce, int disposePrematurely, long timeoutLifecycle, TimeUnit timeunitLifecycle, String fileName, IBuffer.TransportDirective directive, boolean doCompress, int capacity)
          Create writer
WriterMultiFieldThread(IWriterProxy proxy, int itemsToProduce, int disposePrematurely, long timeoutLifecycle, TimeUnit timeunitLifecycle, int capacity)
          Create writer
WriterObjectThread(IWriterProxy proxy, int itemsToProduce, int disposePrematurely, long timeoutLifecycle, TimeUnit timeunitLifecycle, int capacity)
          Create writer
WriterSimpleThread(IWriterProxy proxy, int itemsToProduce, int disposePrematurely, long timeoutLifecycle, TimeUnit timeunitLifecycle, int capacity, boolean sendEvents)
          Create writer
WriterURLThread(IWriterProxy proxy, int itemsToProduce, int disposePrematurely, long timeoutLifecycle, TimeUnit timeunitLifecycle, int capacity, String url)
          Create writer
WriterURLThread(IWriterProxy proxy, int itemsToProduce, int disposePrematurely, long timeoutLifecycle, TimeUnit timeunitLifecycle, int capacity, String url, String additionalString)
          Create writer
 

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

Constructors in gr.uoa.di.madgik.grs.writer with parameters of type IWriterProxy
RecordWriter(IWriterProxy proxy, IRecordReader reader)
          Creates a new instance using the configuration retrieved from an IRecordReader.
RecordWriter(IWriterProxy proxy, IRecordReader reader, int capacity, int concurrentPartialCapacity, float mirrorSizeFactor)
          Creates a new instance using the same record definitions as the ones of the supplied IRecordReader.
RecordWriter(IWriterProxy proxy, IRecordReader reader, int capacity, int concurrentPartialCapacity, float mirrorSizeFactor, long inactivityTimeout, TimeUnit inactivityTimeUnit)
          Creates a new instance using the same record definitions as the ones of the supplied IRecordReader.
RecordWriter(IWriterProxy proxy, RecordDefinition[] definitions)
          Creates a new instance
RecordWriter(IWriterProxy proxy, RecordDefinition[] definitions, int capacity, int concurrentPartialCapacity, float mirrorSizeFactor)
          Creates a new instance
RecordWriter(IWriterProxy proxy, RecordDefinition[] definitions, int capacity, int concurrentPartialCapacity, float mirrorSizeFactor, long inactivityTimeout, TimeUnit inactivityTimeUnit)
          Creates a new instance
 



Copyright © 2012. All Rights Reserved.