|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BarrelWriter | |
|---|---|
| org.egothor.apps | This package contains EGOTHOR applications. |
| org.egothor.core.memory | This package contains an implementation of barrels in memory. |
| org.egothor.dir | This package defines objects of distributed IR layer. |
| org.egothor.dockyard | |
| org.egothor.duplicity.algorithm | This package contains top-level classes that implement the duplicity checking algorithm. |
| org.egothor.duplicity.apps | This package contains applications using the duplicity checking algorithm. |
| org.egothor.robot.index | |
| org.egothor.store | This package contains an implementation of barrels on a hard disk. |
| Uses of BarrelWriter in org.egothor.apps |
|---|
| Classes in org.egothor.apps that implement BarrelWriter | |
|---|---|
class |
Dumper
Dumper is an application that dumps the barrel that was written by ThickBarrelOut. |
class |
Extractor
Extractor is an application that dumps the barrel into a stream of tuples. |
| Uses of BarrelWriter in org.egothor.core.memory |
|---|
| Classes in org.egothor.core.memory that implement BarrelWriter | |
|---|---|
class |
MemoryBarrel
This is a basic implementation of all three types of Barrels in memory. |
| Uses of BarrelWriter in org.egothor.dir |
|---|
| Classes in org.egothor.dir that implement BarrelWriter | |
|---|---|
class |
Tanker
A Tanker is a group of Barrels with the capability of inserting new Barrels. |
class |
TankerImpl
This object encapsulates core Tanker structure with some routines which make the life of a programmer easier. |
class |
TankerImplSecure
This object encapsulates standard TankerImpl and adds multithread safe behavior. |
| Uses of BarrelWriter in org.egothor.dockyard |
|---|
| Classes in org.egothor.dockyard that implement BarrelWriter | |
|---|---|
class |
StreamWriter
StreamWriter.java |
| Uses of BarrelWriter in org.egothor.duplicity.algorithm |
|---|
| Classes in org.egothor.duplicity.algorithm that implement BarrelWriter | |
|---|---|
class |
TankerImplDuplicityChecker
This object encapsulates standard TankerImplSecure and adds duplicity checking ability. |
| Uses of BarrelWriter in org.egothor.duplicity.apps |
|---|
| Methods in org.egothor.duplicity.apps with parameters of type BarrelWriter | |
|---|---|
void |
BarrelCreator.parse(java.lang.String location,
java.lang.String fileCharset,
BarrelWriter bw)
Parse the given file and append it to given output BarrelWriter. |
| Uses of BarrelWriter in org.egothor.robot.index |
|---|
| Classes in org.egothor.robot.index that implement BarrelWriter | |
|---|---|
class |
ThickFastOut
ThickFastOut.java Created on August 15, 2005, 2:53 AM |
| Uses of BarrelWriter in org.egothor.store |
|---|
| Classes in org.egothor.store that implement BarrelWriter | |
|---|---|
class |
ThickBarrelOut
This object implements a barrel that writes its inverted lists to a single file. |
class |
ThickBarrelSortedOut
This object implements a barrel that writes its inverted lists to a single file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||