private static class TestHRegion.Incrementer extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
private static byte[] |
family |
private int |
incCounter |
private static byte[] |
incRow |
private static long |
ONE |
private static byte[] |
qualifier |
private org.apache.hadoop.hbase.regionserver.HRegion |
region |
Constructor and Description |
---|
Incrementer(org.apache.hadoop.hbase.regionserver.HRegion region,
int incCounter) |
private org.apache.hadoop.hbase.regionserver.HRegion region
private static final byte[] incRow
private static final byte[] family
private static final byte[] qualifier
private static final long ONE
private int incCounter
public Incrementer(org.apache.hadoop.hbase.regionserver.HRegion region, int incCounter)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.