public abstract class KCVSCacheTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KCVSCacheTest.CounterKCVS |
| Modifier and Type | Field and Description |
|---|---|
KCVSCache |
cache |
static Duration |
MAX_WRITE_TIME |
KCVSCacheTest.CounterKCVS |
store |
static String |
STORE_NAME |
KeyColumnValueStoreManager |
storeManager |
static TimestampProvider |
times |
| Constructor and Description |
|---|
KCVSCacheTest() |
| Modifier and Type | Method and Description |
|---|---|
abstract KCVSCache |
getCache(KeyColumnValueStore store) |
CacheTransaction |
getCacheTx() |
static Entry |
getEntry(int col,
int val) |
static SliceQuery |
getQuery(int startCol,
int endCol) |
static KeySliceQuery |
getQuery(int key,
int startCol,
int endCol) |
StoreTransaction |
getStoreTx() |
void |
loadStore(int numKeys,
int numCols) |
void |
setup() |
void |
shutdown() |
void |
testSmallCache() |
public static final String STORE_NAME
public static final TimestampProvider times
public static final Duration MAX_WRITE_TIME
public KeyColumnValueStoreManager storeManager
public KCVSCacheTest.CounterKCVS store
public KCVSCache cache
public abstract KCVSCache getCache(KeyColumnValueStore store)
public StoreTransaction getStoreTx()
public CacheTransaction getCacheTx()
public void loadStore(int numKeys,
int numCols)
public static KeySliceQuery getQuery(int key, int startCol, int endCol)
public static SliceQuery getQuery(int startCol, int endCol)
public static Entry getEntry(int col, int val)
Copyright © 2012–2016. All rights reserved.