public class GlobalRowStoreHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GLOBAL_ROW_STORE_INDEX |
protected static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
GlobalRowStoreHelper(IIndexManager indexManager) |
Modifier and Type | Method and Description |
---|---|
SparseRowStore |
get(long timestamp)
Return a view of the global row store as of the specified timestamp IFF
the backing index exists as of that timestamp.
|
SparseRowStore |
getGlobalRowStore() |
public static final transient String GLOBAL_ROW_STORE_INDEX
protected static final transient org.apache.log4j.Logger log
public GlobalRowStoreHelper(IIndexManager indexManager)
public SparseRowStore getGlobalRowStore()
public SparseRowStore get(long timestamp)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.