@MessageLogger(projectCode="WFLYCLSV",
length=4)
public interface ClusteringServerLogger
Modifier and Type | Field and Description |
---|---|
static ClusteringServerLogger |
ROOT_LOGGER
The root logger.
|
static String |
ROOT_LOGGER_CATEGORY |
Modifier and Type | Method and Description |
---|---|
void |
elected(String node,
String service) |
void |
noResponseFromMaster(String service) |
IllegalStateException |
notStarted(String serviceName) |
void |
quorumJustReached(String service,
int quorum) |
void |
quorumNotReached(String service,
int quorum) |
void |
registryListenerFailed(Throwable e,
String containerName,
String cacheName,
org.infinispan.notifications.cachelistener.event.Event.Type type,
Map<?,?> entries) |
void |
registryPurgeFailed(org.infinispan.commons.CacheException e,
String containerName,
String cacheName,
Collection<Node> nodes) |
void |
serviceProviderRegistrationListenerFailed(Throwable e,
String containerName,
String cacheName,
Set<Node> providers) |
void |
serviceStartFailed(org.jboss.msc.service.StartException e,
String service) |
void |
startSingleton(String service) |
void |
stopSingleton(String service) |
IllegalStateException |
unexpectedResponseCount(String serviceName,
int results) |
static final String ROOT_LOGGER_CATEGORY
static final ClusteringServerLogger ROOT_LOGGER
@LogMessage(level=INFO) @Message(id=1, value="This node will now operate as the singleton provider of the %s service") void startSingleton(String service)
@LogMessage(level=INFO) @Message(id=2, value="This node will no longer operate as the singleton provider of the %s service") void stopSingleton(String service)
@LogMessage(level=INFO) @Message(id=3, value="%s elected as the singleton provider of the %s service") void elected(String node, String service)
@LogMessage(level=DEBUG) @Message(id=4, value="No response received from master node of the %s service, retrying...") void noResponseFromMaster(String service)
@LogMessage(level=ERROR) @Message(id=5, value="Failed to start %s service") void serviceStartFailed(@Cause org.jboss.msc.service.StartException e, String service)
@LogMessage(level=ERROR) @Message(id=6, value="Failed to reach quorum of %2$d for %1$s service. No singleton master will be elected.") void quorumNotReached(String service, int quorum)
@LogMessage(level=WARN) @Message(id=7, value="Just reached required quorum of %2$d for %1$s service. If this cluster loses another member, no node will be chosen to provide this service.") void quorumJustReached(String service, int quorum)
@Message(id=8, value="Expected service %s value from singleton master only, but instead received %d results.") IllegalStateException unexpectedResponseCount(String serviceName, int results)
@Message(id=9, value="Singleton service %s is not started.") IllegalStateException notStarted(String serviceName)
@LogMessage(level=WARN) @Message(id=10, value="Failed to purge %s/%s registry of old registry entries for: %s") void registryPurgeFailed(@Cause org.infinispan.commons.CacheException e, String containerName, String cacheName, Collection<Node> nodes)
@LogMessage(level=WARN) @Message(id=11, value="Failed to notify %s/%s registry listener of %s(%s) event") void registryListenerFailed(@Cause Throwable e, String containerName, String cacheName, org.infinispan.notifications.cachelistener.event.Event.Type type, Map<?,?> entries)
@LogMessage(level=WARN) @Message(id=12, value="Failed to notify %s/%s service provider registration listener of new providers: %s") void serviceProviderRegistrationListenerFailed(@Cause Throwable e, String containerName, String cacheName, Set<Node> providers)
Copyright © 2016 JBoss by Red Hat. All rights reserved.