Interface TransportDefinitionStore

    • Method Detail

      • getTransportDefinitions

        java.util.List<TransportDefinition> getTransportDefinitions()
        Returns:
        list of all TransportDefinitions
      • removeTransportDefinition

        void removeTransportDefinition​(java.lang.String className)
                                throws AttivioException
        Remove the TransportDefinition associated with className.
        Parameters:
        className -
        Throws:
        AttivioException
      • getTransportDefinition

        TransportDefinition getTransportDefinition​(java.lang.String className)
        Parameters:
        className -
        Returns:
        the TransportDefinition associated with className or null if none found
      • getStoreName

        default java.lang.String getStoreName()
        Description copied from interface: ExternalizableStore
        Get the name of this store.

        This name will be the location that store configuration is synchronized to in the project's conf directory.

        Specified by:
        getStoreName in interface ExternalizableStore