|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.archive.io.WriterPool
org.archive.io.hbase.HBaseWriterPool
public class HBaseWriterPool
The Class HBaseWriterPool.
| Field Summary |
|---|
| Fields inherited from class org.archive.io.WriterPool |
|---|
currentActive, DEFAULT_MAX_ACTIVE, DEFAULT_MAX_WAIT_FOR_IDLE, LARGEST_MAX_ACTIVE, lastWriterNeededTime, lastWriterRolloverTime, maxActive, maxWait, serialNo, settings |
| Constructor Summary | |
|---|---|
HBaseWriterPool(AtomicInteger serial,
org.archive.io.WriterPoolSettings settings,
int poolMaximumActive,
int poolMaximumWait,
HBaseParameters parameters)
Instantiates a new h base writer pool. |
|
| Method Summary | |
|---|---|
protected org.archive.io.WriterPoolMember |
makeWriter()
|
| Methods inherited from class org.archive.io.WriterPool |
|---|
borrowFile, close, destroyWriter, getNumActive, getNumIdle, getPoolState, getSerialNo, getSettings, invalidateFile, makeNewWriterIfAppropriate, returnFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HBaseWriterPool(AtomicInteger serial,
org.archive.io.WriterPoolSettings settings,
int poolMaximumActive,
int poolMaximumWait,
HBaseParameters parameters)
serial - the serialsettings - the settingspoolMaximumActive - the pool maximum activepoolMaximumWait - the pool maximum waitparameters - the parameters| Method Detail |
|---|
protected org.archive.io.WriterPoolMember makeWriter()
makeWriter in class org.archive.io.WriterPool
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||