Uses of Interface
anthill.storage.Storage

Packages that use Storage
anthill.storage   
anthill.storage.impl   
ants.freeant Freeant is an experimental ant based on the Gnutant algorithm.  
ants.messor This package ants.contains an experimental ant implementing a grid-like computing service.  
jxtaimpl.storage   
 

Uses of Storage in anthill.storage
 

Subinterfaces of Storage in anthill.storage
 interface GenericStorage
          The GenericStorage represents a generic storage which enforce a simple policy based on a maximum capacity.
 interface QueryStorage
          Implementation of an LRU based query storage.
 

Uses of Storage in anthill.storage.impl
 

Classes in anthill.storage.impl that implement Storage
 class LRUKeyStorage
          Implementation of an LRU based key storage.
 class LRUQueryStorage
          Implementation of an LRU based query storage.
 class MemoryStorage
          The MemoryStorage is a simple implementation of the generic storage which keeps resources in memory.
 

Uses of Storage in ants.freeant
 

Classes in ants.freeant that implement Storage
 class UrlStorage
          Implementation of an Least Recently Used (LRU) based URL storage.
 

Uses of Storage in ants.messor
 

Subinterfaces of Storage in ants.messor
 interface MessorPheromone
           
 interface TaskStorage
           
 

Classes in ants.messor that implement Storage
 class ArrayMessorPheromone
           
 class SimulatedTaskStorage
           
 

Uses of Storage in jxtaimpl.storage
 

Classes in jxtaimpl.storage that implement Storage
 class CmsStorage
          This class is in charge of managing the resources to be shared within the Anthill network.