Infinispan Distribution 5.2.6.Final-redhat-2

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

Field Summary
static Messages MSG
           
 
Method Summary
 String disonnectedSource(String migratorName, String cacheNname)
           
 String dumpedKeys(String cacheName)
           
 String synchronizedEntries(long count, String cacheName, String migrator)
           
 

Field Detail

MSG

static final Messages MSG
Method Detail

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)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.