|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.search.index.IndexUsage
public class IndexUsage
Index usage.
Field Summary | |
---|---|
long |
_idleSince
Idle since. |
java.util.Vector<IndexConnectionUsage> |
_indexConnectionUsages
Index connection usages. |
java.lang.String |
_indexName
Index name. |
Usage |
_usage
Usage of index. |
static int |
TIMEOUT
Default timeout. |
Constructor Summary | |
---|---|
IndexUsage()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TIMEOUT
public java.lang.String _indexName
public Usage _usage
public java.util.Vector<IndexConnectionUsage> _indexConnectionUsages
public long _idleSince
Constructor Detail |
---|
public IndexUsage()
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |