Package org.elasticsearch.hadoop.mr

Examples of org.elasticsearch.hadoop.mr.WritableValueReader


public class WritableValueReaderTest extends AbstractValueReaderTest {

    @Override
    public ValueReader createValueReader() {
        return new WritableValueReader();
    }
View Full Code Here

TOP

Related Classes of org.elasticsearch.hadoop.mr.WritableValueReader

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.