Package com.bazoud.elasticsearch.river.git.flow.functions

Examples of com.bazoud.elasticsearch.river.git.flow.functions.RevCommitToIndexCommit


        );

        Visitors.visit(
            FluentIterable
                .from(walk)
                .transform(new RevCommitToIndexCommit(context, walk)),
            new BulkVisitor(context, COMMIT.name().toLowerCase())
        );

        return context;
    }
View Full Code Here

TOP

Related Classes of com.bazoud.elasticsearch.river.git.flow.functions.RevCommitToIndexCommit

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.