Class CloudRegistryImpl

    • Method Detail

      • unregisterAll

        public void unregisterAll()
      • findCloudFactoryByName

        @Nullable
        public CloudClientFactory findCloudFactoryByName​(@NotNull
                                                         String name)
        Description copied from interface: CloudRegistry
        Looks for a factory with the specified name.
        Specified by:
        findCloudFactoryByName in interface CloudRegistry
        Parameters:
        name - name of cloud (in lower case).
        Returns:
        regsitered cloud factory, or null if no such cloud.
      • getAllCloudFactories

        @NotNull
        public List<CloudClientFactory> getAllCloudFactories()
        Description copied from interface: CloudRegistry
        Returns Returns all available "Real" cloud types, excluding ReadOnlyClient (which is not a "real" cloud type, but rather used to show instances on the secondary nodes).
        Specified by:
        getAllCloudFactories in interface CloudRegistry
        Returns:
        unmodifiable list of factories; order of factories is undefined; empty list if no clouds registered.