- JavaSerializer - Class in org.apache.pirk.serialization
-
- JavaSerializer() - Constructor for class org.apache.pirk.serialization.JavaSerializer
-
- JSON_PIR_INPUT_FILE_PROPERTY - Static variable in class org.apache.pirk.test.distributed.DistributedTestDriver
-
- jsonArrayStringToArrayList(String) - Static method in class org.apache.pirk.utils.StringUtils
-
Method to take an input json array format string and output an ArrayList
- jsonArrayStringtoArrayWritable(String) - Static method in class org.apache.pirk.utils.StringUtils
-
Method to take an input json array format string and output an ArrayWritable
- jsonArrayStringToList(String) - Static method in class org.apache.pirk.utils.StringUtils
-
Method to take an input json array format string and output a String array
- jsonArrayStringToWritableArrayWritable(String) - Static method in class org.apache.pirk.utils.StringUtils
-
Method to take an input json array format string and output a WritableArrayWritable
- JSONInputFormat - Class in org.apache.pirk.inputformat.hadoop.json
-
Custom import format to parse files string representations of JSON, one JSON string per line
- JSONInputFormat() - Constructor for class org.apache.pirk.inputformat.hadoop.json.JSONInputFormat
-
- JSONInputFormatBase - Class in org.apache.pirk.inputformat.hadoop.json
-
Custom import format to parse files string representations of JSON, one JSON string per line extending BaseInputFormat
- JSONInputFormatBase() - Constructor for class org.apache.pirk.inputformat.hadoop.json.JSONInputFormatBase
-
- JSONRecordReader - Class in org.apache.pirk.inputformat.hadoop.json
-
Record reader to parse files of JSON string representations, one per line
- JSONRecordReader() - Constructor for class org.apache.pirk.inputformat.hadoop.json.JSONRecordReader
-
- JsonSerializer - Class in org.apache.pirk.serialization
-
- JsonSerializer() - Constructor for class org.apache.pirk.serialization.JsonSerializer
-
- jsonStringToMap(String, DataSchema) - Static method in class org.apache.pirk.utils.StringUtils
-
Method to take an input json string and output a Map with arrays as ArrayList objects and single values as String objects
- jsonStringToMapWritable(String) - Static method in class org.apache.pirk.utils.StringUtils
-
Method to take an input json string and output a MapWritable with arrays as JSON formatted String objects
- jsonStringToMapWritableWithArrayWritable(String, DataSchema) - Static method in class org.apache.pirk.utils.StringUtils
-
Method to take an input json string and output a MapWritable with arrays as WritableArrayWritable objects
- jsonStringToMapWritableWithWritableArrayWritable(String, DataSchema) - Static method in class org.apache.pirk.utils.StringUtils
-
Method to take an input json string and output a MapWritable with arrays as WritableArrayWritable objects