Getter methods
This is the collection of getter methods within the RemotePersister
interface. There are only two getter methods, getStore
and getUrls
.
getStore
The getStore
method returns a reference to the underlying Store
or MergeableStore
that is backing this Persister
object.
getUrls
The getUrls
method returns the URLs the Store
is being persisted to.