org.apache.zookeeper.server.upgrade
Interface UpgradeSnapShot

All Known Implementing Classes:
UpgradeSnapShotV1

public interface UpgradeSnapShot

interface for snapshot conversion.


Method Summary
 DataTree getNewDataTree()
           
 ConcurrentHashMap<Long,Integer> getSessionWithTimeOuts()
           
 

Method Detail

getNewDataTree

DataTree getNewDataTree()
                        throws IOException
Throws:
IOException

getSessionWithTimeOuts

ConcurrentHashMap<Long,Integer> getSessionWithTimeOuts()


Copyright © 2012 The Apache Software Foundation