A B C D E F G H I J K L M N O P Q R S T U V W X Z _

C

c - Variable in class felix.parser.FELIXParser.foclause_return
 
c - Variable in class felix.parser.FELIXParser.hardRule_return
 
c - Variable in class felix.parser.FELIXParser.softRule_return
 
calc() - Method in class felix.util.CostCalculator
Calculates cost.
checkEvidence(String[]) - Method in class felix.test.IOFileTest
Check if evidence was correctly loaded into a database table.
checkEvidence(String[]) - Method in class felix.test.IOHDFSTest
Check if evidence was correctly loaded into a database table.
checkOutput(String, String[]) - Method in class felix.test.IODBTest
Checks if output file contains expected results.
checkOutput(String, String[]) - Method in class felix.test.IOFileTest
Checks if output file contains expected results.
checkOutput(String, String[]) - Method in class felix.test.IOHDFSTest
Checks if output file contains expected results.
clauseConstraints - Variable in class felix.dstruct.StatOperator
Map from clauses to expressions partitioning the data.
cleanUp() - Method in class felix.dstruct.ConcurrentOperatorsBucket
Merge the output of operators into a consistent DB table and dump them into files.
clear() - Method in class felix.util.BloomFilter
Sets all bits to false in the Bloom filter.
clear() - Method in class felix.util.MemoryFriendlyHashMap
Clears hashmap.
cleared - Variable in class felix.dstruct.ConcurrentOperatorsBucket
Auxiliary structure for clearing the old data table and merge the output of statistical operators in this bucket.
clone() - Method in class felix.dstruct.StatOperator
Returns a clone of this statistical operator.
close() - Method in class felix.optimizer.CostModel
Close the database connection used by CostModel.
close() - Method in class felix.optimizer.DMOOptimizer
Close the database connection used in this DMOOptimizer.
close() - Method in class felix.thirdpart.XmlInputFormat.XmlRecordReader
 
closeFiles() - Method in class felix.dstruct.FelixQuery
Close all predicate's loadingFile.
closePS() - Method in class felix.dstruct.DataMovementOperator
Cancels rule of this DMO.
cluster() - Method in class felix.operator.COREFOperator
Clustering worker.
clusteringRule() - Method in class felix.parser.FELIXParser
 
cm - Variable in class felix.optimizer.DMOOptimizer
Cost model used to optimize the DMO.
CODE - Static variable in class felix.parser.FELIXLexer
 
CODE - Static variable in class felix.parser.FELIXParser
 
colToStringArray(Collection<A>) - Static method in class felix.util.FelixStringMan
Returns ArrayList for given collection.
colToStringArray(A...) - Static method in class felix.util.FelixStringMan
Returns ArrayList for given object.
comboTest() - Method in class felix.test.IODBTest
Combo test using evidence from a file and evidence from a database table.
comboTest1() - Method in class felix.test.IOHDFSTest
Combo test using evidence generated with Blah Blah and evidence from a file.
comboTest2() - Method in class felix.test.IOHDFSTest
Combo test using evidence generated with Blah Blah and evidence from a database table.
comboTest3() - Method in class felix.test.IOHDFSTest
Combo test using evidence generated with Blah Blah, evidence from a file, and evidence from a database table.
comboTest4() - Method in class felix.test.IOHDFSTest
Combo test using evidence generated with Blah Blah for a text file and a XML file, evidence from a file, and evidence from a database table.
commaListNoSpace(ArrayList<String>) - Static method in class felix.util.FelixStringMan
Returns comma separated list with no spaces for given list.
COMMENT - Static variable in class felix.parser.FELIXLexer
 
COMMENT - Static variable in class felix.parser.FELIXParser
 
commentTest() - Method in class felix.test.IOHDFSTest
Test the use of python comments.
commonCandidate - Variable in class felix.dstruct.StatOperator
Set of predicates that can potentially be shared with other operators via dual decomposition.
commonCandidates - Variable in class felix.dstruct.ConcurrentOperatorsBucket
Set of predicates that can potentially share with others (through dual decomposition).
ConcurrentEvidenceLoader - Class in felix.task
Evidence loader that can run concurrently.
ConcurrentEvidenceLoader(String, FelixQuery) - Constructor for class felix.task.ConcurrentEvidenceLoader
The constructor.
ConcurrentOperatorsBucket - Class in felix.dstruct
An object of ConcurrentOperatorsBucket contains multiple statistical operators that can be executed in parallel.
ConcurrentOperatorsBucket(boolean) - Constructor for class felix.dstruct.ConcurrentOperatorsBucket
The constructor.
cond - Variable in class felix.parser.FELIXParser.functionalAtom_return
 
contains(E) - Method in class felix.util.BloomFilter
Returns true if the element could have been inserted into the Bloom filter.
containsAll(Collection<? extends E>) - Method in class felix.util.BloomFilter
Returns true if all the elements of a Collection could have been inserted into the Bloom filter.
containsKey(Object) - Method in class felix.util.MemoryFriendlyHashMap
Returns true if this hashmap contains the given key.
containsValue(Object) - Method in class felix.util.MemoryFriendlyHashMap
Returns true if this hashmap contains the given value.
copyLogicPlanToPhysicalPlanDirectly() - Method in class felix.dstruct.DataMovementOperator
Copy logic plan to physical plan directly.
corefMAPPredicate - Variable in class felix.dstruct.FelixPredicate
If FelixPredicate.isCorefPredicate is true, which relation serves as the linear-view-representation of it?
COREFOperator - Class in felix.operator
A COREF operator in Felix.
COREFOperator(FelixQuery, HashSet<FelixPredicate>, FelixCommandOptions) - Constructor for class felix.operator.COREFOperator
The constructor of COREFOperator.
CorefTest - Class in felix.test
Test Coref operator's quality.
CorefTest() - Constructor for class felix.test.CorefTest
 
CostCalculator - Class in felix.util
 
CostCalculator(FelixCommandOptions) - Constructor for class felix.util.CostCalculator
The constructor.
CostModel - Class in felix.optimizer
An object of the cost model used by the optimizer.
CostModel(Felix) - Constructor for class felix.optimizer.CostModel
The constructor of CostModel.
CostModel.resultTuple - Class in felix.optimizer
Class for a set of different costs.
CostModel.resultTuple() - Constructor for class felix.optimizer.CostModel.resultTuple
 
count() - Method in class felix.util.BloomFilter
Returns the number of elements added to the Bloom filter after it was constructed or after clear() was called.
cq - Variable in class felix.parser.FELIXParser.clusteringRule_return
 
cq - Variable in class felix.parser.FELIXParser.datalogRule_return
 
cq - Variable in class felix.parser.FELIXParser.scopingRule_return
 
createAndPopulateTable(String, String, List<String>, List<String>, String) - Static method in class felix.io.HadoopPostgreSQLPopulator
Creates and populates the given schema.table from the given file.
createAndPopulateTableFromDir(String, String, List<String>, List<String>, String, int) - Static method in class felix.io.HadoopPostgreSQLPopulator
Creates and populates the given schema.table from the given directory.
createHash(String, Charset) - Static method in class felix.util.BloomFilter
Generates a digest based on the contents of a String.
createHash(String) - Static method in class felix.util.BloomFilter
Generates a digest based on the contents of a String.
createHash(byte[]) - Static method in class felix.util.BloomFilter
Generates a digest based on the contents of an array of bytes.
createRecordReader(InputSplit, TaskAttemptContext) - Method in class felix.thirdpart.XmlInputFormat
Returns XMLRecord reader to read xml document.
CRFOperator - Class in felix.operator
A CRF operator in Felix.
CRFOperator(FelixQuery, HashSet<FelixPredicate>, FelixCommandOptions) - Constructor for class felix.operator.CRFOperator
The constructor of CRFOperator.
CRFTest - Class in felix.test
Test CRF operator's quality.
CRFTest() - Constructor for class felix.test.CRFTest
 
currentFuture - Variable in class felix.society.Task
What future is currently running (used for join).
currentIndent - Static variable in class felix.util.FelixConfig
Fields specialized to Felix
currentState - Variable in class felix.dstruct.StatOperator
Deprecated.  
currentWorker - Variable in class felix.society.Task
What worker is currently running?

A B C D E F G H I J K L M N O P Q R S T U V W X Z _