gov.nist.nlpir.irf.index
Class ProxyIdfIndex

java.lang.Object
  |
  +--gov.nist.nlpir.irf.proxy.VirtualProxy
        |
        +--gov.nist.nlpir.irf.index.ProxyIndex
              |
              +--gov.nist.nlpir.irf.index.ProxyIdfIndex

public class ProxyIdfIndex
extends ProxyIndex

Extends the ProxyIndex for IDF indexes.

Version:
$Revision: 1.2 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.
See Also:
Serialized Form

Inner classes inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
VirtualProxy.IMP_Entry
 
Fields inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
broker, handles, inMemoryProxiesByOid, iS, objectIdentifier, realObject, serialVersionUID
 
Constructor Summary
ProxyIdfIndex()
          Creates the IdfIndex with the name "Unnamed IdfIndex".
ProxyIdfIndex(java.lang.String loc, java.lang.String name)
          Creates the IdfIndex with the location and name given in parameter.
 
Methods inherited from class gov.nist.nlpir.irf.index.ProxyIndex
addIndexingFeatures, checkIndexer, clear, createBroker, getFeatures, getName, getSources, makePersistent, present, presentStatistics, retrieve, showStatistics, toString, update
 
Methods inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
addRefToInMemoryProxiesByOid, deleteRefFromInMemoryProxiesByOid, dematerializeRealObject, dematerializeRealObject, getBroker, getFirstInstance, getInMemoryProxiesByOidBinCount, getInMemoryProxiesByOidSize, getInMemoryProxyCounts, getObjectIdentifier, getPersistenceBroker, getProxyFor, getRealObject, isLightweight, makeLightweight, materializeRealObject, presentInMemoryProxies, readExternal, replaceRealObject, setBroker, setIS, setObjectIdentifier, setRealObject, testInMemoryProxiesByOidTable, writeExternal
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ProxyIdfIndex

public ProxyIdfIndex()
Creates the IdfIndex with the name "Unnamed IdfIndex".

ProxyIdfIndex

public ProxyIdfIndex(java.lang.String loc,
                     java.lang.String name)
Creates the IdfIndex with the location and name given in parameter.
Parameters:
name - name of the index
loc - location of the index