- 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
-
- 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
.