Uses of Interface
io.github.qubitpi.athena.metastore.MetaStore
Packages that use MetaStore
Package
Description
-
Uses of MetaStore in io.github.qubitpi.athena.application
Methods in io.github.qubitpi.athena.application that return types with arguments of type MetaStoreModifier and TypeMethodDescriptionAbstractBinderFactory.buildMetaStore()
Registers GraphQL service that provides file metadata read/write API. -
Uses of MetaStore in io.github.qubitpi.athena.example.books.application
Methods in io.github.qubitpi.athena.example.books.application that return types with arguments of type MetaStore -
Uses of MetaStore in io.github.qubitpi.athena.metastore.graphql
Classes in io.github.qubitpi.athena.metastore.graphql that implement MetaStore -
Uses of MetaStore in io.github.qubitpi.athena.web.endpoints
Constructors in io.github.qubitpi.athena.web.endpoints with parameters of type MetaStoreModifierConstructorDescriptionFileServlet
(@NotNull FileStore fileStore, @NotNull MetaStore metaStore) DI constructor.MetaServlet
(@NotNull MetaStore metaStore, @NotNull JsonDocumentParser jsonDocumentParser) DI constructor.