|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.adfconverter.common.util.pool.DataBufferPool
Pool class for DataBufferPool objects Contains a list of available tables. Tables are initialised (created) once, to limit CPU consumption From Per Lila String Pool
| Constructor Summary | |
DataBufferPool()
|
|
| Method Summary | |
static void |
clean()
Cleans the pool |
static DataBuffer |
getString()
Retrieved a previous initialised/ created object from the pool. |
static void |
init()
Inits the pool. |
static void |
returnString(DataBuffer sb)
Returns a no more needed object to the pool for reuse. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataBufferPool()
| Method Detail |
public static void clean()
public static DataBuffer getString()
public static void init()
public static void returnString(DataBuffer sb)
sb - th DataBuffer object to return
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||