Status of an index cache (dtsIndexCache), obtained from dtsIndexCache.getStatus().
struct dtsIndexCacheStatus { int structSize; int openIndexCount; int inUseCount; };
dtsIndexCache.h
|
Data Member |
Description |
|
Number of open indexes that are currently in use | |
|
Number of open indexes | |
|
The constructor will initialize to sizeof(dtsIndexCacheStatus) |
|
Method |
Description |
|
dtsIndexCacheStatus constructor |
|
Data Member |
|
Constructor |
|
Copyright (c) 1995-2013 dtSearch Corp. All rights reserved.
|