Uses of Class
gr.uoa.di.madgik.searchlibrary.operatorlibrary.stats.StatsContainer

Packages that use StatsContainer
gr.uoa.di.madgik.searchlibrary.operatorlibrary   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.booleancompare   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.duplicateeliminatoroperator   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.except   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.extjdbc   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.filter   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.gmerge   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.google   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.join   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.keeptop   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.partition   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.select   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.sort   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.transform   
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary
 

Fields in gr.uoa.di.madgik.searchlibrary.operatorlibrary declared as StatsContainer
protected  StatsContainer Unary.stats
           
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary with parameters of type StatsContainer
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
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.booleancompare
 

Methods in gr.uoa.di.madgik.searchlibrary.operatorlibrary.booleancompare with parameters of type StatsContainer
 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.
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.duplicateeliminatoroperator
 

Methods in gr.uoa.di.madgik.searchlibrary.operatorlibrary.duplicateeliminatoroperator with parameters of type StatsContainer
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)
           
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.except
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.except with parameters of type StatsContainer
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
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.extjdbc
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.extjdbc with parameters of type StatsContainer
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
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.filter
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.filter with parameters of type StatsContainer
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
 

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

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.gmerge with parameters of type StatsContainer
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
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.google
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.google with parameters of type StatsContainer
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
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse with parameters of type StatsContainer
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
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.join
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.join with parameters of type StatsContainer
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
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.keeptop
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.keeptop with parameters of type StatsContainer
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
 

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

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge with parameters of type StatsContainer
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
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.partition
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.partition with parameters of type StatsContainer
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, int partitionField, StatsContainer stats, long timeout, TimeUnit timeUnit)
          Creates a new PartitionWorker which will perform the background filter operation
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.select
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.select with parameters of type StatsContainer
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
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.sort
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.sort with parameters of type StatsContainer
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)
           
 

Uses of StatsContainer in gr.uoa.di.madgik.searchlibrary.operatorlibrary.transform
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.transform with parameters of type StatsContainer
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 © 2013. All Rights Reserved.