com.bigdata.sparse
Class GlobalRowStoreHelper

java.lang.Object
  extended by com.bigdata.sparse.GlobalRowStoreHelper

public class GlobalRowStoreHelper
extends Object

Helper class.

Version:
$Id: GlobalRowStoreHelper.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Field Summary
static String GLOBAL_ROW_STORE_INDEX
           
protected static boolean INFO
           
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
GlobalRowStoreHelper(IIndexManager indexManager)
           
 
Method Summary
 SparseRowStore getGlobalRowStore()
           
 SparseRowStore getReadCommitted()
          Return an ITx.READ_COMMITTED view IFF the backing index exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL_ROW_STORE_INDEX

public static final transient String GLOBAL_ROW_STORE_INDEX
See Also:
Constant Field Values

log

protected static final transient org.apache.log4j.Logger log

INFO

protected static final boolean INFO
Constructor Detail

GlobalRowStoreHelper

public GlobalRowStoreHelper(IIndexManager indexManager)
Method Detail

getGlobalRowStore

public SparseRowStore getGlobalRowStore()
Returns:

getReadCommitted

public SparseRowStore getReadCommitted()
Return an ITx.READ_COMMITTED view IFF the backing index exists.



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.