All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudgraph.hbase.mapreduce.HBaseCounters Maven / Gradle / Ivy

Go to download

CloudGraph(tm) is a suite of Service Data Object (SDO) 2.1 services designed for relational and big-table style "cloud" databases, such as HBase and others.

There is a newer version: 2.0.4
Show newest version
package org.cloudgraph.hbase.mapreduce;

public interface HBaseCounters {
    /** HBase Counter Group */
	public static final String HBASE_COUNTER_GROUP_NAME = "HBase Counters";
	
	/** Scan restarts counter for HBase */
	public static final String HBASE_COUNTER_NAME_NUM_SCANNER_RESTARTS = "NUM_SCANNER_RESTARTS";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy