VolD 0.1

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
de.zib.vold.client.ABI
de.zib.vold.userInterface.ABIApplication Binary Interface to VolD
de.zib.vold.userInterface.ACL
de.zib.vold.backend.BabuDirectoryImplementation of PartitionedDirectoryBackend based on BabuDB
de.zib.vold.volatilelogic.ReplicatedVolatileDirectory.DeleteThreadHelper class to delete an entry concurrently
de.zib.vold.backend.FileSystemDirectoryImplementation of PartitionedDirectoryBackend based on a file system structure
de.zib.vold.frontend.FrontendThe Frontend used by the user interfaces for VolD
de.zib.vold.volatilelogic.ReplicatedVolatileDirectory.InsertThreadHelper class to insert an entry concurrently
de.zib.vold.common.KeyA Key as a part of VolD entries
de.zib.vold.replication.LocalReplicatorSimple Replicator delegating all requests to a VolatileDirectory
de.zib.vold.backend.NotSupportedExceptionThe Exception which will be thrown on actions which are not supported
de.zib.vold.backend.PartitionedDirectoryInterface for directory backends usage
de.zib.vold.backend.PartitionedDirectoryBackendInterface for directory backends
de.zib.vold.backend.FileSystemDirectory.PrefixFilterThe prefix filter helps filtering files with a certain prefix
de.zib.vold.frontend.ReaperGarbageCollector for VolD
de.zib.vold.frontend.Reaper.ReaperWorkerThe Worker class for the reaper
de.zib.vold.volatilelogic.ReplicatedVolatileDirectory.RefreshThreadHelper class to refresh an entry concurrently
de.zib.vold.volatilelogic.ReplicatedVolatileDirectoryProxy for VolatileDirectory replicating all write requests
de.zib.vold.replication.ReplicatorInterface for replicators
de.zib.vold.client.RESTClientThe VolD REST based client api
de.zib.vold.userInterface.RESTControllerREST Controller for Spring framework
de.zib.vold.replication.RESTVoldReplicatorReplicator delegating all requests to another vold REST based service
de.zib.vold.volatilelogic.SimpleDirectoryInterface for volatile directory usage
de.zib.vold.volatilelogic.SlicedDirectoryInterface for Backends with slice information
de.zib.vold.volatilelogic.TimeSliceA factor ring implementation
de.zib.vold.common.URIKeyA normalized Key used in REST language
de.zib.vold.volatilelogic.VolatileDirectoryInterface for volatile directories
de.zib.vold.volatilelogic.VolatileDirectoryImplImplementation of the volatile directory logic
de.zib.vold.common.VoldExceptionThe base for all exceptions thrown in VolD
de.zib.vold.common.VoldInterfaceThe interface each VolD interface should provide
de.zib.vold.backend.WriteLoggerIncomplete implementation of PartitionedDirectoryBackend which serves as logfile