org.infinispan.statetransfer
Interface StateTransferManager

All Known Implementing Classes:
StateTransferManagerImpl

public interface StateTransferManager

Handles generation and application of state on the cache


Method Summary
 void applyState(InputStream in)
           
 void generateState(OutputStream out)
           
 

Method Detail

generateState

void generateState(OutputStream out)
                   throws StateTransferException
Throws:
StateTransferException

applyState

void applyState(InputStream in)
                throws StateTransferException
Throws:
StateTransferException

Google Analytics

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