|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.ognl.EvaluationPool
public final class EvaluationPool
Constructor Summary | |
---|---|
EvaluationPool()
Deprecated. |
|
EvaluationPool(int initialSize)
Deprecated. |
Method Summary | |
---|---|
Evaluation |
create(SimpleNode node,
Object source)
Deprecated. Returns an Evaluation that contains the node, source and whether it is a set operation. |
Evaluation |
create(SimpleNode node,
Object source,
boolean setOperation)
Deprecated. Returns an Evaluation that contains the node, source and whether it is a set operation. |
int |
getCreatedCount()
Deprecated. object-pooling now relies on the jvm garbage collection |
int |
getRecoveredCount()
Deprecated. object-pooling now relies on the jvm garbage collection |
int |
getRecycledCount()
Deprecated. object-pooling now relies on the jvm garbage collection |
int |
getSize()
Deprecated. object-pooling now relies on the jvm garbage collection |
void |
recycle(Evaluation value)
Deprecated. object-pooling now relies on the jvm garbage collection |
void |
recycleAll(Evaluation value)
Deprecated. object-pooling now relies on the jvm garbage collection |
void |
recycleAll(List value)
Deprecated. object-pooling now relies on the jvm garbage collection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvaluationPool()
public EvaluationPool(int initialSize)
Method Detail |
---|
public Evaluation create(SimpleNode node, Object source)
public Evaluation create(SimpleNode node, Object source, boolean setOperation)
public void recycle(Evaluation value)
public void recycleAll(Evaluation value)
public void recycleAll(List value)
public int getSize()
public int getCreatedCount()
public int getRecoveredCount()
public int getRecycledCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |