Roger.Partition.Global.StatePersister.Filesystem (roger v3.0.0) View Source
Module implementing filesystem storage for Roger.Partition.Global
state persistence.
The path in which the state files are saved can be configured like this:
config :roger, Roger.Partition.Global.StatePersister.Filesystem,
path: "/path/to/files"
Note that in a distributed setup, it does not make sense to use this persister unless you are sharing the filesystem between the multiple machines.
Link to this section Summary
Functions
Callback implementation for Roger.Partition.Global.StatePersister.init/1
.
Callback implementation for Roger.Partition.Global.StatePersister.load/1
.
Callback implementation for Roger.Partition.Global.StatePersister.store/2
.
Link to this section Functions
Callback implementation for Roger.Partition.Global.StatePersister.init/1
.
Callback implementation for Roger.Partition.Global.StatePersister.load/1
.
Callback implementation for Roger.Partition.Global.StatePersister.store/2
.