Uses of Class
org.edg.info.InsertableInstance

Packages that use InsertableInstance
org.edg.info   
 

Uses of InsertableInstance in org.edg.info
 

Subclasses of InsertableInstance in org.edg.info
 class CleanableInstance
          Base class for database (history and latest) producers.
 class DBProducerInstance
           
 class FastStreamProducerInstance
          Performs same function as StreamProducerInstance, but uses fast SQL INSERT parsing and new faster/more stable streaming.
 class LatestProducerInstance
           
 

Constructors in org.edg.info with parameters of type InsertableInstance
StreamingThread(InsertableInstance streamingProducer)
          Creates a new StreamingThread for the given producer.