org.apache.zookeeper.server.upgrade
Interface UpgradeSnapShot

All Known Implementing Classes:
UpgradeSnapShotV1

public interface UpgradeSnapShot

interface for snapshot conversion.


Method Summary
 DataTree getNewDataTree()
           
 java.util.concurrent.ConcurrentHashMap<java.lang.Long,java.lang.Integer> getSessionWithTimeOuts()
           
 

Method Detail

getNewDataTree

DataTree getNewDataTree()
                        throws java.io.IOException
Throws:
java.io.IOException

getSessionWithTimeOuts

java.util.concurrent.ConcurrentHashMap<java.lang.Long,java.lang.Integer> getSessionWithTimeOuts()


Copyright © 2010 The Apache Software Foundation