Uses of Class
com.atlassian.confluence.impl.setup.BootstrapDatabaseAccessor.BootstrapDatabaseData
-
Packages that use BootstrapDatabaseAccessor.BootstrapDatabaseData Package Description com.atlassian.confluence.cluster com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present.com.atlassian.confluence.impl.setup -
-
Uses of BootstrapDatabaseAccessor.BootstrapDatabaseData in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster with parameters of type BootstrapDatabaseAccessor.BootstrapDatabaseData Modifier and Type Method Description voidClusterConfigurationHelper. bootstrapCluster(BootstrapDatabaseAccessor.BootstrapDatabaseData bootstrapDatabaseData)Checks whether clustering is enabled, and bootstraps the cluster manager with an appropriate configurationvoidDefaultClusterConfigurationHelper. bootstrapCluster(BootstrapDatabaseAccessor.BootstrapDatabaseData bootstrapDatabaseData)voidClusterCompatibilityValidator. validate(BootstrapDatabaseAccessor.BootstrapDatabaseData data)Validates at bootstrap if the current node is compatible with the cluster state. -
Uses of BootstrapDatabaseAccessor.BootstrapDatabaseData in com.atlassian.confluence.cluster.nonclustered
Methods in com.atlassian.confluence.cluster.nonclustered with parameters of type BootstrapDatabaseAccessor.BootstrapDatabaseData Modifier and Type Method Description voidNonClusterConfigurationHelper. bootstrapCluster(BootstrapDatabaseAccessor.BootstrapDatabaseData bootstrapDatabaseData) -
Uses of BootstrapDatabaseAccessor.BootstrapDatabaseData in com.atlassian.confluence.impl.setup
Methods in com.atlassian.confluence.impl.setup that return BootstrapDatabaseAccessor.BootstrapDatabaseData Modifier and Type Method Description BootstrapDatabaseAccessor.BootstrapDatabaseDataBootstrapDatabaseAccessor. getBootstrapData()BootstrapDatabaseAccessor.BootstrapDatabaseDataDefaultBootstrapDatabaseAccessor. getBootstrapData()
-