Uses of Class
org.kitesdk.morphline.api.MorphlineContext

Packages that use MorphlineContext
org.kitesdk.morphline.api This package contains the heart of the morphline API. 
org.kitesdk.morphline.avro   
org.kitesdk.morphline.base   
org.kitesdk.morphline.hadoop.core   
org.kitesdk.morphline.hadoop.parquet.avro   
org.kitesdk.morphline.hadoop.rcfile   
org.kitesdk.morphline.hadoop.sequencefile   
org.kitesdk.morphline.json   
org.kitesdk.morphline.maxmind   
org.kitesdk.morphline.metrics.servlets   
org.kitesdk.morphline.saxon   
org.kitesdk.morphline.solr   
org.kitesdk.morphline.solrcell   
org.kitesdk.morphline.stdio   
org.kitesdk.morphline.stdlib   
org.kitesdk.morphline.tika   
org.kitesdk.morphline.tika.decompress   
org.kitesdk.morphline.twitter   
org.kitesdk.morphline.useragent   
 

Uses of MorphlineContext in org.kitesdk.morphline.api
 

Fields in org.kitesdk.morphline.api declared as MorphlineContext
protected  MorphlineContext MorphlineContext.Builder.context
           
 

Methods in org.kitesdk.morphline.api that return MorphlineContext
 MorphlineContext MorphlineContext.Builder.build()
           
protected  MorphlineContext MorphlineContext.Builder.create()
           
 

Methods in org.kitesdk.morphline.api with parameters of type MorphlineContext
 Command CommandBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
          Creates and returns a command rooted at the given morphline JSON config.
 

Uses of MorphlineContext in org.kitesdk.morphline.avro
 

Methods in org.kitesdk.morphline.avro with parameters of type MorphlineContext
 Command WriteAvroToByteArrayBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ToAvroBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadAvroContainerBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadAvroBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractAvroTreeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractAvroPathsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.base
 

Methods in org.kitesdk.morphline.base that return MorphlineContext
protected  MorphlineContext AbstractCommand.getContext()
          Returns the context of this command.
 

Methods in org.kitesdk.morphline.base with parameters of type MorphlineContext
 Command Compiler.compile(com.typesafe.config.Config morphlineConfig, MorphlineContext morphlineContext, Command finalChild)
          Compiles the given morphline config using the given morphline context.
 Command Compiler.compile(File morphlineFile, String morphlineId, MorphlineContext morphlineContext, Command finalChild, com.typesafe.config.Config... overrides)
          Parses the given morphlineFile, then finds the morphline with the given morphlineId within, then compiles the morphline and returns the corresponding morphline command.
 

Constructors in org.kitesdk.morphline.base with parameters of type MorphlineContext
AbstractCommand(CommandBuilder builder, com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
          Using the given builder, constructs a command rooted at the given morphline JSON config.
AbstractCommand(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
          Deprecated. 
 

Uses of MorphlineContext in org.kitesdk.morphline.hadoop.core
 

Methods in org.kitesdk.morphline.hadoop.core with parameters of type MorphlineContext
 Command DownloadHdfsFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.hadoop.parquet.avro
 

Methods in org.kitesdk.morphline.hadoop.parquet.avro with parameters of type MorphlineContext
 Command ReadAvroParquetFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.hadoop.rcfile
 

Methods in org.kitesdk.morphline.hadoop.rcfile with parameters of type MorphlineContext
 Command ReadRCFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.hadoop.sequencefile
 

Methods in org.kitesdk.morphline.hadoop.sequencefile with parameters of type MorphlineContext
 Command ReadSequenceFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.json
 

Methods in org.kitesdk.morphline.json with parameters of type MorphlineContext
 Command ReadJsonBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractJsonPathsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.maxmind
 

Methods in org.kitesdk.morphline.maxmind with parameters of type MorphlineContext
 Command GeoIPBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.metrics.servlets
 

Methods in org.kitesdk.morphline.metrics.servlets with parameters of type MorphlineContext
 Command StartReportingMetricsToHTTPBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command RegisterJVMMetricsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.saxon
 

Methods in org.kitesdk.morphline.saxon with parameters of type MorphlineContext
 Command XSLTBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command XQueryBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ConvertHTMLBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.solr
 

Subclasses of MorphlineContext in org.kitesdk.morphline.solr
 class SolrMorphlineContext
          A context that is specific to Solr.
 

Methods in org.kitesdk.morphline.solr with parameters of type MorphlineContext
 Command TokenizeTextBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SanitizeUnknownSolrFieldsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LoadSolrBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command GenerateSolrSequenceKeyBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Constructors in org.kitesdk.morphline.solr with parameters of type MorphlineContext
SolrLocator(com.typesafe.config.Config config, MorphlineContext context)
           
SolrLocator(MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.solrcell
 

Methods in org.kitesdk.morphline.solrcell with parameters of type MorphlineContext
 Command SolrCellBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.stdio
 

Methods in org.kitesdk.morphline.stdio with parameters of type MorphlineContext
 Command ReadMultiLineBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadLineBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadCSVBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadClobBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Constructors in org.kitesdk.morphline.stdio with parameters of type MorphlineContext
AbstractParser(CommandBuilder builder, com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
AbstractParser(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
          Deprecated. 
 

Uses of MorphlineContext in org.kitesdk.morphline.stdlib
 

Methods in org.kitesdk.morphline.stdlib with parameters of type MorphlineContext
 Command TryRulesBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command TranslateBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ToStringBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ToByteArrayBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command StartReportingMetricsToSLF4JBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command StartReportingMetricsToJMXBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command StartReportingMetricsToCSVBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SplitKeyValueBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SplitBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SetValuesBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SeparateAttachmentsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command PipeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command NotBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogWarnBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogTraceBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogInfoBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogErrorBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogDebugBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command JavaBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command IfThenElseBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command GrokBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command GenerateUUIDBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command FindReplaceBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractURIQueryParametersBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractURIComponentsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractURIComponentBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command EqualsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command DropRecordBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command DecodeBase64Builder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ConvertTimestampBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ContainsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command CallParentPipeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddValuesIfAbsentBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddValuesBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddLocalHostBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddCurrentTimeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Constructors in org.kitesdk.morphline.stdlib with parameters of type MorphlineContext
AbstractFieldTransformCommand(CommandBuilder builder, com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
AbstractFieldTransformCommand(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
          Deprecated. 
 

Uses of MorphlineContext in org.kitesdk.morphline.tika
 

Methods in org.kitesdk.morphline.tika with parameters of type MorphlineContext
 Command DetectMimeTypeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.tika.decompress
 

Methods in org.kitesdk.morphline.tika.decompress with parameters of type MorphlineContext
 Command UnpackBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command DecompressBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.twitter
 

Methods in org.kitesdk.morphline.twitter with parameters of type MorphlineContext
 Command ReadJsonTestTweetsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of MorphlineContext in org.kitesdk.morphline.useragent
 

Methods in org.kitesdk.morphline.useragent with parameters of type MorphlineContext
 Command UserAgentBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 



Copyright © 2013–2014. All rights reserved.