Uses of Class
gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge.OperationMode

Packages that use OperationMode
gr.uoa.di.madgik.searchlibrary.operatorlibrary.gmerge   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge   
 

Uses of OperationMode in gr.uoa.di.madgik.searchlibrary.operatorlibrary.gmerge
 

Fields in gr.uoa.di.madgik.searchlibrary.operatorlibrary.gmerge declared as OperationMode
static OperationMode GradualMergeOp.OperationModeDef
          The default operation mode.
 

Uses of OperationMode in gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge
 

Fields in gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge declared as OperationMode
static OperationMode MergeOp.OperationModeDef
          The default operation mode.
 

Methods in gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge that return OperationMode
static OperationMode OperationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationMode[] OperationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge with parameters of type OperationMode
MergeOp(URI[] locators, OperationMode operationMode, long timeout, TimeUnit timeUnit, int bufferCapacity, StatsContainer stats)
          Creates a new MergeOp with configurable operation mode and timeout
MergeOp(URI[] locators, OperationMode operationMode, long timeout, TimeUnit timeUnit, StatsContainer stats)
          Creates a new MergeOp with configurable operation mode and timeout
MergeOp(URI[] locators, OperationMode operationMode, StatsContainer stats)
          Creates a new MergeOp with configurable operation mode and the default timeout used both for readers and the writer
MergeWorker(Vector<ReaderHolder> readers, StatsContainer stats, OperationMode operationMode, long timeout, TimeUnit timeUnit, String uid)
          Creates a new MergeWorker
ReaderInit(Vector<ReaderHolder> readers, int index, URI locator, OperationMode multiplexPolicy, int bufferCapacity, String uid)
          Creates a new ForwardReader
ReaderScan(Vector<ReaderHolder> readers, int index, BlockingQueue<RecordBufferEntry> buf, Queue<EventEntry> events, long timeout, TimeUnit timeUnit, String uid, OperationMode operationMode)
          Creates a new ReaderScan working on some input ForwardReader
 



Copyright © 2013. All Rights Reserved.