Skip navigation links
A C D E G H I J N S T 

A

accept(Class) - Method in class cascading.nested.json.hadoop2.JSONHadoopSerialization
 

C

canonical(Object) - Method in class cascading.nested.json.JSONCoercibleType
 
cascading.nested.json - package cascading.nested.json
 
cascading.nested.json.filter - package cascading.nested.json.filter
 
cascading.nested.json.hadoop2 - package cascading.nested.json.hadoop2
 
cascading.nested.json.local - package cascading.nested.json.local
 
cascading.nested.json.transform - package cascading.nested.json.transform
 
coerce(Object, Type) - Method in class cascading.nested.json.JSONCoercibleType
 

D

deepCopy(JsonNode) - Method in class cascading.nested.json.JSONCoercibleType
 
DEFAULT_FIELDS - Static variable in class cascading.nested.json.hadoop2.JSONTextLine
 
DEFAULT_FIELDS - Static variable in class cascading.nested.json.local.JSONTextLine
 

E

equals(Object) - Method in class cascading.nested.json.JSONCoercibleType
 

G

getCanonicalType() - Method in class cascading.nested.json.JSONCoercibleType
 
getDeserializer(Class) - Method in class cascading.nested.json.hadoop2.JSONHadoopSerialization
 
getNestedPointerCompiler() - Method in class cascading.nested.json.JSONCoercibleType
 
getSerializer(Class) - Method in class cascading.nested.json.hadoop2.JSONHadoopSerialization
 
getSerializer(Class) - Method in class cascading.nested.json.JSONCoercibleType
 

H

hashCode() - Method in class cascading.nested.json.JSONCoercibleType
 

I

isInto() - Method in class cascading.nested.json.JSONBuildAsAggregator
 
isInto() - Method in class cascading.nested.json.JSONBuildAsFunction
Method isInto returns the into of this JSONBuildAsFunction object.
isInto() - Method in class cascading.nested.json.JSONBuildIntoFunction
 
isInto() - Method in class cascading.nested.json.JSONCopyAsFunction
 
isInto() - Method in class cascading.nested.json.JSONCopyIntoFunction
 

J

JSONBooleanPointerFilter - Class in cascading.nested.json.filter
Class JSONBooleanPointerFilter filters on a boolean value.
JSONBooleanPointerFilter(String, boolean) - Constructor for class cascading.nested.json.filter.JSONBooleanPointerFilter
 
JSONBooleanPointerFilter(Pointer, boolean) - Constructor for class cascading.nested.json.filter.JSONBooleanPointerFilter
 
JSONBuildAsAggregator - Class in cascading.nested.json
Class JSONBuildAsAggregator provides for the ability to create new JSON objects from aggregated tuple values.
JSONBuildAsAggregator(Fields, BuildSpec...) - Constructor for class cascading.nested.json.JSONBuildAsAggregator
Creates a new JSONBuildAsAggregator instance.
JSONBuildAsFunction - Class in cascading.nested.json
Class JSONBuildAsFunction provides for the ability to create new JSON objects from streamed tuple values.
JSONBuildAsFunction(Fields, BuildSpec...) - Constructor for class cascading.nested.json.JSONBuildAsFunction
Creates a new JSONBuildAsFunction instance.
JSONBuildIntoFunction - Class in cascading.nested.json
Class JSONBuildIntoFunction provides for the ability to update existing JSON objects from streamed tuple values.
JSONBuildIntoFunction(Fields, BuildSpec...) - Constructor for class cascading.nested.json.JSONBuildIntoFunction
Creates a new JSONBuildIntoFunction instance.
JSONCoercibleType - Class in cascading.nested.json
Class JSONCoercibleType is a NestedCoercibleType that provides support for JSON object types.
JSONCopyAsFunction - Class in cascading.nested.json
Class JSONCopyAsFunction provides for the ability to create new JSON objects from an existing JSON object.
JSONCopyAsFunction(Fields, CopySpec...) - Constructor for class cascading.nested.json.JSONCopyAsFunction
Creates a new JSONCopyAsFunction instance.
JSONCopyIntoFunction - Class in cascading.nested.json
Class JSONCopyIntoFunction provides for the ability to update an existing JSON objects from an existing JSON object.
JSONCopyIntoFunction(Fields, CopySpec...) - Constructor for class cascading.nested.json.JSONCopyIntoFunction
Creates a new JSONCopyIntoFunction instance.
JSONCreateFunction - Class in cascading.nested.json
Class JSONCreateFunction provides for the ability to simply set multiple tuple values onto a new JSON object.
JSONCreateFunction(Fields) - Constructor for class cascading.nested.json.JSONCreateFunction
Creates a new JSONCreateFunction instance that will pivot all resolved arguments fields into a new JSON object, where all the JSON object attributes are the argument field names.
JSONCreateFunction(Fields, String) - Constructor for class cascading.nested.json.JSONCreateFunction
Creates a new JSONCreateFunction instance that will pivot all resolved arguments fields into a new JSON object, where all the JSON object attributes are the argument field names.
JSONCreateFunction(Fields, Fields, String) - Constructor for class cascading.nested.json.JSONCreateFunction
Creates a new JSONCreateFunction instance that maps the given fromFields value to the location declared by the stringPointer.
JSONCreateFunction(Fields, Map<Fields, String>) - Constructor for class cascading.nested.json.JSONCreateFunction
Creates a new JSONCreateFunction instance that maps all the Fields declared in the pointerMap to the declared path pointers.
JSONGetFunction - Class in cascading.nested.json
Class JSONGetFunction provides for the ability to convert a JSON object into multiple tuple values.
JSONGetFunction(Map<Fields, String>) - Constructor for class cascading.nested.json.JSONGetFunction
Creates a new JSONGetFunction instance.
JSONGetFunction(Map<Fields, String>, boolean) - Constructor for class cascading.nested.json.JSONGetFunction
Creates a new JSONGetFunction instance.
JSONGetFunction(Fields, String...) - Constructor for class cascading.nested.json.JSONGetFunction
Creates a new JSONGetFunction instance.
JSONGetFunction(Fields, boolean, String...) - Constructor for class cascading.nested.json.JSONGetFunction
Creates a new JSONGetFunction instance.
JSONHadoopSerialization - Class in cascading.nested.json.hadoop2
Class JSONHadoopSerialization creates a Hadoop Serialization provider.
JSONHadoopSerialization() - Constructor for class cascading.nested.json.hadoop2.JSONHadoopSerialization
 
JSONPrimitiveTransforms - Interface in cascading.nested.json.transform
Interface JSONPrimitiveTransforms provides a set of convenience Transform helpers.
JSONRegexFilter - Class in cascading.nested.json
Class JSONRegexFilter provides for the ability to to filter a tuple stream based on the values in a JSON object.
JSONRegexFilter(String, Pattern) - Constructor for class cascading.nested.json.JSONRegexFilter
Creates a new JSONRegexFilter instance.
JSONRegexFilter(String, List<Pattern>) - Constructor for class cascading.nested.json.JSONRegexFilter
Creates a new JSONRegexFilter instance.
JSONSetFunction - Class in cascading.nested.json
Class JSONSetFunction provides for the ability to simply set multiple tuple values onto an existing JSON object.
JSONSetFunction(Fields) - Constructor for class cascading.nested.json.JSONSetFunction
Creates a new JSONSetFunction instance that will pivot all resolved arguments fields into an existing JSON object, where all the JSON object attributes are the argument field names.
JSONSetFunction(Fields, String) - Constructor for class cascading.nested.json.JSONSetFunction
Creates a new JSONSetFunction instance that will pivot all resolved arguments fields into an existing JSON object, where all the JSON object attributes are the argument field names.
JSONSetFunction(Fields, Fields, String) - Constructor for class cascading.nested.json.JSONSetFunction
Creates a new JSONSetFunction instance.
JSONSetFunction(Fields, Map<Fields, String>) - Constructor for class cascading.nested.json.JSONSetFunction
Creates a new JSONSetFunction instance.
JSONSetTextTransform - Class in cascading.nested.json.transform
Class JSONSetTextTransform is an implementation of Transform for updating the text in a JSON TextNode
JSONSetTextTransform() - Constructor for class cascading.nested.json.transform.JSONSetTextTransform
Constructor JSONSetTextTransform creates a new JSONSetTextTransform instance.
JSONSetTextTransform(String) - Constructor for class cascading.nested.json.transform.JSONSetTextTransform
Constructor JSONSetTextTransform creates a new JSONSetTextTransform instance.
JSONSetTextTransform(String, String) - Constructor for class cascading.nested.json.transform.JSONSetTextTransform
Constructor JSONSetTextTransform creates a new JSONSetTextTransform instance.
JSONStringPointerFilter - Class in cascading.nested.json.filter
Class JSONStringPointerFilter filters on a string value.
JSONStringPointerFilter(String) - Constructor for class cascading.nested.json.filter.JSONStringPointerFilter
 
JSONStringPointerFilter(String, boolean) - Constructor for class cascading.nested.json.filter.JSONStringPointerFilter
 
JSONStringPointerFilter(String, String) - Constructor for class cascading.nested.json.filter.JSONStringPointerFilter
 
JSONStringPointerFilter(String, String, boolean) - Constructor for class cascading.nested.json.filter.JSONStringPointerFilter
 
JSONStringPointerFilter(Pointer, String) - Constructor for class cascading.nested.json.filter.JSONStringPointerFilter
 
JSONStringPointerFilter(Pointer, String, boolean) - Constructor for class cascading.nested.json.filter.JSONStringPointerFilter
 
JSONTextLine - Class in cascading.nested.json.hadoop2
A JSONTextLine is a type of Scheme for JSON text files.
JSONTextLine() - Constructor for class cascading.nested.json.hadoop2.JSONTextLine
Constructor JSONTextLine creates a new JSONTextLine instance for use with any of the Hadoop based FlowConnector instances returning results with the default field named "json".
JSONTextLine(Fields) - Constructor for class cascading.nested.json.hadoop2.JSONTextLine
Constructor JSONTextLine creates a new JSONTextLine instance for use with any of the Hadoop based FlowConnector instances.
JSONTextLine(Fields, String) - Constructor for class cascading.nested.json.hadoop2.JSONTextLine
Constructor JSONTextLine creates a new JSONTextLine instance for use with any of the Hadoop based FlowConnector instances.
JSONTextLine(Fields, TextLine.Compress) - Constructor for class cascading.nested.json.hadoop2.JSONTextLine
Constructor JSONTextLine creates a new JSONTextLine instance for use with any of the Hadoop based FlowConnector instances.
JSONTextLine(Fields, TextLine.Compress, String) - Constructor for class cascading.nested.json.hadoop2.JSONTextLine
Constructor JSONTextLine creates a new JSONTextLine instance for use with any of the Hadoop based FlowConnector instances.
JSONTextLine - Class in cascading.nested.json.local
A JSONTextLine is a type of Scheme for JSON text files.
JSONTextLine() - Constructor for class cascading.nested.json.local.JSONTextLine
Constructor JSONTextLine creates a new JSONTextLine instance for use with the LocalFlowConnector returning results with the default field named "json".
JSONTextLine(Fields) - Constructor for class cascading.nested.json.local.JSONTextLine
Constructor JSONTextLine creates a new JSONTextLine instance for use with the LocalFlowConnector.
JSONTextLine(Fields, String) - Constructor for class cascading.nested.json.local.JSONTextLine
Constructor JSONTextLine creates a new JSONTextLine instance for use with the LocalFlowConnector.
JSONTextLine(CompressorScheme.Compressor) - Constructor for class cascading.nested.json.local.JSONTextLine
Constructor JSONTextLine creates a new JSONTextLine instance for use with the LocalFlowConnector returning results with the default field named "json".
JSONTextLine(Fields, CompressorScheme.Compressor) - Constructor for class cascading.nested.json.local.JSONTextLine
Constructor JSONTextLine creates a new JSONTextLine instance for use with the LocalFlowConnector.
JSONTextLine(Fields, CompressorScheme.Compressor, String) - Constructor for class cascading.nested.json.local.JSONTextLine
Constructor JSONTextLine creates a new JSONTextLine instance for use with the LocalFlowConnector.

N

newRoot() - Method in class cascading.nested.json.JSONCoercibleType
 

S

sink(FlowProcess<? extends Configuration>, SinkCall<Object[], OutputCollector>) - Method in class cascading.nested.json.hadoop2.JSONTextLine
 
sink(FlowProcess<? extends Properties>, SinkCall<PrintWriter, OutputStream>) - Method in class cascading.nested.json.local.JSONTextLine
 
source(FlowProcess<? extends Properties>, SourceCall<LineNumberReader, InputStream>) - Method in class cascading.nested.json.local.JSONTextLine
 
sourceHandleInput(SourceCall<Object[], RecordReader>) - Method in class cascading.nested.json.hadoop2.JSONTextLine
 

T

toString() - Method in class cascading.nested.json.JSONCoercibleType
 
TYPE - Static variable in class cascading.nested.json.JSONCoercibleType
 
A C D E G H I J N S T 
Skip navigation links

Copyright © 2007-2017 Cascading Maintainers. All Rights Reserved.