org.infinispan.cli.interpreter.logging
Interface Messages
@MessageBundle(projectCode="ISPN")
public interface Messages
Informational CLI messages. These start from 19500 so as not to overlap with the logging messages defined in Log
Messages.
- Since:
- 5.2
- Author:
- Tristan Tarrant
MSG
static final Messages MSG
synchronizedEntries
@Message(value="Synchronized %d entries using migrator \'%s\' on cache \'%s\'",
id=19500)
String synchronizedEntries(long count,
String cacheName,
String migrator)
disonnectedSource
@Message(value="Disconnected \'%s\' migrator source on cache \'%s\'",
id=19501)
String disonnectedSource(String migratorName,
String cacheNname)
dumpedKeys
@Message(value="Dumped keys for cache %s",
id=19502)
String dumpedKeys(String cacheName)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.