Uses of Class
net.webpdf.wsclient.openapi.AdminClusterCheck
-
Packages that use AdminClusterCheck Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminClusterCheck in net.webpdf.wsclient.openapi
Subclasses of AdminClusterCheck in net.webpdf.wsclient.openapi Modifier and Type Class Description classAdminConnectClusterCheckValidates the configured cluster configuration.Methods in net.webpdf.wsclient.openapi that return AdminClusterCheck Modifier and Type Method Description AdminClusterCheckAdminClusterCheck. checkType(AdminClusterCheckMode checkType)Methods in net.webpdf.wsclient.openapi that return types with arguments of type AdminClusterCheck Modifier and Type Method Description @NotNull List<AdminClusterCheck>AdminClusterConfiguration. getConfigurationChecks()Get configurationChecksMethods in net.webpdf.wsclient.openapi with parameters of type AdminClusterCheck Modifier and Type Method Description AdminClusterConfigurationAdminClusterConfiguration. addConfigurationChecksItem(AdminClusterCheck configurationChecksItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type AdminClusterCheck Modifier and Type Method Description AdminClusterConfigurationAdminClusterConfiguration. configurationChecks(List<AdminClusterCheck> configurationChecks)voidAdminClusterConfiguration. setConfigurationChecks(List<AdminClusterCheck> configurationChecks) -
Uses of AdminClusterCheck in net.webpdf.wsclient.session.rest.administration
Method parameters in net.webpdf.wsclient.session.rest.administration with type arguments of type AdminClusterCheck Modifier and Type Method Description @NotNull AdminConfigurationResultAbstractAdministrationManager. updateClusterConfiguration(@NotNull ClusterSettings configuration, @NotNull List<AdminClusterCheck> checks)Updates theClusterSettingsconfiguration if noAdminConfigurationResult.getError()occured.@NotNull AdminConfigurationResultAdministrationManager. updateClusterConfiguration(@NotNull ClusterSettings configuration, @NotNull List<AdminClusterCheck> checks)Updates theClusterSettingsconfiguration if noAdminConfigurationResult.getError()occurred.@NotNull AdminConfigurationResultAbstractAdministrationManager. validateClusterConfiguration(@NotNull ClusterSettings configuration, @NotNull List<AdminClusterCheck> checks)Validates theClusterSettingsconfiguration with the givenAdminClusterChecks.@NotNull AdminConfigurationResultAdministrationManager. validateClusterConfiguration(@NotNull ClusterSettings configuration, @NotNull List<AdminClusterCheck> checks)Validates theClusterSettingsconfiguration with the givenAdminClusterChecks.
-