public class TimestampTestBase extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
FAMILY_NAME |
| Constructor and Description |
|---|
TimestampTestBase() |
| Modifier and Type | Method and Description |
|---|---|
static int |
assertScanContentTimestamp(Table in,
long ts) |
static void |
assertVersions(Table incommon,
long[] tss) |
static void |
delete(Table loader) |
static void |
delete(Table loader,
byte[] column) |
static void |
delete(Table loader,
byte[] column,
long ts) |
static void |
delete(Table loader,
long ts) |
static void |
doTestDelete(Table table,
org.apache.hadoop.hbase.TimestampTestBase.FlushCache flusher) |
static void |
doTestTimestampScanning(Table incommon,
org.apache.hadoop.hbase.TimestampTestBase.FlushCache flusher) |
static Result |
get(Table loader) |
static void |
put(Table loader) |
static void |
put(Table loader,
byte[] bytes,
long ts) |
static void |
put(Table loader,
long ts) |
public static final byte[] FAMILY_NAME
public TimestampTestBase()
public static void doTestDelete(Table table, org.apache.hadoop.hbase.TimestampTestBase.FlushCache flusher) throws IOException
IOExceptionpublic static void assertVersions(Table incommon, long[] tss) throws IOException
IOExceptionpublic static void doTestTimestampScanning(Table incommon, org.apache.hadoop.hbase.TimestampTestBase.FlushCache flusher) throws IOException
IOExceptionpublic static int assertScanContentTimestamp(Table in, long ts) throws IOException
IOExceptionpublic static void put(Table loader, long ts) throws IOException
IOExceptionpublic static void put(Table loader) throws IOException
IOExceptionpublic static void put(Table loader, byte[] bytes, long ts) throws IOException
IOExceptionpublic static void delete(Table loader) throws IOException
IOExceptionpublic static void delete(Table loader, byte[] column) throws IOException
IOExceptionpublic static void delete(Table loader, long ts) throws IOException
IOExceptionpublic static void delete(Table loader, byte[] column, long ts) throws IOException
IOExceptionpublic static Result get(Table loader) throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.