Package org.apache.camel.component.splunk.support

Examples of org.apache.camel.component.splunk.support.StreamDataWriter


            LOG.debug("SubmitDataWriter created for endpoint {}", endpoint);
            break;
        }
        case STREAM: {
            LOG.debug("Creating StreamDataWriter");
            dataWriter = new StreamDataWriter(endpoint, buildSplunkArgs());
            ((StreamDataWriter)dataWriter).setIndex(endpoint.getConfiguration().getIndex());
            LOG.debug("StreamDataWriter created for endpoint {}", endpoint);
            break;
        }
        default: {
View Full Code Here

TOP

Related Classes of org.apache.camel.component.splunk.support.StreamDataWriter

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.