Interface UpgradeSnapShot
-
- All Known Implementing Classes:
UpgradeSnapShotV1
public interface UpgradeSnapShot
interface for snapshot conversion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()
-
-