Package com.tailf.cdb

Class CdbUpgradeSession

Object
com.tailf.cdb.CdbSession
com.tailf.cdb.CdbUpgradeSession

public class CdbUpgradeSession extends CdbSession
The class CdbUpgradeSession represents a session against the Cdb database that can be used for accessing data models that are in the process of being deleted by a cdb upgrade. The operations supported by an upgrade session are the same as those of a normal session, the only difference being that keypaths on the format (fmt, arguments) will be treated as ConfCdbUpgradePaths rather than ConfPaths. For information on specific methods, refer to the CdbSession documentation.