Package org.xbib.elasticsearch.action.websocket.bulk

Examples of org.xbib.elasticsearch.action.websocket.bulk.BulkHandler$Flush


    @Inject
    public Checkpointer(Settings settings, Client client) {
        super(settings);
        this.client = client;
        this.bulkHandler = new BulkHandler(settings, client);
        this.pubSubIndexName = PubSubIndexName.Conf.indexName(settings);
    }
View Full Code Here

TOP

Related Classes of org.xbib.elasticsearch.action.websocket.bulk.BulkHandler$Flush

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.