public final class EvaluationPool extends Object
| Constructor and Description |
|---|
EvaluationPool() |
EvaluationPool(int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
create(SimpleNode node,
Object source)
Returns an Evaluation that contains the node, source and whether it
is a set operation.
|
Evaluation |
create(SimpleNode node,
Object source,
boolean setOperation)
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
|
public EvaluationPool()
public EvaluationPool(int initialSize)
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()
Copyright © 1997–2018 OpenSymphony. All rights reserved.