| Interface | Description |
|---|---|
| ClusterConverter |
Converts raw data on read, and source data on write.
|
| IOCancellingPolicy |
Cancelling policy similar to jetbrains.exodus.entitystore.QueryCancellingPolicy.
|
| IOCancellingPolicyProvider |
| Class | Description |
|---|---|
| ClusteringStrategy | |
| ClusteringStrategy.ExponentialClusteringStrategy |
Exponential strategy: each cluster size is multiple of size of previous one (phi times more).
|
| ClusteringStrategy.LinearClusteringStrategy |
Linear strategy: all clusters are of the same size.
|
| ClusteringStrategy.QuadraticClusteringStrategy |
Quadratic strategy: each cluster size is greater than size of previous one on a constant (first cluster size).
|
| File |
Describes a file of a VirtualFileSystem.
|
| VfsConfig |
VfsConfig is used to configure creation of VirtualFileSystem. |
| VfsInputStream | |
| VirtualFileSystem |
VirtualFileSystem allows to deal with data in terms of files, input and output streams. |
| Exception | Description |
|---|---|
| FileExistsException | |
| FileNotFoundException | |
| VfsException |