|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.agent.impl.storage.FileSystemStorage
class FileSystemStorage
Store in the filesystem
Field Summary | |
---|---|
static java.lang.String |
MODULE
|
static Logger |
log
|
Constructor Summary | |
FileSystemStorage(java.io.FileSystem fileSystem, AgentProperties agentProperties, java.io.File agentPropertiesFile)
|
Method Summary | |
---|---|
void
|
clearAllStates()
|
void
|
clearState(MountPoint mountPoint)
|
java.util.Collection
|
deleteInvalidStates()
|
java.io.FileSystem
|
getFileSystem()
|
java.lang.Object
|
getMountPoints()
|
AgentProperties
|
loadAgentProperties()
|
java.lang.Object
|
loadState(MountPoint mountPoint)
|
AgentProperties
|
saveAgentProperties(AgentProperties agentProperties)
|
void
|
storeState(MountPoint mountPoint, java.lang.Object state)
|
AgentProperties
|
updateAgentProperty(java.lang.String name, java.lang.String value)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Field Detail |
---|
public static final java.lang.String MODULE
public static final Logger log
Constructor Detail |
---|
FileSystemStorage(java.io.FileSystem fileSystem, AgentProperties agentProperties, java.io.File agentPropertiesFile)
Method Detail |
---|
void clearAllStates()
void clearState(MountPoint mountPoint)
java.util.Collection deleteInvalidStates()
java.io.FileSystem getFileSystem()
java.lang.Object getMountPoints()
@Override AgentProperties loadAgentProperties()
java.lang.Object loadState(MountPoint mountPoint)
@Override AgentProperties saveAgentProperties(AgentProperties agentProperties)
void storeState(MountPoint mountPoint, java.lang.Object state)
@Override AgentProperties updateAgentProperty(java.lang.String name, java.lang.String value)
Groovy Documentation