Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Class and Description |
---|---|
static class |
HBaseTestCase.HRegionIncommon
Deprecated.
A class that makes a
HBaseTestCase.Incommon out of a HRegion |
static class |
HBaseTestCase.HTableIncommon
Deprecated.
A class that makes a
HBaseTestCase.Incommon out of a HTable |
Modifier and Type | Method and Description |
---|---|
static long |
HBaseTestCase.addContent(HBaseTestCase.Incommon updater,
String columnFamily)
Deprecated.
Add content to region
r on the passed column
column . |
static long |
HBaseTestCase.addContent(HBaseTestCase.Incommon updater,
String columnFamily,
byte[] startKeyBytes,
byte[] endKey)
Deprecated.
Add content to region
r on the passed column
column . |
static long |
HBaseTestCase.addContent(HBaseTestCase.Incommon updater,
String family,
String column)
Deprecated.
|
static long |
HBaseTestCase.addContent(HBaseTestCase.Incommon updater,
String family,
String column,
byte[] startKeyBytes,
byte[] endKey)
Deprecated.
|
static long |
HBaseTestCase.addContent(HBaseTestCase.Incommon updater,
String columnFamily,
String column,
byte[] startKeyBytes,
byte[] endKey,
long ts)
Deprecated.
Add content to region
r on the passed column
column . |
static int |
TimestampTestBase.assertScanContentTimestamp(HBaseTestCase.Incommon in,
long ts) |
static void |
TimestampTestBase.assertVersions(HBaseTestCase.Incommon incommon,
long[] tss) |
static void |
TimestampTestBase.delete(HBaseTestCase.Incommon loader) |
static void |
TimestampTestBase.delete(HBaseTestCase.Incommon loader,
byte[] column) |
static void |
TimestampTestBase.delete(HBaseTestCase.Incommon loader,
byte[] column,
long ts) |
static void |
TimestampTestBase.delete(HBaseTestCase.Incommon loader,
long ts) |
static void |
TimestampTestBase.doTestDelete(HBaseTestCase.Incommon incommon,
HBaseTestCase.FlushCache flusher) |
static void |
TimestampTestBase.doTestTimestampScanning(HBaseTestCase.Incommon incommon,
HBaseTestCase.FlushCache flusher) |
static Result |
TimestampTestBase.get(HBaseTestCase.Incommon loader) |
static void |
TimestampTestBase.put(HBaseTestCase.Incommon loader) |
static void |
TimestampTestBase.put(HBaseTestCase.Incommon loader,
byte[] bytes,
long ts) |
static void |
TimestampTestBase.put(HBaseTestCase.Incommon loader,
long ts) |