Uses of Interface
com.kingsrook.qqq.backend.core.actions.interfaces.QStorageInterface
Packages that use QStorageInterface
Package
Description
-
Uses of QStorageInterface in com.kingsrook.qqq.backend.core.modules.backend
Methods in com.kingsrook.qqq.backend.core.modules.backend that return QStorageInterfaceModifier and TypeMethodDescriptiondefault QStorageInterface
QBackendModuleInterface.getStorageInterface()
-
Uses of QStorageInterface in com.kingsrook.qqq.backend.core.modules.backend.implementations.memory
Classes in com.kingsrook.qqq.backend.core.modules.backend.implementations.memory that implement QStorageInterfaceModifier and TypeClassDescriptionclass
implementation of bulk-storage interface, for the memory backend module.Methods in com.kingsrook.qqq.backend.core.modules.backend.implementations.memory that return QStorageInterface -
Uses of QStorageInterface in com.kingsrook.qqq.backend.module.filesystem.local
Methods in com.kingsrook.qqq.backend.module.filesystem.local that return QStorageInterface -
Uses of QStorageInterface in com.kingsrook.qqq.backend.module.filesystem.local.actions
Classes in com.kingsrook.qqq.backend.module.filesystem.local.actions that implement QStorageInterfaceModifier and TypeClassDescriptionclass
(mass, streamed) storage action for filesystem module -
Uses of QStorageInterface in com.kingsrook.qqq.backend.module.filesystem.s3
Methods in com.kingsrook.qqq.backend.module.filesystem.s3 that return QStorageInterface -
Uses of QStorageInterface in com.kingsrook.qqq.backend.module.filesystem.s3.actions
Classes in com.kingsrook.qqq.backend.module.filesystem.s3.actions that implement QStorageInterfaceModifier and TypeClassDescriptionclass
(mass, streamed) storage action for s3 module -
Uses of QStorageInterface in com.kingsrook.qqq.backend.module.filesystem.sftp
Methods in com.kingsrook.qqq.backend.module.filesystem.sftp that return QStorageInterface -
Uses of QStorageInterface in com.kingsrook.qqq.backend.module.filesystem.sftp.actions
Classes in com.kingsrook.qqq.backend.module.filesystem.sftp.actions that implement QStorageInterfaceModifier and TypeClassDescriptionclass
(mass, streamed) storage action for sftp module