public class ContainerMixedSiteStatus extends AbstractMixedSiteStatus<String>
SiteStatus
.
Used per container and it describes the caches in which the site is online, offline and mixed.offline, online
Constructor and Description |
---|
ContainerMixedSiteStatus(Collection<String> onlineCacheNameCollection,
Collection<String> offlineCacheNameCollection,
Collection<String> mixedCacheNameCollection) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getMixedCaches() |
getOffline, getOnline, isOffline, isOnline, toImmutable
public ContainerMixedSiteStatus(Collection<String> onlineCacheNameCollection, Collection<String> offlineCacheNameCollection, Collection<String> mixedCacheNameCollection)
Copyright © 2021 JBoss by Red Hat. All rights reserved.