com.bigdata
Class BigdataStatics

java.lang.Object
  extended by com.bigdata.BigdataStatics

public class BigdataStatics
extends Object

A class for those few statics that it makes sense to reference from other places.

Version:
$Id: BigdataStatics.java 5842 2012-01-23 13:19:56Z thompsonbry $
Author:
Bryan Thompson

Field Summary
static boolean debug
          A flag used for a variety of purposes during performance tuning.
static int echoProcessStartupLineCount
          The #of lines of output from a child process which will be echoed onto System.out when that child process is executed.
static boolean threadLocalBuffers
          Deprecated. This is ugly. Remove once the issue has been resolved.
 
Constructor Summary
BigdataStatics()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static final boolean debug
A flag used for a variety of purposes during performance tuning. The use of the flag makes it easier to figure out where those System.err messages are coming from. This should always be off in the trunk.


echoProcessStartupLineCount

public static int echoProcessStartupLineCount
The #of lines of output from a child process which will be echoed onto System.out when that child process is executed. This makes it easy to track down why a child process dies during service start. If you want to see more output from the child process, then you should set the log level for the ProcessHelper class to INFO.

See Also:
ProcessHelper

threadLocalBuffers

public static final boolean threadLocalBuffers
Deprecated. This is ugly. Remove once the issue has been resolved.
Global switch controlling whether true thread local buffers or striped locks are used for some things.

See Also:
(Thread-local cache combined with unbounded thread pools causes effective memory leak)
Constructor Detail

BigdataStatics

public BigdataStatics()


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