Package co.cask.cdap.logging.filter

Examples of co.cask.cdap.logging.filter.OrFilter


    SparkLoggingContext sparkLoggingContext = new SparkLoggingContext(accountId, applicationId, entityId);
    UserServiceLoggingContext userServiceLoggingContext = new UserServiceLoggingContext(accountId, applicationId,
                                                                                        entityId, "");


    return new OrFilter(
      ImmutableList.of(createFilter(flowletLoggingContext),
                       createFilter(procedureLoggingContext),
                       createFilter(mapReduceLoggingContext),
                       createFilter(sparkLoggingContext),
                       createFilter(userServiceLoggingContext)
View Full Code Here

TOP

Related Classes of co.cask.cdap.logging.filter.OrFilter

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.