com.powerset.heritrix.writer
Class HBaseWriterPool

java.lang.Object
  extended by org.archive.io.WriterPool
      extended by com.powerset.heritrix.writer.HBaseWriterPool

public class HBaseWriterPool
extends org.archive.io.WriterPool

A pool of HBaseWriters.

Author:
stack

Field Summary
 
Fields inherited from class org.archive.io.WriterPool
DEFAULT_MAX_ACTIVE, DEFAULT_MAXIMUM_WAIT, NO_MAX_IDLE
 
Constructor Summary
HBaseWriterPool(java.lang.String master, java.lang.String table, int poolMaximumActive, int poolMaximumWait)
          Constructor
 
Method Summary
 
Methods inherited from class org.archive.io.WriterPool
borrowFile, close, getNumActive, getNumIdle, getPoolState, getPoolState, getSerialNo, getSettings, invalidateFile, returnFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HBaseWriterPool

public HBaseWriterPool(java.lang.String master,
                       java.lang.String table,
                       int poolMaximumActive,
                       int poolMaximumWait)
Constructor

Parameters:
poolMaximumActive -
poolMaximumWait -


Copyright © 2007-2008. All Rights Reserved.