- 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.
- JSONBuildAsAggregator(JSONCoercibleType, 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.
- JSONBuildAsFunction(JSONCoercibleType, 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.
- JSONBuildIntoFunction(JSONCoercibleType, 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.
- JSONCoercibleType(ObjectMapper) - Constructor for class cascading.nested.json.JSONCoercibleType
-
Instantiates a new Json coercible type with the given
ObjectMapper instance.
- 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.
- JSONCopyAsFunction(JSONCoercibleType, 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.
- JSONCopyIntoFunction(JSONCoercibleType, 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(JSONCoercibleType, 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(JSONCoercibleType, 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.
- JSONCreateFunction(JSONCoercibleType, 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(JSONCoercibleType, 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.
- JSONCreateFunction(Fields, SerPredicate<?>) - 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, SerPredicate<?>) - 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(JSONCoercibleType, Fields, SerPredicate<?>) - 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(JSONCoercibleType, Fields, String, SerPredicate<?>) - 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, SerPredicate<?>, 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, SerPredicate<?>, 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.
- JSONCreateFunction(JSONCoercibleType, Fields, SerPredicate<?>, 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(JSONCoercibleType, Fields, SerPredicate<?>, 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.
- JSONGetAllAggregateFunction - Class in cascading.nested.json
-
Class JSONGetAllAggregateFunction provides the ability to retrieve a list of child nodes and
convert the specified properties of each JSON object into a new aggregate value rendered by the given implementation
of NestedAggregate.
- JSONGetAllAggregateFunction(String, Map<String, NestedAggregate<JsonNode, ?>>) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(String, boolean, Map<String, NestedAggregate<JsonNode, ?>>) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(JSONCoercibleType, String, Map<String, NestedAggregate<JsonNode, ?>>) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(JSONCoercibleType, String, boolean, Map<String, NestedAggregate<JsonNode, ?>>) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(String, SerFunction<Stream<JsonNode>, Stream<JsonNode>>, Map<String, NestedAggregate<JsonNode, ?>>) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(String, SerFunction<Stream<JsonNode>, Stream<JsonNode>>, boolean, Map<String, NestedAggregate<JsonNode, ?>>) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(JSONCoercibleType, String, SerFunction<Stream<JsonNode>, Stream<JsonNode>>, Map<String, NestedAggregate<JsonNode, ?>>) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(JSONCoercibleType, String, SerFunction<Stream<JsonNode>, Stream<JsonNode>>, boolean, Map<String, NestedAggregate<JsonNode, ?>>) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(String, Fields, String[], NestedAggregate<JsonNode, ?>[]) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(String, Fields, boolean, String[], NestedAggregate<JsonNode, ?>[]) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(JSONCoercibleType, String, Fields, String[], NestedAggregate<JsonNode, ?>[]) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(JSONCoercibleType, String, Fields, boolean, String[], NestedAggregate<JsonNode, ?>[]) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(String, SerFunction<Stream<JsonNode>, Stream<JsonNode>>, Fields, String[], NestedAggregate<JsonNode, ?>[]) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(String, SerFunction<Stream<JsonNode>, Stream<JsonNode>>, Fields, boolean, String[], NestedAggregate<JsonNode, ?>[]) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(JSONCoercibleType, String, SerFunction<Stream<JsonNode>, Stream<JsonNode>>, Fields, String[], NestedAggregate<JsonNode, ?>[]) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(JSONCoercibleType, String, SerFunction<Stream<JsonNode>, Stream<JsonNode>>, boolean, String[], NestedAggregate<JsonNode, ?>[]) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllAggregateFunction(JSONCoercibleType, String, SerFunction<Stream<JsonNode>, Stream<JsonNode>>, Fields, boolean, String[], NestedAggregate<JsonNode, ?>[]) - Constructor for class cascading.nested.json.JSONGetAllAggregateFunction
-
Constructor JSONGetAllAggregateFunction creates a new instance.
- JSONGetAllFunction - Class in cascading.nested.json
-
Class JSONGetAllFunction provides the ability to retrieve a list of child nodes and
convert each JSON object into tuple of values.
- JSONGetAllFunction(String, Map<Fields, String>) - Constructor for class cascading.nested.json.JSONGetAllFunction
-
Creates a new JSONGetAllFunction instance.
- JSONGetAllFunction(String, Map<Fields, String>, boolean) - Constructor for class cascading.nested.json.JSONGetAllFunction
-
Creates a new JSONGetAllFunction instance.
- JSONGetAllFunction(String, Fields, String...) - Constructor for class cascading.nested.json.JSONGetAllFunction
-
Creates a new JSONGetAllFunction instance.
- JSONGetAllFunction(String, Fields, boolean, String...) - Constructor for class cascading.nested.json.JSONGetAllFunction
-
Creates a new JSONGetAllFunction instance.
- JSONGetAllFunction(JSONCoercibleType, String, Map<Fields, String>) - Constructor for class cascading.nested.json.JSONGetAllFunction
-
Creates a new JSONGetAllFunction instance.
- JSONGetAllFunction(JSONCoercibleType, String, Map<Fields, String>, boolean) - Constructor for class cascading.nested.json.JSONGetAllFunction
-
Creates a new JSONGetAllFunction instance.
- JSONGetAllFunction(JSONCoercibleType, String, Fields, String...) - Constructor for class cascading.nested.json.JSONGetAllFunction
-
Creates a new JSONGetAllFunction instance.
- JSONGetAllFunction(JSONCoercibleType, String, Fields, boolean, String...) - Constructor for class cascading.nested.json.JSONGetAllFunction
-
Creates a new JSONGetAllFunction instance.
- JSONGetFunction - Class in cascading.nested.json
-
Class JSONGetFunction provides the ability to convert a JSON object into a single tuple where each
field value is referenced by a Json pointer in the object.
- 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.
- JSONGetFunction(JSONCoercibleType, Map<Fields, String>) - Constructor for class cascading.nested.json.JSONGetFunction
-
Creates a new JSONGetFunction instance.
- JSONGetFunction(JSONCoercibleType, Map<Fields, String>, boolean) - Constructor for class cascading.nested.json.JSONGetFunction
-
Creates a new JSONGetFunction instance.
- JSONGetFunction(JSONCoercibleType, Fields, String...) - Constructor for class cascading.nested.json.JSONGetFunction
-
Creates a new JSONGetFunction instance.
- JSONGetFunction(JSONCoercibleType, 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.
- JSONRegexFilter(JSONCoercibleType, String, Pattern) - Constructor for class cascading.nested.json.JSONRegexFilter
-
Creates a new JSONRegexFilter instance.
- JSONRegexFilter(JSONCoercibleType, String, List<Pattern>) - Constructor for class cascading.nested.json.JSONRegexFilter
-
Creates a new JSONRegexFilter instance.
- JSONRegexFilter(String, Pattern, boolean) - Constructor for class cascading.nested.json.JSONRegexFilter
-
Creates a new JSONRegexFilter instance.
- JSONRegexFilter(String, List<Pattern>, boolean) - Constructor for class cascading.nested.json.JSONRegexFilter
-
Creates a new JSONRegexFilter instance.
- JSONRegexFilter(JSONCoercibleType, String, Pattern, boolean) - Constructor for class cascading.nested.json.JSONRegexFilter
-
Creates a new JSONRegexFilter instance.
- JSONRegexFilter(JSONCoercibleType, String, List<Pattern>, boolean) - 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.
- JSONSetFunction(JSONCoercibleType, 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(JSONCoercibleType, 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(JSONCoercibleType, Fields, Fields, String) - Constructor for class cascading.nested.json.JSONSetFunction
-
Creates a new JSONSetFunction instance.
- JSONSetFunction(JSONCoercibleType, 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(ObjectMapper, 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(ObjectMapper, 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(ObjectMapper, 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(ObjectMapper, 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.
- JSONTextLine(ObjectMapper, Fields) - Constructor for class cascading.nested.json.local.JSONTextLine
-
Constructor JSONTextLine creates a new JSONTextLine instance for use with the
LocalFlowConnector.
- JSONTextLine(ObjectMapper, Fields, String) - Constructor for class cascading.nested.json.local.JSONTextLine
-
Constructor JSONTextLine creates a new JSONTextLine instance for use with the
LocalFlowConnector.
- JSONTextLine(ObjectMapper, 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(ObjectMapper, Fields, CompressorScheme.Compressor) - Constructor for class cascading.nested.json.local.JSONTextLine
-
Constructor JSONTextLine creates a new JSONTextLine instance for use with the
LocalFlowConnector.
- JSONTextLine(ObjectMapper, Fields, CompressorScheme.Compressor, String) - Constructor for class cascading.nested.json.local.JSONTextLine
-
Constructor JSONTextLine creates a new JSONTextLine instance for use with the
LocalFlowConnector.