| Modifier and Type | Field and Description |
|---|---|
protected StatsContainer |
Unary.stats |
| Constructor and Description |
|---|
Unary(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats)
Constructor of the abstract class.
|
Unary(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats,
long timeout,
TimeUnit timeUnit) |
UnaryOp(String operatorType,
URI inLocator,
HashMap<String,String> operatorParameters,
StatsContainer stats) |
UnaryOp(String operatorType,
URI inLocator,
HashMap<String,String> operatorParameters,
StatsContainer stats,
long timeout,
TimeUnit timeUnit) |
UnaryOp(String operatorType,
URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats)
Creates a new
UnaryOp with the default timeout for the writer |
UnaryOp(String operatorType,
URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
UnaryOp with configurable timeout for the writer |
| Modifier and Type | Method and Description |
|---|---|
URI |
BooleanOperator.compareMe(URI[] locators,
String expression,
StatsContainer stats)
Main service method.
|
URI |
BooleanOperator.compareMe(URI[] locators,
String expression,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Main service method.
|
| Modifier and Type | Method and Description |
|---|---|
static URI |
DistinctOp.dispatchNewWorker(URI loc,
String objectIdFieldName,
StatsContainer stats) |
static URI |
DistinctOp.dispatchNewWorker(URI loc,
String objectIdFieldName,
String objectRankFieldName,
boolean keepMaximumRank,
long timeout,
TimeUnit timeUnit,
int bufferCapacity,
StatsContainer stats)
Static constructor
|
static URI |
DistinctOp.dispatchNewWorker(URI loc,
String objectIdFieldName,
String objectRankFieldName,
boolean keepMaximumRank,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Static constructor
|
static URI |
DistinctOp.dispatchNewWorker(URI loc,
String objectIdFieldName,
String objectRankFieldName,
boolean keepMaximumRank,
StatsContainer stats) |
| Constructor and Description |
|---|
ExceptOp(URI leftLocator,
URI rightLocator,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
ExceptOp with configurable timeout |
ExceptOp(URI leftLocator,
URI rightLocator,
StatsContainer stats)
Creates a new
ExceptOp with the default timeout |
ExceptWorker(gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
gr.uoa.di.madgik.grs.reader.IRecordReader<gr.uoa.di.madgik.grs.record.Record> leftReader,
gr.uoa.di.madgik.grs.reader.IRecordReader<gr.uoa.di.madgik.grs.record.Record> rightReader,
String leftKeyFieldName,
String rightKeyFieldName,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
ExceptWorker |
| Constructor and Description |
|---|
JdbcOp(long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
JdbcOp with the default field names for object id and payload |
JdbcOp(StatsContainer stats)
Creates a new
JdbcOp ith the default timeout and the default field names for object id and payload |
JdbcOp(String objectIdFieldName,
String payloadFieldName,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
JdbcOp with configurable timeout and field names for object id and payload |
QueryJdbcWorker(ResultSet rs,
String[] columnNames,
String UniqueDocId,
gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
QueryJdbcWorker |
| Constructor and Description |
|---|
FilterOp(URI inLocator,
String payloadFieldName,
StatsContainer stats)
Creates a new
FilterOp with the default timeout for the reader and the writer |
FilterOp(URI inLocator,
String payloadFieldName,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
FilterOp with configurable timeout for the reader and the writer |
FilterWorker(gr.uoa.di.madgik.grs.reader.IRecordReader<T> reader,
gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
String payloadFieldName,
String xPath,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
FilterWorker which will perform the background filter operation |
| Constructor and Description |
|---|
GradualMergeOp(URI inLocator,
Map<String,String> operatorParameters,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
GradualMergeOp with configurable operation mode and
timeout |
GradualMergeOp(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats)
Creates a new
GradualMergeOp with the default timeout used both
for readers and the writer |
GradualMergeWorker(Vector<ReaderHolder> readers,
StatsContainer stats,
long timeout,
TimeUnit timeUnit,
String uid,
GradualLocatorReader inputRetriever,
Object synchDispatcher,
Object synchMergingStart)
Creates a new
GradualMergeWorker |
| Constructor and Description |
|---|
GoogleOp(long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
GoogleOp with the default field names for object id and payload |
GoogleOp(StatsContainer stats)
Creates a new
GoogleOp with the default timeout and the default field names for object id and payload |
GoogleOp(String objectIdFieldName,
String payloadFieldName,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
GoogleOp with configurable timeout and field names for object id and payload |
QueryGoogleWorker(String searchString,
int resNo,
gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
QueryGoogleWorker |
| Constructor and Description |
|---|
IndexFuseOp(URI[] contentLocators,
URI[][] metaLocators,
String[] colIDs,
StatsContainer stats)
Creates a new
IndexFuseOp with the default field names and the default timeout |
IndexFuseOp(URI[] contentLocators,
URI[][] metaLocators,
String[] colIDs,
String objectIdFieldName,
String collectionFieldName,
String rankFieldName,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
IndexFuseOp with configurable field names and timeout |
IndexFuseOp(URI[] contentLocators,
URI[][] metaLocators,
String[] colIDs,
String objectIdFieldName,
String collectionFieldName,
String rankFieldName,
StatsContainer stats)
Creates a new
IndexFuseOp with configurable field names and the default timeout |
IndexFuseWorker(gr.uoa.di.madgik.grs.writer.RecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
gr.uoa.di.madgik.grs.reader.ForwardReader<gr.uoa.di.madgik.grs.record.Record>[] contentReaders,
gr.uoa.di.madgik.grs.reader.ForwardReader<gr.uoa.di.madgik.grs.record.Record>[][] metaReaders,
String[] colIDs,
double weightContent,
double weightMetadata,
String objectIdFieldName,
String collectionFieldName,
String rankFieldName,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
IndexFuseWorker |
| Constructor and Description |
|---|
JoinOp(URI leftLocator,
URI rightLocator,
RecordGenerationPolicy recordGenerationPolicy,
long timeout,
TimeUnit timeUnit,
int bufferCapacity,
StatsContainer stats)
Creates a new
JoinOp with configurable timeout |
JoinOp(URI leftLocator,
URI rightLocator,
RecordGenerationPolicy recordGenerationPolicy,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
JoinOp with configurable timeout |
JoinOp(URI leftLocator,
URI rightLocator,
RecordGenerationPolicy recordGenerationPolicy,
StatsContainer stats) |
JoinOp(URI leftLocator,
URI rightLocator,
StatsContainer stats)
Creates a new
JoinOp with the default timeout |
JoinWorker(gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
gr.uoa.di.madgik.grs.reader.RandomReader<gr.uoa.di.madgik.grs.record.Record> leftReader,
gr.uoa.di.madgik.grs.reader.RandomReader<gr.uoa.di.madgik.grs.record.Record> rightReader,
String leftKeyFieldName,
String rightKeyFieldName,
DefinitionIndexResolver defResolver,
int[] keyIndices,
RecordGenerationPolicy recordGenerationPolicy,
long timeout,
TimeUnit timeUnit,
StatsContainer stats,
String uid)
Creates a new
JoinWorker |
| Constructor and Description |
|---|
KeepTopOp(URI locator,
StatsContainer stats)
Creates a new
KeepTopOp with the default timeout for the reader and the writer |
KeepTopOp(URI locator,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
KeepTopOp with configurable timeout for the reader and the writer |
KeepTopWorker(gr.uoa.di.madgik.grs.reader.IRecordReader<T> reader,
gr.uoa.di.madgik.grs.writer.IRecordWriter<T> writer,
int count,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
KeepTopWorker which will perform the background keep-top operation |
| 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 |
MergeOp(URI[] locators,
StatsContainer stats)
Creates a new
MergeOp with the default 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 |
| Constructor and Description |
|---|
PartitionOp(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats)
Creates a new
PartitionOp with the default timeout for the reader
and the writer |
PartitionOp(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
PartitionOp with configurable timeout for the
reader and the writer |
PartitionWorker(gr.uoa.di.madgik.grs.reader.IRecordReader<T> reader,
gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
boolean byColumn,
int partitionField,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
PartitionWorker which will perform the background
filter operation |
| Constructor and Description |
|---|
SelectOp(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats) |
SelectWorker(gr.uoa.di.madgik.grs.reader.IRecordReader<T> reader,
gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
String logicalExpressions,
Integer[] mask,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
SelectWorker which will perform the background filter operation |
SelectWorker(gr.uoa.di.madgik.grs.reader.IRecordReader<T> reader,
gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
String logicalExpressions,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
SelectWorker which will perform the background filter operation |
| Constructor and Description |
|---|
OfflineSortWorker(gr.uoa.di.madgik.grs.reader.RandomReader<T> reader,
gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
String key,
short order,
ComparisonMethod method,
ComparisonMode mode,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Constructs an
OfflineSortWorker |
OnlineSortWorker(gr.uoa.di.madgik.grs.reader.RandomReader<T> reader,
gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
String keyFieldName,
short order,
ComparisonMethod method,
ComparisonMode mode,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Constructs an
OnlineSortWorker |
SortOp(URI inLocator,
StatsContainer stats)
Creates a new
SortOp operating on the identified input with default timeout |
SortOp(URI inLocator,
StatsContainer stats,
long timeout,
TimeUnit timeUnit) |
| Constructor and Description |
|---|
ScriptOp(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats)
Creates a new
ScriptOp with the default timeout for the reader
and the writer |
ScriptOp(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
ScriptOp with configurable timeout for the
reader and the writer |
ScriptWorker(gr.uoa.di.madgik.grs.reader.IRecordReader<T> reader,
String script,
String schema,
StatsContainer stats,
long timeout,
TimeUnit timeUnit) |
TransformOp(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats)
Creates a new
TransformOp with the default timeout for the reader
and the writer |
TransformOp(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
TransformOp with configurable timeout for the
reader and the writer |
TransformWorker(gr.uoa.di.madgik.grs.reader.IRecordReader<T> reader,
gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
String payloadFieldName,
String xslt,
StatsContainer stats,
long timeout,
TimeUnit timeUnit) |
Copyright © 2017. All Rights Reserved.