org.infinispan.upgrade
Interface SourceMigrator


public interface SourceMigrator

Performs migration operations on the source server or cluster of servers

Since:
5.2
Author:
Manik Surtani, Tristan Tarrant

Method Summary
 String getCacheName()
           
 void recordKnownGlobalKeyset()
          Records all known keys and stores them under a well-known key which can be used for retrieval.
 

Method Detail

recordKnownGlobalKeyset

void recordKnownGlobalKeyset()
Records all known keys and stores them under a well-known key which can be used for retrieval.


getCacheName

String getCacheName()

-->

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