Package org.eolang.maven.objectionary
Classes for EO objects repository (Objectionary).
Objectionary
base interface represents
the repository. OyRemote
and
OyHome
are implementations for
remote and local storage.
OyFallback
allows to chain two
repositories for object search.-
Interface Summary Interface Description Objectionaries Many objectionaries for different hashes.Objectionary Objectionary. -
Class Summary Class Description Objectionaries.Fake Fake objectionaries.Objectionary.Fake Objectionary with lambda-function Ctor-s for testing.ObjsDefault Default objectionaries.OyCaching Objectionary which caches objects locally.OyEmpty Fake empty HTTP Objectionary server.OyFallback Objectionary with fallback.OyFallbackSwap Fallback which can swap primary/secondary repos.OyFilesystem Objectionary stored locally in the filesystem.OyHome Objectionary stored locally.OyIndexed Objectionary with index.OyRemote The simple HTTP Objectionary server.OyRemote.UrlOy Objectionary URL template.