Package crate.elasticsearch.client.action.import_

Examples of crate.elasticsearch.client.action.import_.ImportRequestBuilder


        return new ImportResponse();
    }

    @Override
    public ImportRequestBuilder newRequestBuilder(Client client) {
        return new ImportRequestBuilder(client);
    }
View Full Code Here


        return new ImportResponse();
    }

    @Override
    public ImportRequestBuilder newRequestBuilder(Client client) {
        return new ImportRequestBuilder(client);
    }
View Full Code Here

TOP

Related Classes of crate.elasticsearch.client.action.import_.ImportRequestBuilder

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.