Groovy Documentation

org.linkedin.glu.agent.impl.storage
[Groovy] Interface Storage

org.linkedin.glu.agent.impl.storage.ReadOnlyStorage
  org.linkedin.glu.agent.impl.storage.WriteOnlyStorage
      org.linkedin.glu.agent.impl.storage.Storage
All Superinterfaces:
ReadOnlyStorage, WriteOnlyStorage

interface Storage
extends ReadOnlyStorage, WriteOnlyStorage

Abstraction to storage.

Authors:
ypujante@linkedin.com


Method Summary
 
Methods inherited from interface ReadOnlyStorage
getMountPoints, loadAgentProperties, loadState
 
Methods inherited from interface WriteOnlyStorage
clearAllStates, clearState, saveAgentProperties, storeState, updateAgentProperty
 

Groovy Documentation