Package org.apache.tez.common.counters

Examples of org.apache.tez.common.counters.CounterGroup.addCounter()


                        MRPigStatsUtil.MULTI_STORE_COUNTER_GROUP,
                        MRPigStatsUtil.MULTI_STORE_COUNTER_GROUP);
            }
            String name = MRPigStatsUtil.getMultiStoreCounterName(this);
            if (name != null) {
                outputRecordCounter = multiStoreGroup.addCounter(name, name, 0);
            }
        }
    }

    @Override
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.