Skip navigation links
A C D G I M P S T 

A

asResult(String, Boolean) - Static method in class com.cobber.fta.DateTimeParserResult
Given an input string in SimpleDateTimeFormat convert to a DateTimeParserResult

C

com.cobber.fta - package com.cobber.fta
 

D

DateTimeParser - Class in com.cobber.fta
Analyze String data to determine whether input represents a date or datetime.
DateTimeParserResult - Class in com.cobber.fta
DateTimeParserResult is the result of a DateTimeParser analysis.
determineFormatString(String, Boolean) - Static method in class com.cobber.fta.DateTimeParser
Determine a FormatString from an input string that may represent a Date, Time, DateTime, OffsetDateTime or a ZonedDateTime.
dump(boolean) - Method in class com.cobber.fta.TextAnalysisResult
A String representation of the Analysis.

G

getBlankCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the count of all blank samples.
getCardinality() - Method in class com.cobber.fta.TextAnalysisResult
Get the cardinality for the current data stream.
getCardinalityDetails() - Method in class com.cobber.fta.TextAnalysisResult
Get the cardinality details for the current data stream.
getConfidence() - Method in class com.cobber.fta.TextAnalysisResult
Confidence in the type classification.
getFormatString() - Method in class com.cobber.fta.DateTimeParserResult
Return a DateTimeFormatter representation of the DateTimeParserResult.
getLeadingZeroCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the count of all samples with leading zeros (Type long only)
getMatchCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the count of all samples that matched the determined type.
getMaxCardinality() - Method in class com.cobber.fta.TextAnalyzer
Get the maximum cardinality that will be tracked.
getMaxLength() - Method in class com.cobber.fta.TextAnalysisResult
Get the maximum length for Numeric, Boolean and String Note: For String and Boolean types this length includes any whitespace.
getMaxOutliers() - Method in class com.cobber.fta.TextAnalyzer
Get the maximum number of outliers that will be tracked.
getMaxValue() - Method in class com.cobber.fta.TextAnalysisResult
Get the maximum value for Numeric, Boolean and String
getMinLength() - Method in class com.cobber.fta.TextAnalysisResult
Get the minimum length for Numeric, Boolean and String.
getMinValue() - Method in class com.cobber.fta.TextAnalysisResult
Get the minimum value for Numeric, Boolean and String types
getNullCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the count of all null samples.
getOutlierCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the number of distinct outliers for the current data stream.
getOutlierDetails() - Method in class com.cobber.fta.TextAnalysisResult
Get the outlier details for the current data stream.
getPattern() - Method in class com.cobber.fta.TextAnalysisResult
Get Regular Expression that reflects the data stream.
getRegExp() - Method in class com.cobber.fta.DateTimeParserResult
Return the Regular Expression that matches this Date/Time object.
getResult() - Method in class com.cobber.fta.DateTimeParser
Determine the result of the training complete to date.
getResult() - Method in class com.cobber.fta.TextAnalyzer
Determine the result of the training complete to date.
getSampleCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the count of all samples seen.
getSampleSize() - Method in class com.cobber.fta.TextAnalyzer
Get the number of Samples used to collect before attempting to determine the type.
getType() - Method in class com.cobber.fta.DateTimeParserResult
Return the detected type of this input.
getType() - Method in class com.cobber.fta.TextAnalysisResult
Type (as determined by training to date) as a String.
getTypeQualifier() - Method in class com.cobber.fta.TextAnalysisResult
Get the optional Type Qualifier.

I

isKey() - Method in class com.cobber.fta.TextAnalysisResult
Is this field a possible key?
isNumeric() - Method in class com.cobber.fta.PatternInfo
Is this pattern Numeric?
isValid(String) - Method in class com.cobber.fta.DateTimeParserResult
Determine whether a string input matches this DateTimeParserResult.
isValid8(String) - Method in class com.cobber.fta.DateTimeParserResult
Determine whether a string input matches this DateTimeParserResult.

M

MAX_CARDINALITY_DEFAULT - Static variable in class com.cobber.fta.TextAnalyzer
The default value for the maximum Cardinality tracked.
MAX_OUTLIERS_DEFAULT - Static variable in class com.cobber.fta.TextAnalyzer
The default value for the maximum # of outliers tracked.

P

parse(String) - Method in class com.cobber.fta.DateTimeParserResult
Determine whether a string input matches this DateTimeParserResult.
PatternInfo - Class in com.cobber.fta
The PatternInfo class maintains a set of information about a simple pattern.
PatternInfo(String, String, String, int, int, String, String) - Constructor for class com.cobber.fta.PatternInfo
Construct a new information block for the supplied pattern.

S

SAMPLE_DEFAULT - Static variable in class com.cobber.fta.TextAnalyzer
The default value for the number of samples to collect before making a type determination.
setMaxCardinality(int) - Method in class com.cobber.fta.TextAnalyzer
Set the maximum cardinality that will be tracked.
setMaxOutliers(int) - Method in class com.cobber.fta.TextAnalyzer
Set the maximum number of outliers that will be tracked.
setSampleSize(int) - Method in class com.cobber.fta.TextAnalyzer
Set the number of Samples to collect before attempting to determine the type.
sortByValue(Map<K, V>) - Static method in class com.cobber.fta.DateTimeParser
 

T

TextAnalysisResult - Class in com.cobber.fta
TextAnalysisResult is the result of a TextAnalyzer analysis of a data stream.
TextAnalyzer - Class in com.cobber.fta
Analyze Text data to determine type information and other key metrics associated with a text stream.
TextAnalyzer(String, Boolean) - Constructor for class com.cobber.fta.TextAnalyzer
Construct a Text Analyzer for the named data stream.
TextAnalyzer(String) - Constructor for class com.cobber.fta.TextAnalyzer
Construct a Text Analyzer for the named data stream.
TextAnalyzer() - Constructor for class com.cobber.fta.TextAnalyzer
Construct an anonymous Text Analyzer for a data stream.
toString() - Method in class com.cobber.fta.TextAnalysisResult
A String representation of the Analysis.
train(String) - Method in class com.cobber.fta.DateTimeParser
Train is the core entry point used to supply input to the DateTimeParser.
train(String) - Method in class com.cobber.fta.TextAnalyzer
Train is the core entry point used to supply input to the Text Analyzer.
A C D G I M P S T 
Skip navigation links