Groovy Documentation

Package org.linkedin.glu.agent.impl.storage

 

Interface Summary
ReadOnlyStorage Only the read parts of the storage
Storage Abstraction to storage.
WriteOnlyStorage Represent the write only part of the storage
 


Class Summary
AgentProperties Encapsulates the notion of agent properties.
DualWriteStorage All the reads are delegated to the readWriteStorage, all the writes are dispatched to both.
FileSystemStorage Store in the filesystem
FilteredStorage Implement a filter/decorator pattern... subclasses can simply overrides only the methods they care about.
RAMStorage Simply store everything in memory.
TagsStorage @author yan@pongasoft.com
 


Groovy Documentation