Uses of Interface
net.sansa_stack.hadoop.core.pattern.CustomPattern
Packages that use CustomPattern
Package
Description
-
Uses of CustomPattern in net.sansa_stack.hadoop.core
Fields in net.sansa_stack.hadoop.core declared as CustomPatternModifier and TypeFieldDescriptionprotected CustomPatternRecordReaderGenericBase.recordStartPatternRegex pattern to search for candidate record starts used to avoid having to invoke the actual parser (which may start a new thread) on each single characterMethods in net.sansa_stack.hadoop.core with parameters of type CustomPatternModifier and TypeMethodDescriptionprotected static MatcherFactoryRecordReaderGenericBase.createMatcherFactory(CustomPattern recordSearchPattern, int relProbeRegionEnd, LongPredicate matcherAbsReadPosValidator) static <U> net.sansa_stack.hadoop.core.ProbeResultRecordReaderGenericBase.findNextRegion(CustomPattern recordSearchPattern, org.aksw.commons.io.input.SeekableReadableChannel<byte[]> nav, long splitStart, long absProbeRegionStart, long maxRecordLength, long absDataRegionEnd, LongPredicate matcherAbsReadPosValidator, LongPredicate posValidator, org.aksw.commons.io.buffer.array.BufferOverReadableChannel<U[]> outBuffer, Prober<U> prober) -
Uses of CustomPattern in net.sansa_stack.hadoop.core.pattern
Classes in net.sansa_stack.hadoop.core.pattern that implement CustomPatternModifier and TypeClassDescriptionclassclassDeprecated.classclassclassclassA caching pattern whose matchers can be replay prior matchesclassFields in net.sansa_stack.hadoop.core.pattern declared as CustomPatternModifier and TypeFieldDescriptionprotected CustomPatternCustomPatternFiltered.bwdPatternprotected CustomPatternCustomPatternCsvOld.endOfQuotedFieldFwdPatternDeprecated.protected CustomPatternCustomPatternCsv.fieldSeparatorAndNewlinePatternprotected CustomPatternCustomPatternCsvOld.firstCharOnNewLinePatternDeprecated.protected CustomPatternCustomPatternFiltered.fwdPatternprotected CustomPatternCustomPatternDecoratorBase.patternprotected CustomPatternCustomPatternCsvOld.startOfQuotedFieldBwdPatternDeprecated.Methods in net.sansa_stack.hadoop.core.pattern that return CustomPatternModifier and TypeMethodDescriptionstatic CustomPatternCustomPatternCsv.create(int multilineFieldMaxLines) static CustomPatternCustomPatternCsv.create(org.aksw.commons.model.csvw.domain.api.Dialect dialect, int multilineFieldMaxLines, int cellMaxLength) static CustomPatternCustomPatternCsvOld.createBwdPatternClosingQuote(CustomPatternCsvOld.Config dialect) Deprecated.static CustomPatternCustomPatternCsvOld.createBwdPatternClosingQuote2(CustomPatternCsvOld.Config dialect) Deprecated.static CustomPatternCustomPatternCsvOld.createFwdQuotePattern(CustomPatternCsvOld.Config dialect) Deprecated.Pattern for matching an effective quote in forward direction.static CustomPatternCustomPatternCsvOld.createFwdQuotePatternOld(CustomPatternCsvOld.Config dialect) Deprecated.static CustomPatternCustomPatternCsvOld.createIsEscapedBwdPattern(CustomPatternCsvOld.Config dialect) Deprecated.Methods in net.sansa_stack.hadoop.core.pattern with parameters of type CustomPatternModifier and TypeMethodDescriptionstatic CustomPatternReplayCustomPatternReplay.wrap(CustomPattern decoratee) Constructors in net.sansa_stack.hadoop.core.pattern with parameters of type CustomPatternModifierConstructorDescriptionCustomPatternCsvOld(int columnMaxLength, CustomPattern firstCharAfterNewlinePattern, CustomPattern endOfQuotedFieldFwdPattern, CustomPattern startOfQuotedFieldBwdPattern) Deprecated.CustomPatternDecoratorBase(CustomPattern pattern) CustomPatternFiltered(CustomPattern fwdPattern, CustomPattern bwdPattern) protectedCustomPatternReplay(CustomPattern decoratee) -
Uses of CustomPattern in net.sansa_stack.hadoop.format.commons_csv.csv
Methods in net.sansa_stack.hadoop.format.commons_csv.csv that return CustomPatternModifier and TypeMethodDescriptionstatic CustomPatternRecordReaderCsv.createStartOfCsvRecordPattern(long n) Create a regex for matching csv record starts. -
Uses of CustomPattern in net.sansa_stack.hadoop.format.gson.json
Fields in net.sansa_stack.hadoop.format.gson.json declared as CustomPatternModifier and TypeFieldDescriptionprotected static final CustomPatternRecordReaderJsonArray.jsonFwdPatternprotected static final CustomPatternRecordReaderJsonSequence.jsonFwdPattern -
Uses of CustomPattern in net.sansa_stack.hadoop.format.jena.base
Fields in net.sansa_stack.hadoop.format.jena.base declared as CustomPatternMethods in net.sansa_stack.hadoop.format.jena.base that return CustomPatternConstructors in net.sansa_stack.hadoop.format.jena.base with parameters of type CustomPatternModifierConstructorDescriptionRecordReaderConf(String probeElementCountKey, String minRecordLengthKey, String maxRecordLengthKey, String probeRecordCountKey, CustomPattern recordSearchPattern) RecordReaderRdfConf(String minRecordLengthKey, String maxRecordLengthKey, String probeRecordCountKey, CustomPattern recordSearchPattern, String prefixesMaxLengthKey, org.apache.jena.riot.Lang lang) -
Uses of CustomPattern in net.sansa_stack.hadoop.format.jena.nquads
Fields in net.sansa_stack.hadoop.format.jena.nquads declared as CustomPatternModifier and TypeFieldDescriptionprotected static final CustomPatternRecordReaderRdfNQuads.nQuadsRecordStartPatternMatch the first character after a newline -
Uses of CustomPattern in net.sansa_stack.hadoop.format.jena.ntriples
Fields in net.sansa_stack.hadoop.format.jena.ntriples declared as CustomPatternModifier and TypeFieldDescriptionprotected static final CustomPatternRecordReaderRdfNTriples.nTriplesRecordStartPatternMatch the first character after a newline -
Uses of CustomPattern in net.sansa_stack.hadoop.format.jena.trig
Fields in net.sansa_stack.hadoop.format.jena.trig declared as CustomPatternModifier and TypeFieldDescriptionprotected static final CustomPatternRecordReaderRdfTrigDataset.trigFwdPatternprotected static final CustomPatternRecordReaderRdfTrigQuad.trigFwdPatternprotected static final CustomPatternRecordReaderRdfTrigDataset.trigFwdPatternGraphFollowedByCurlyBraceThis is the pattern for directives or trig data where graphs are separated by '{'.protected static final CustomPatternRecordReaderRdfTrigDataset.trigFwdPatternNewThis is the pattern for directives or (compact) IRIs. -
Uses of CustomPattern in net.sansa_stack.hadoop.format.jena.turtle
Fields in net.sansa_stack.hadoop.format.jena.turtle declared as CustomPatternModifier and TypeFieldDescriptionprotected static final CustomPatternRecordReaderRdfTurtleTriple.turtleRecordStartPatternSyntatic constructs in Turtle can start with: TODO Anything missing? base / @base prefix / @prefix @lt;foo;> - an IRI [ ] - a blank node foo: - a CURIE