Uses of Class
org.egothor.dir.TankerImpl

Packages that use TankerImpl
org.egothor.dir This package defines objects of distributed IR layer. 
org.egothor.duplicity.algorithm This package contains top-level classes that implement the duplicity checking algorithm. 
 

Uses of TankerImpl in org.egothor.dir
 

Subclasses of TankerImpl in org.egothor.dir
 class TankerImplSecure
          This object encapsulates standard TankerImpl and adds multithread safe behavior.
 

Fields in org.egothor.dir declared as TankerImpl
protected  TankerImpl TankerImplSecure.localTanker
          local place where all barrels are appended and other changes are logged.
 

Uses of TankerImpl in org.egothor.duplicity.algorithm
 

Subclasses of TankerImpl in org.egothor.duplicity.algorithm
 class TankerImplDuplicityChecker
          This object encapsulates standard TankerImplSecure and adds duplicity checking ability.