public interface GenericPoolFactory
| Modifier and Type | Method and Description |
|---|---|
void |
allocateOne(TLinkedList genericQueue) |
double |
getFillFactor() |
int |
initial_fill(TLinkedList genericQueue,
int maxSize) |
void |
setFillFactor(double fillFactor) |
int initial_fill(TLinkedList genericQueue, int maxSize)
void allocateOne(TLinkedList genericQueue)
double getFillFactor()
void setFillFactor(double fillFactor)
Copyright 2004-2020 Solace Corporation. All rights reserved.