Java 类org.apache.hadoop.hbase.regionserver.metrics.OperationMetrics 实例源码

项目:LCIndex-HBase-0.94.16    文件:HRegion.java   
/**
 * Should only be used for testing purposes
 */
public HRegion() {
  this.tableDir = null;
  this.blockingMemStoreSize = 0L;
  this.conf = null;
  this.rowLockWaitDuration = DEFAULT_ROWLOCK_WAIT_DURATION;
  this.rsServices = null;
  this.baseConf = null;
  this.fs = null;
  this.timestampSlop = HConstants.LATEST_TIMESTAMP;
  this.memstoreFlushSize = 0L;
  this.log = null;
  this.regiondir = null;
  this.regionInfo = null;
  this.htableDescriptor = null;
  this.threadWakeFrequency = 0L;
  this.coprocessorHost = null;
  this.scannerReadPoints = new ConcurrentHashMap<RegionScanner, Long>();
  this.opMetrics = new OperationMetrics();

  this.maxBusyWaitDuration = 2 * HConstants.DEFAULT_HBASE_RPC_TIMEOUT;
  this.busyWaitDuration = DEFAULT_BUSY_WAIT_DURATION;
  this.maxBusyWaitMultiplier = 2;
  this.deferredLogSyncDisabled = false;
}
项目:IRIndex    文件:HRegion.java   
/**
 * Should only be used for testing purposes
 */
public HRegion(){
  this.tableDir = null;
  this.blockingMemStoreSize = 0L;
  this.conf = null;
  this.rowLockWaitDuration = DEFAULT_ROWLOCK_WAIT_DURATION;
  this.rsServices = null;
  this.baseConf = null;
  this.fs = null;
  this.timestampSlop = HConstants.LATEST_TIMESTAMP;
  this.memstoreFlushSize = 0L;
  this.log = null;
  this.regiondir = null;
  this.regionInfo = null;
  this.htableDescriptor = null;
  this.threadWakeFrequency = 0L;
  this.coprocessorHost = null;
  this.scannerReadPoints = new ConcurrentHashMap<RegionScanner, Long>();
  this.opMetrics = new OperationMetrics();

  this.maxBusyWaitDuration = 2 * HConstants.DEFAULT_HBASE_RPC_TIMEOUT;
  this.busyWaitDuration = DEFAULT_BUSY_WAIT_DURATION;
  this.maxBusyWaitMultiplier = 2;
  this.deferredLogSyncDisabled = false;
}
项目:HBase-Research    文件:HRegion.java   
/**
 * Should only be used for testing purposes
 */
public HRegion(){
  this.tableDir = null;
  this.blockingMemStoreSize = 0L;
  this.conf = null;
  this.rowLockWaitDuration = DEFAULT_ROWLOCK_WAIT_DURATION;
  this.rsServices = null;
  this.baseConf = null;
  this.fs = null;
  this.timestampSlop = HConstants.LATEST_TIMESTAMP;
  this.memstoreFlushSize = 0L;
  this.log = null;
  this.regiondir = null;
  this.regionInfo = null;
  this.htableDescriptor = null;
  this.threadWakeFrequency = 0L;
  this.coprocessorHost = null;
  this.scannerReadPoints = new ConcurrentHashMap<RegionScanner, Long>();
  this.opMetrics = new OperationMetrics();

  this.maxBusyWaitDuration = 2 * HConstants.DEFAULT_HBASE_RPC_TIMEOUT;
  this.busyWaitDuration = DEFAULT_BUSY_WAIT_DURATION;
  this.maxBusyWaitMultiplier = 2;
  this.deferredLogSyncDisabled = false;
}
项目:hbase-0.94.8-qod    文件:HRegion.java   
/**
 * Should only be used for testing purposes
 */
public HRegion(){
  this.tableDir = null;
  this.blockingMemStoreSize = 0L;
  this.conf = null;
  this.rowLockWaitDuration = DEFAULT_ROWLOCK_WAIT_DURATION;
  this.rsServices = null;
  this.baseConf = null;
  this.fs = null;
  this.timestampSlop = HConstants.LATEST_TIMESTAMP;
  this.memstoreFlushSize = 0L;
  this.log = null;
  this.regiondir = null;
  this.regionInfo = null;
  this.htableDescriptor = null;
  this.threadWakeFrequency = 0L;
  this.coprocessorHost = null;
  this.scannerReadPoints = new ConcurrentHashMap<RegionScanner, Long>();
  this.opMetrics = new OperationMetrics();

  this.maxBusyWaitDuration = 2 * HConstants.DEFAULT_HBASE_RPC_TIMEOUT;
  this.busyWaitDuration = DEFAULT_BUSY_WAIT_DURATION;
  this.maxBusyWaitMultiplier = 2;
  this.deferredLogSyncDisabled = false;
}
项目:hbase-0.94.8-qod    文件:HRegion.java   
/**
 * Should only be used for testing purposes
 */
public HRegion(){
  this.tableDir = null;
  this.blockingMemStoreSize = 0L;
  this.conf = null;
  this.rowLockWaitDuration = DEFAULT_ROWLOCK_WAIT_DURATION;
  this.rsServices = null;
  this.baseConf = null;
  this.fs = null;
  this.timestampSlop = HConstants.LATEST_TIMESTAMP;
  this.memstoreFlushSize = 0L;
  this.log = null;
  this.regiondir = null;
  this.regionInfo = null;
  this.htableDescriptor = null;
  this.threadWakeFrequency = 0L;
  this.coprocessorHost = null;
  this.scannerReadPoints = new ConcurrentHashMap<RegionScanner, Long>();
  this.opMetrics = new OperationMetrics();

  this.maxBusyWaitDuration = 2 * HConstants.DEFAULT_HBASE_RPC_TIMEOUT;
  this.busyWaitDuration = DEFAULT_BUSY_WAIT_DURATION;
  this.maxBusyWaitMultiplier = 2;
  this.deferredLogSyncDisabled = false;
}
项目:hindex    文件:HRegion.java   
/**
 * Should only be used for testing purposes
 */
public HRegion(){
  this.tableDir = null;
  this.blockingMemStoreSize = 0L;
  this.conf = null;
  this.rowLockWaitDuration = DEFAULT_ROWLOCK_WAIT_DURATION;
  this.rsServices = null;
  this.baseConf = null;
  this.fs = null;
  this.timestampSlop = HConstants.LATEST_TIMESTAMP;
  this.memstoreFlushSize = 0L;
  this.log = null;
  this.regiondir = null;
  this.regionInfo = null;
  this.htableDescriptor = null;
  this.threadWakeFrequency = 0L;
  this.coprocessorHost = null;
  this.scannerReadPoints = new ConcurrentHashMap<RegionScanner, Long>();
  this.opMetrics = new OperationMetrics();

  this.maxBusyWaitDuration = 2 * HConstants.DEFAULT_HBASE_RPC_TIMEOUT;
  this.busyWaitDuration = DEFAULT_BUSY_WAIT_DURATION;
  this.maxBusyWaitMultiplier = 2;
  this.deferredLogSyncDisabled = false;
}