Groovy Documentation

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


interface ReadOnlyStorage

Only the read parts of the storage

Authors:
ypujante@linkedin.com


Method Summary
java.lang.Object getMountPoints()

AgentProperties loadAgentProperties()

java.lang.Object loadState(MountPoint mountPoint)

 

Method Detail

getMountPoints

java.lang.Object getMountPoints()


loadAgentProperties

AgentProperties loadAgentProperties()


loadState

java.lang.Object loadState(MountPoint mountPoint)


 

Groovy Documentation