Package com.netflix.aegisthus.input.readers

Examples of com.netflix.aegisthus.input.readers.JsonRecordReader


    }
    split = (AegSplit) inputSplit;
    RecordReader<Text, Text> reader = null;
    switch (split.getType()) {
    case json:
      reader = new JsonRecordReader();
      break;
    case sstable:
      reader = new SSTableRecordReader();
      break;
    case commitlog:
View Full Code Here

TOP

Related Classes of com.netflix.aegisthus.input.readers.JsonRecordReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.