Interface DerbySystemConfig<X extends DerbySystemConfig<X>>

  • All Superinterfaces:
    ConfiguredObject<X>, ContextProvider, org.apache.qpid.server.logging.EventLoggerProvider, org.apache.qpid.server.store.FileBasedSettings, ModelRoot, PermissionedObject, org.apache.qpid.server.store.preferences.PreferencesRoot, org.apache.qpid.server.store.preferences.PreferenceStoreProvider, org.apache.qpid.server.store.Settings, org.apache.qpid.server.store.SizeMonitoringSettings, SystemConfig<X>, TaskExecutorProvider
    All Known Implementing Classes:
    DerbySystemConfigImpl

    public interface DerbySystemConfig<X extends DerbySystemConfig<X>>
    extends SystemConfig<X>, org.apache.qpid.server.store.FileBasedSettings, org.apache.qpid.server.store.SizeMonitoringSettings, org.apache.qpid.server.store.preferences.PreferenceStoreProvider
    • Method Detail

      • getStorePath

        String getStorePath()
        Specified by:
        getStorePath in interface org.apache.qpid.server.store.FileBasedSettings
      • getStoreUnderfullSize

        Long getStoreUnderfullSize()
        Specified by:
        getStoreUnderfullSize in interface org.apache.qpid.server.store.SizeMonitoringSettings
      • getStoreOverfullSize

        Long getStoreOverfullSize()
        Specified by:
        getStoreOverfullSize in interface org.apache.qpid.server.store.SizeMonitoringSettings