public class DefaultGenericPoolFactory<T> extends Object implements GenericPoolFactory
| Modifier and Type | Method and Description |
|---|---|
void |
allocateOne(TLinkedList genericQueue) |
double |
getFillFactor() |
int |
initial_fill(TLinkedList genericQueue,
int maxSize) |
void |
setFillFactor(double fillFactor) |
public int initial_fill(TLinkedList genericQueue, int maxSize)
initial_fill in interface GenericPoolFactorypublic void allocateOne(TLinkedList genericQueue)
allocateOne in interface GenericPoolFactorypublic double getFillFactor()
getFillFactor in interface GenericPoolFactorypublic void setFillFactor(double fillFactor)
setFillFactor in interface GenericPoolFactoryCopyright 2004-2020 Solace Corporation. All rights reserved.