| Package | Description |
|---|---|
| gr.uoa.di.madgik.searchlibrary.operatorlibrary.gmerge | |
| gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge |
| Modifier and Type | Field and Description |
|---|---|
static OperationMode |
GradualMergeOp.OperationModeDef
The default operation mode.
|
| Modifier and Type | Field and Description |
|---|---|
static OperationMode |
MergeOp.OperationModeDef
The default operation mode.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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 © 2017. All Rights Reserved.