com.bigdata.bfs
Class GlobalFileSystemHelper

java.lang.Object
  extended by com.bigdata.bfs.GlobalFileSystemHelper

public class GlobalFileSystemHelper
extends Object

Helper class.

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

Field Summary
static String GLOBAL_FILE_SYSTEM_NAMESPACE
           
protected static boolean INFO
           
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
GlobalFileSystemHelper(IIndexManager indexManager)
           
 
Method Summary
 BigdataFileSystem getGlobalFileSystem()
          The ITx.UNISOLATED view.
 BigdataFileSystem getReadCommitted()
          ITx.READ_COMMITTED view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL_FILE_SYSTEM_NAMESPACE

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

log

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

INFO

protected static final boolean INFO
Constructor Detail

GlobalFileSystemHelper

public GlobalFileSystemHelper(IIndexManager indexManager)
Method Detail

getGlobalFileSystem

public BigdataFileSystem getGlobalFileSystem()
The ITx.UNISOLATED view.


getReadCommitted

public BigdataFileSystem getReadCommitted()
ITx.READ_COMMITTED view.



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